Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |