]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
authorChristian Heimes <christian@python.org>
Sat, 7 Dec 2019 16:59:36 +0000 (17:59 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2019 16:59:36 +0000 (08:59 -0800)
commit2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244
tree2d75513a7ef6a4927bed64072ac603f0c54e9ad4
parent15fb7fa88187f5841088721a43609bffe64a8dc7
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)

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