]> granicus.if.org Git - python/commit
Issue #8550: Add first class `SSLContext` objects to the ssl module.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 18:19:27 +0000 (18:19 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 May 2010 18:19:27 +0000 (18:19 +0000)
commit152efa2ae2532d29b03d449f245b2bd6895d3fcb
tree3b24bb8216fdfd546b064da73223ef334a574de6
parent8eac60d9af6eea5f53a589eddc5f7efbf86385ba
Issue #8550: Add first class `SSLContext` objects to the ssl module.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/capath/6e88d7b8.0 [new file with mode: 0644]
Lib/test/capath/99d0fa06.0 [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c