diff options
author | Christian Heimes <christian@python.org> | 2021-03-30 08:58:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 08:58:06 (GMT) |
commit | cd82d592063aa03dcc238dcc5222bd47ee0eb438 (patch) | |
tree | 1044fc67129d5c4934a782da47bf4c3aaecd5b09 /Tools | |
parent | f79577ddbd7c87b6cc1810e98ee4eaca7ae50699 (diff) | |
download | cpython-cd82d592063aa03dcc238dcc5222bd47ee0eb438.zip cpython-cd82d592063aa03dcc238dcc5222bd47ee0eb438.tar.gz cpython-cd82d592063aa03dcc238dcc5222bd47ee0eb438.tar.bz2 |
[3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran.
(cherry picked from commit a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 3818165..0db1b35 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -48,8 +48,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1g", - # "3.0.0-alpha2" + "1.1.1k", + # "3.0.0-alpha12" ] LIBRESSL_OLD_VERSIONS = [ |