]> granicus.if.org Git - python/commit
Fix a crash when setting a servername callback on a SSL server socket and the client...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 11 Apr 2013 18:48:42 +0000 (20:48 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 11 Apr 2013 18:48:42 +0000 (20:48 +0200)
commit50b24d0d7cc7b787acc1f8481173e5e0d536fe28
tree7465cab4d1a418ce907c6d60aafd3ba9376aa529
parent85b2afb1b1f3e24b1ecddfc955b5d4614fc6f39e
Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name.
Patch by Kazuhiro Yoshida.
(originally issue #8109)
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/ACKS
Modules/_ssl.c