]> granicus.if.org Git - python/commit
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Sep 2013 17:50:53 +0000 (19:50 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 29 Sep 2013 17:50:53 +0000 (19:50 +0200)
commit20b85557f2cc8f5f10d7d98314a3181c60553e12
tree80ad5b16d5f0644f096a284d0b43fedb13630b21
parentcf892ace48721cb301d6f8d56ad8779bc13cb9de
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done.
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c