]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2019 17:20:27 +0000 (09:20 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2019 17:20:27 +0000 (09:20 -0800)
commit9d3cacd5901f8fbbc4f8b78fc35abad01a0e6546
tree57b7830c2c797ced4e4d7163906df23dcab97f30
parent930cef2770b641f49e69b67840daaa53b65cd0e0
[3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499)

test_openssl_version now accepts version 3.0.0.

getpeercert() no longer returns IPv6 addresses with a trailing new line.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue38820
(cherry picked from commit 2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue38820

Automerge-Triggered-By: @tiran
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2019-11-16-16-09-07.bpo-38820.ivhUSV.rst [new file with mode: 0644]
Modules/_ssl.c