]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Apr 2021 16:21:06 +0000 (09:21 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 16:21:06 +0000 (09:21 -0700)
commite18ebd9ec546a3647a57c282735350f60a26d66d
treebc7171fa9207da1e10694e87c3e8b76f799f19e2
parenta28398e9c60848fc291c83dac44e5212694fb0b2
bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 6f37ebc61e9e0d13bcb1a2ddb7fc9723c04b6372)

Co-authored-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