diff options
author | Gregory P. Smith <greg@krypto.org> | 2023-02-09 09:40:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 17:40:51 +0000 |
commit | b41c47cd0606e8273aef4813e83fe2deaf9ab33b (patch) | |
tree | 7d62b88e7d1b88e49ade3d9735c70652babb6ac5 /Tools/ssl/multissltests.py | |
parent | 6d92373f500eb81a175516b3abb16e21f0806c1f (diff) | |
download | cpython-git-b41c47cd0606e8273aef4813e83fe2deaf9ab33b.tar.gz |
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Fixes CVE-2023-0286 (High) and a couple of Medium security issues.
https://www.openssl.org/news/secadv/20230207.txt
Diffstat (limited to 'Tools/ssl/multissltests.py')
-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 5ad597c834..c0fbee9ca6 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -46,8 +46,8 @@ OPENSSL_OLD_VERSIONS = [ ] OPENSSL_RECENT_VERSIONS = [ - "1.1.1s", - "3.0.7" + "1.1.1t", + "3.0.8" ] LIBRESSL_OLD_VERSIONS = [ |