aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/make_ssl_certs.py
Commit message (Expand)AuthorAge
* Fix a typo in the message from make_ssl_certs. (GH-30152)Yilei "Dolee" Yang2021-12-16
* bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)Christian Heimes2021-04-17
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Christian Heimes2019-09-25
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-30
* bpo-32602: Test ECDSA certs (#5247)Christian Heimes2018-01-20
* Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-06
|\
| * Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fi...Christian Heimes2016-09-06
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-24
|/
* Issue #22074: Fix Lib/test/make_ssl_certs.pyAntoine Pitrou2014-07-26
* Issue #8813: Add SSLContext.verify_flags to change the verification flagsChristian Heimes2013-11-21
* Issue #8109: The ssl module now has support for server-side SNI, thanks to a ...Antoine Pitrou2013-01-05
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-13
* Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate theAntoine Pitrou2010-10-08