diff options
author | Ned Deily <nad@python.org> | 2023-08-18 19:48:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 19:48:20 (GMT) |
commit | ed25f097160b5cbb0c9a1f9a746d2f1bbc96515a (patch) | |
tree | d671956590d9baa78a3e4bd1903f66c8ce862153 /Tools | |
parent | dd4442c8f597af1ec3eaf20f7ad89c4ac7e2dbc9 (diff) | |
download | cpython-ed25f097160b5cbb0c9a1f9a746d2f1bbc96515a.zip cpython-ed25f097160b5cbb0c9a1f9a746d2f1bbc96515a.tar.gz cpython-ed25f097160b5cbb0c9a1f9a746d2f1bbc96515a.tar.bz2 |
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-107896)
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/ssl/multissltests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index f9809c9..fc261c7 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -46,9 +46,9 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1u", - "3.0.9", - "3.1.1", + "1.1.1v", + "3.0.10", + "3.1.2", ] LIBRESSL_OLD_VERSIONS = [ |