aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_certutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-4/+14
|
* cleanup code with autoflakeThomas Kriechbaumer2015-05-271-4/+3
| | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-2/+3
| | | | run the following command: $ autopep8 -i -r -a -a .
* 100% test coverage :tada:Maximilian Hils2015-02-271-17/+20
|
* clean up codeMaximilian Hils2014-10-091-3/+3
|
* CertStore: add support for cert chainsMaximilian Hils2014-10-081-7/+7
|
* always use with statement to open filesMaximilian Hils2014-08-161-4/+11
|
* temporarily replace DNTree with a simpler cert lookup mechanism, fix ↵Maximilian Hils2014-07-181-29/+29
| | | | mitmproxy/mitmproxy#295
* add test case for mitmproxy/mitmproxy#295Maximilian Hils2014-07-171-0/+7
|
* Certificate flagsAldo Cortesi2014-03-101-1/+13
|
* Much more sophisticated certificate storeAldo Cortesi2014-03-051-3/+65
| | | | | | | - Handle wildcard lookup - Handle lookup of SANs - Provide hooks for registering override certs and keys for specific domains (including wildcard specifications)
* Beef up CertStore, add DH params.Aldo Cortesi2014-03-041-25/+14
|
* Minor improvement to CertStore interfaceAldo Cortesi2014-03-021-5/+5
|
* Domain checks for persistent cert store is now irrelevant.Aldo Cortesi2013-12-081-9/+0
| | | | | We no longer store these on disk, so we don't care about path components.
* Revamp dummy cert generation.Aldo Cortesi2013-08-121-11/+3
| | | | We no longer use on-disk storage - we just keep the certs in memory.
* Merge pull request #15 from mhils/fix_binary_rwAldo Cortesi2013-06-151-6/+6
|\ | | | | always read files in binary mode
| * always read files in binary modeMaximilian Hils2013-06-161-6/+6
| |
* | add test case for invalid characters in cert commonnamesMaximilian Hils2013-06-141-0/+1
|/
* Extract TCP test utilities into netlib.testAldo Cortesi2013-01-251-0/+1
|
* Sanity-check certstore common names.Aldo Cortesi2013-01-061-0/+9
|
* Basic certificate store implementation and cert utils API cleanup.Aldo Cortesi2013-01-061-21/+25
|
* Ignore SAN entries that we don't understand.Aldo Cortesi2012-07-241-0/+5
|
* Add utility function for converstion to PEM.Aldo Cortesi2012-06-281-0/+1
|
* Refactor certutils.SSLCert API.Aldo Cortesi2012-06-271-2/+2
|
* Add certutils to netlib.Aldo Cortesi2012-06-271-0/+72