diff options
author | Steve Dower <steve.dower@python.org> | 2023-02-09 19:28:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 19:28:59 (GMT) |
commit | 52a03a000628f1882e39e8ed82bd8d703084f6e8 (patch) | |
tree | a2f42ae04604bf7a15ff4ec8796992372b332479 /PCbuild/readme.txt | |
parent | 4a9dff0e5adc91cbb1ed68c495dac64ccfe608bd (diff) | |
download | cpython-52a03a000628f1882e39e8ed82bd8d703084f6e8.zip cpython-52a03a000628f1882e39e8ed82bd8d703084f6e8.tar.gz cpython-52a03a000628f1882e39e8ed82bd8d703084f6e8.tar.bz2 |
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
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 5ba3e39..c8a35ce 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -168,7 +168,7 @@ _lzma Homepage: https://tukaani.org/xz/ _ssl - Python wrapper for version 1.1.1q of the OpenSSL secure sockets + Python wrapper for version 1.1.1t of the OpenSSL secure sockets library, which is downloaded from our binaries repository at https://github.com/python/cpython-bin-deps. |