diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 20:03:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:03:04 (GMT) |
commit | af0a50de4b77dc774fcfdf5468ec320b08bfb53b (patch) | |
tree | 6fa06a4bda3b96402a50249e3dc92017f8013be7 /Tools | |
parent | 099f75614100e88ed90b68d20a51a8d9c22f81a7 (diff) | |
download | cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.zip cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.tar.gz cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.tar.bz2 |
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
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 a41cabf..8207680 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,8 +47,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1m", - "3.0.1" + "1.1.1n", + "3.0.2" ] LIBRESSL_OLD_VERSIONS = [ |