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
This commit is contained in:
Gregory P. Smith 2023-02-09 09:40:51 -08:00 committed by GitHub
parent 6d92373f50
commit b41c47cd06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 21 additions and 17 deletions

View file

@ -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 = [