]> granicus.if.org Git - python/commit
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Jan 2013 20:20:29 +0000 (21:20 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 5 Jan 2013 20:20:29 +0000 (21:20 +0100)
commit58ddc9d743d09ee93d5cf46a4de62eab30dad79d
tree777a03261e792820c18c4a8ffd3923e2cc284adb
parent3c9850aad7ef6d88d26081e062c11635af5dea8e
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method.
Patch by Daniel Black.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/keycert3.pem [new file with mode: 0644]
Lib/test/keycert4.pem [new file with mode: 0644]
Lib/test/make_ssl_certs.py
Lib/test/pycacert.pem [new file with mode: 0644]
Lib/test/pycakey.pem [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS
Modules/_ssl.c