summaryrefslogtreecommitdiffstats
path: root/Tools/ssl
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2021-12-22 02:20:16 (GMT)
committerGitHub <noreply@github.com>2021-12-22 02:20:16 (GMT)
commitfc54e722a2e66971f1a8e16cff24c844bf9c5ac4 (patch)
tree90836b2ddd64dacdadfbaf7dadd73439a4d67be1 /Tools/ssl
parentc66fc0fb53b5316dc325fde3bc738890515d38a4 (diff)
downloadcpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.zip
cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.gz
cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.bz2
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Tools/ssl')
-rwxr-xr-xTools/ssl/multissltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 8fe5b5d..a41cabf 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
- "1.1.1l",
+ "1.1.1m",
"3.0.1"
]