]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
authorChristian Heimes <christian@python.org>
Fri, 9 Apr 2021 15:59:21 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 15:59:21 +0000 (17:59 +0200)
commit6f37ebc61e9e0d13bcb1a2ddb7fc9723c04b6372
tree9628d3fbacd52f426f15aa90150542d1acd7cb9b
parent507a574de31a1bd7fed8ba4f04afa285d985109b
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)

Signed-off-by: Christian Heimes <christian@python.org>
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2021-04-09-16-14-22.bpo-43794.-1XPDH.rst [new file with mode: 0644]
Modules/_ssl.c