aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/certutils.py
Commit message (Expand)AuthorAgeFilesLines
* certstore: add support for asterisk form to DNTree replacementMaximilian Hils2014-07-191-1/+18
* temporarily replace DNTree with a simpler cert lookup mechanism, fix mitmprox...Maximilian Hils2014-07-181-46/+53
* mark nsCertType non-critical, fix #39Maximilian Hils2014-06-291-1/+1
* Update certutils.pyMaximilian Hils2014-04-251-1/+1
* create dhparam file if it doesn't exist, fix mitmproxy/mitmproxy#235Maximilian Hils2014-03-111-0/+7
* Certificate flagsAldo Cortesi2014-03-101-0/+7
* Support Ephemeral Diffie-HellmanAldo Cortesi2014-03-071-5/+19
* CertStore: cope with certs that have no common nameAldo Cortesi2014-03-051-3/+4
* Much more sophisticated certificate storeAldo Cortesi2014-03-051-12/+75
* Beef up CertStore, add DH params.Aldo Cortesi2014-03-041-72/+85
* Minor improvement to CertStore interfaceAldo Cortesi2014-03-021-5/+4
* move StateObject back into libmproxyMaximilian Hils2014-01-311-11/+1
* remove subclassing of tuple in tcp.Address, move StateObject into netlibMaximilian Hils2014-01-301-1/+11
* add tcp.Address to unify ipv4/ipv6 address handlingMaximilian Hils2014-01-281-1/+1
* Make certificate not-before time 48 hours.Aldo Cortesi2014-01-081-1/+1
* Domain checks for persistent cert store is now irrelevant.Aldo Cortesi2013-12-081-14/+0
* Merge pull request #22 from fictivekin/custom-o-cnAldo Cortesi2013-12-071-6/+9
|\
| * allow specification of o, cn, expirySean Coates2013-10-071-6/+9
* | remove tempfile and shutil imports because they're not actually usedSean Coates2013-10-071-1/+1
|/
* Don't create a certificate request when creating a dummy certPaul2013-09-241-10/+2
* Revamp dummy cert generation.Aldo Cortesi2013-08-121-32/+13
* always read files in binary modeMaximilian Hils2013-06-161-6/+6
* Add a request_client_cert argument to server SSL conversion.Aldo Cortesi2013-05-131-3/+0
* extensions aren't supported in v1, set to v3 (value=2) if using them.Tim Becker2013-04-191-0/+1
* Housekeeping and cleanup, some minor argument name changes.Aldo Cortesi2013-02-241-1/+0
* More accurate description of an HTTP read error, make pyflakes happy.Aldo Cortesi2013-02-241-1/+1
* Beef up client certificate handling substantially.Aldo Cortesi2013-01-201-3/+3
* Sanity-check certstore common names.Aldo Cortesi2013-01-061-0/+16
* Generate certificates with a commencement date an hour in the past.Aldo Cortesi2013-01-061-1/+1
* Basic certificate store implementation and cert utils API cleanup.Aldo Cortesi2013-01-061-19/+53
* Ignore SAN entries that we don't understand.Aldo Cortesi2012-07-241-1/+5
* Fix cert path.Aldo Cortesi2012-07-201-1/+1
* fix relative certdirMaximilian Hils2012-07-111-1/+2
* Add utility function for converstion to PEM.Aldo Cortesi2012-06-281-0/+3
* Add a get_remote_cert method to tcp client.Aldo Cortesi2012-06-281-4/+6
* Refactor certutils.SSLCert API.Aldo Cortesi2012-06-271-13/+18
* Add certutils to netlib.Aldo Cortesi2012-06-271-0/+219