]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)
authorVictor Stinner <vstinner@redhat.com>
Wed, 29 May 2019 02:04:54 +0000 (04:04 +0200)
committerNed Deily <nad@python.org>
Wed, 29 May 2019 02:04:54 +0000 (22:04 -0400)
commit3dbc43f63c7e056b80d6e28f3812125a09555456
tree7c093149c58b66921278862494eb570c953ed716
parent2b9d7abdbd4b41e2c624858f5bc80da59d8a681d
bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)

Backport partially commit 529525fb5a8fd9b96ab4021311a598c77588b918:
complete the previous partial backport (commit
2a4ee8aa01d61b6a9c8e9c65c211e61bdb471826.

Co-Authored-By: Christian Heimes <christian@python.org>
Lib/test/test_ssl.py
Misc/NEWS.d/next/Tests/2019-01-18-17-46-10.bpo-32947.Hk0KnM.rst [new file with mode: 0644]