diff options
author | Dima Tisnek <dimaqq@gmail.com> | 2020-08-15 17:01:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 17:01:19 (GMT) |
commit | 495bd035662fda29639f9d52bb6baebea31d72fa (patch) | |
tree | 54e403651513c3ac77a15e83ae73d2c369194951 /Misc | |
parent | 40e700ad042089120456cc2ee79b8ca69479416b (diff) | |
download | cpython-495bd035662fda29639f9d52bb6baebea31d72fa.zip cpython-495bd035662fda29639f9d52bb6baebea31d72fa.tar.gz cpython-495bd035662fda29639f9d52bb6baebea31d72fa.tar.bz2 |
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772)
[bpo-31122](): ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation
Reproducer: http://tiny.cc/f4ztnz (tiny url because some bot keeps renaming b.p.o.-nnn as bpo links)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-03-11-07-44-06.bpo-31122.zIQ80l.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-11-07-44-06.bpo-31122.zIQ80l.rst b/Misc/NEWS.d/next/Library/2020-03-11-07-44-06.bpo-31122.zIQ80l.rst new file mode 100644 index 0000000..2e70f7a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-03-11-07-44-06.bpo-31122.zIQ80l.rst @@ -0,0 +1 @@ +ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation
\ No newline at end of file |