diff options
author | Christian Heimes <christian@python.org> | 2021-03-30 08:58:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 08:58:12 (GMT) |
commit | 9ac263091db4a8c7dedb577d01f544622a448744 (patch) | |
tree | cf37de58813b73e88ef22ef47d2aa80f30e0b9f4 /Tools | |
parent | 5486b105a4c5de840c24776c726eeac2a8dc973c (diff) | |
download | cpython-9ac263091db4a8c7dedb577d01f544622a448744.zip cpython-9ac263091db4a8c7dedb577d01f544622a448744.tar.gz cpython-9ac263091db4a8c7dedb577d01f544622a448744.tar.bz2 |
[3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
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 = [ |