]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40479: Test with latest OpenSSL versions (GH-20108)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 May 2020 17:10:15 +0000 (10:10 -0700)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 17:10:15 +0000 (10:10 -0700)
commit5a06cf01ecb6a048fb47c086adc1336f54fe8789
treea3074c7a0b9ef6eff16d0a850f9ed14afde53483
parent4e6545b002dd4d068b2538ffca60830d0e7fd369
bpo-40479: Test with latest OpenSSL versions (GH-20108)

* 1.0.2u (EOL)
* 1.1.0l (EOL)
* 1.1.1g
* 3.0.0-alpha2 (disabled for now)

Build the FIPS provider and create a FIPS configuration file for OpenSSL
3.0.0.

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
(cherry picked from commit 62d618c06bd395308b7163dbcb26c7e6d0922033)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Tools-Demos/2020-05-15-17-48-25.bpo-40479.B1gBl-.rst [new file with mode: 0644]
Tools/ssl/multissltests.py