| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 1 | -4/+45 |
| |\ | | | | | | | fields in X.509 certs. | ||||
| | * | Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name ↵ | Christian Heimes | 2016-09-06 | 1 | -4/+45 |
| | | | | | | | | | fields in X.509 certs. | ||||
| * | | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
| |/ | | | | Patch by Jon Dufresne. | ||||
| * | Issue #22074: Fix Lib/test/make_ssl_certs.py | Antoine Pitrou | 2014-07-26 | 1 | -1/+1 |
| | | |||||
| * | Issue #8813: Add SSLContext.verify_flags to change the verification flags | Christian Heimes | 2013-11-21 | 1 | -0/+6 |
| | | | | | | of the context in order to enable certification revocation list (CRL) checks or strict X509 rules. | ||||
| * | Issue #8109: The ssl module now has support for server-side SNI, thanks to a ↵ | Antoine Pitrou | 2013-01-05 | 1 | -3/+109 |
| | | | | | | | :meth:`SSLContext.set_servername_callback` method. Patch by Daniel Black. | ||||
| * | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -0/+5 |
| | | | | | | urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS. | ||||
| * | Issue #1051: Add a script (Lib/test/make_ssl_certs.py) to generate the | Antoine Pitrou | 2010-10-08 | 1 | -0/+59 |
| custom certificate and private key files used by SSL-related certs. | |||||
