aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-29 09:47:20 -0700
committerGitHub <noreply@github.com>2022-08-29 09:47:20 -0700
commit882c7cf4c7125a1fa93f016a1822fdf4f16329f3 (patch)
treeb831843504ce325f9e6259813abe7be930a86633 /Tools
parent626e45564dd35dad5d6fc65cf16948dab4b7cc01 (diff)
downloadcpython3-882c7cf4c7125a1fa93f016a1822fdf4f16329f3.tar.gz
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
(cherry picked from commit 873554ef84011773618911ffa698cea181cec9fd) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/ssl/multissltests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py
index 82076808bf..91d6f558bc 100755
--- a/Tools/ssl/multissltests.py
+++ b/Tools/ssl/multissltests.py
@@ -47,8 +47,8 @@ OPENSSL_OLD_VERSIONS = [
]
OPENSSL_RECENT_VERSIONS = [
- "1.1.1n",
- "3.0.2"
+ "1.1.1q",
+ "3.0.5"
]
LIBRESSL_OLD_VERSIONS = [