]> granicus.if.org Git - python/commit
Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 22 Oct 2010 18:19:07 +0000 (18:19 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 22 Oct 2010 18:19:07 +0000 (18:19 +0000)
commitd532321f7ba2e23e4110f05331fee8beca736826
tree9383fb529fee0b92edc2a06e0435b7e8560cb1ec
parent4ebfdf01bb128005842be322fc89457d527ff000
Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`
in order to support the TLS SNI extension.  `HTTPSConnection` and
`urlopen()` also use this argument, so that HTTPS virtual hosts are now
supported.
Doc/library/http.client.rst
Doc/library/ssl.rst
Doc/library/urllib.request.rst
Lib/http/client.py
Lib/ssl.py
Lib/test/test_ssl.py
Lib/test/test_urllib2net.py
Misc/NEWS
Modules/_ssl.c