]> 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:05:57 +0000 (10:05 -0700)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 17:05:57 +0000 (10:05 -0700)
commit5e6b491403d7211588dcd399167f5bc21781c69c
tree9386cae58f7edacbc0f5deefe4435c568b0e756d
parent7ef275160953f00b4303149df6d919c0afe763cb
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