diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-29 17:50:53 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-09-29 17:50:53 (GMT) |
commit | 20b85557f2cc8f5f10d7d98314a3181c60553e12 (patch) | |
tree | 80ad5b16d5f0644f096a284d0b43fedb13630b21 /Misc | |
parent | cf892ace48721cb301d6f8d56ad8779bc13cb9de (diff) | |
download | cpython-20b85557f2cc8f5f10d7d98314a3181c60553e12.zip cpython-20b85557f2cc8f5f10d7d98314a3181c60553e12.tar.gz cpython-20b85557f2cc8f5f10d7d98314a3181c60553e12.tar.bz2 |
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ Core and Builtins Library ------- +- Issue #19095: SSLSocket.getpeercert() now raises ValueError when the + SSL handshake hasn't been done. + - Issue #4366: Fix building extensions on all platforms when --enable-shared is used. |