summaryrefslogtreecommitdiffstats
path: root/Lib/test/make_ssl_certs.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵Christian Heimes2016-09-061-4/+45
| | | | fields in X.509 certs.
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-0/+176
A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls.