]> 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:54 +0000 (09:21 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 16:21:54 +0000 (09:21 -0700)
commit54d89a33e0d1b854fd5a72889d6554aeeb4170f0
tree925b70fa70d6a55b020b8311e6232dc0ba97cc1d
parent4a5c101936900d11d723b59508464f73e4ab3a36
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