Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust pep8 parameters, reformat | Aldo Cortesi | 2015-05-30 | 1 | -4/+14 |
| | |||||
* | cleanup code with autoflake | Thomas Kriechbaumer | 2015-05-27 | 1 | -4/+3 |
| | | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables . | ||||
* | cleanup code with autopep8 | Thomas Kriechbaumer | 2015-05-27 | 1 | -2/+3 |
| | | | | run the following command: $ autopep8 -i -r -a -a . | ||||
* | 100% test coverage :tada: | Maximilian Hils | 2015-02-27 | 1 | -17/+20 |
| | |||||
* | clean up code | Maximilian Hils | 2014-10-09 | 1 | -3/+3 |
| | |||||
* | CertStore: add support for cert chains | Maximilian Hils | 2014-10-08 | 1 | -7/+7 |
| | |||||
* | always use with statement to open files | Maximilian Hils | 2014-08-16 | 1 | -4/+11 |
| | |||||
* | temporarily replace DNTree with a simpler cert lookup mechanism, fix ↵ | Maximilian Hils | 2014-07-18 | 1 | -29/+29 |
| | | | | mitmproxy/mitmproxy#295 | ||||
* | add test case for mitmproxy/mitmproxy#295 | Maximilian Hils | 2014-07-17 | 1 | -0/+7 |
| | |||||
* | Certificate flags | Aldo Cortesi | 2014-03-10 | 1 | -1/+13 |
| | |||||
* | Much more sophisticated certificate store | Aldo Cortesi | 2014-03-05 | 1 | -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 Cortesi | 2014-03-04 | 1 | -25/+14 |
| | |||||
* | Minor improvement to CertStore interface | Aldo Cortesi | 2014-03-02 | 1 | -5/+5 |
| | |||||
* | Domain checks for persistent cert store is now irrelevant. | Aldo Cortesi | 2013-12-08 | 1 | -9/+0 |
| | | | | | We no longer store these on disk, so we don't care about path components. | ||||
* | Revamp dummy cert generation. | Aldo Cortesi | 2013-08-12 | 1 | -11/+3 |
| | | | | We no longer use on-disk storage - we just keep the certs in memory. | ||||
* | Merge pull request #15 from mhils/fix_binary_rw | Aldo Cortesi | 2013-06-15 | 1 | -6/+6 |
|\ | | | | | always read files in binary mode | ||||
| * | always read files in binary mode | Maximilian Hils | 2013-06-16 | 1 | -6/+6 |
| | | |||||
* | | add test case for invalid characters in cert commonnames | Maximilian Hils | 2013-06-14 | 1 | -0/+1 |
|/ | |||||
* | Extract TCP test utilities into netlib.test | Aldo Cortesi | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | Sanity-check certstore common names. | Aldo Cortesi | 2013-01-06 | 1 | -0/+9 |
| | |||||
* | Basic certificate store implementation and cert utils API cleanup. | Aldo Cortesi | 2013-01-06 | 1 | -21/+25 |
| | |||||
* | Ignore SAN entries that we don't understand. | Aldo Cortesi | 2012-07-24 | 1 | -0/+5 |
| | |||||
* | Add utility function for converstion to PEM. | Aldo Cortesi | 2012-06-28 | 1 | -0/+1 |
| | |||||
* | Refactor certutils.SSLCert API. | Aldo Cortesi | 2012-06-27 | 1 | -2/+2 |
| | |||||
* | Add certutils to netlib. | Aldo Cortesi | 2012-06-27 | 1 | -0/+72 |