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

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