diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 22:34:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 21:34:49 +0100 |
commit | 513911b359c88df2b32d0bc2776438f52d5e4584 (patch) | |
tree | 653cb97395f950be4d1d779075d5c87f8b20843f /Tools | |
parent | bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues... (diff) | |
download | cpython-513911b359c88df2b32d0bc2776438f52d5e4584.tar.gz cpython-513911b359c88df2b32d0bc2776438f52d5e4584.tar.bz2 cpython-513911b359c88df2b32d0bc2776438f52d5e4584.zip |
[3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>.
Co-authored-by: Christian Heimes <christian@python.org>.
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 437efb22914..14c4918acc2 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -49,8 +49,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1m", - "3.0.1" + "1.1.1n", + "3.0.2" ] LIBRESSL_OLD_VERSIONS = [ |