]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when...
authorDima Tisnek <dimaqq@gmail.com>
Sat, 15 Aug 2020 17:01:19 +0000 (02:01 +0900)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 17:01:19 +0000 (10:01 -0700)
commit495bd035662fda29639f9d52bb6baebea31d72fa
tree54e403651513c3ac77a15e83ae73d2c369194951
parent40e700ad042089120456cc2ee79b8ca69479416b
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)
Misc/NEWS.d/next/Library/2020-03-11-07-44-06.bpo-31122.zIQ80l.rst [new file with mode: 0644]
Modules/_ssl.c