mirror of
https://github.com/python/cpython.git
synced 2026-01-29 18:52:38 +00:00
gh-143960: Add support for OpenSSL 3.6, drop EOL 3.2 (#143961)
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
This commit is contained in:
parent
795d5c5b44
commit
a126893fa8
6 changed files with 29 additions and 7 deletions
|
|
@ -17,8 +17,8 @@
|
|||
git tag --list 'openssl-*'
|
||||
git switch --detach openssl-3.4.1
|
||||
|
||||
After generating the definitions, compare the result with newest pre-existing file.
|
||||
You can use a command like:
|
||||
After generating the definitions, compare the result with the newest
|
||||
pre-existing file. You can use a command like:
|
||||
|
||||
git diff --no-index Modules/_ssl_data_340.h Modules/_ssl_data_341.h
|
||||
|
||||
|
|
|
|||
|
|
@ -45,14 +45,15 @@
|
|||
OPENSSL_OLD_VERSIONS = [
|
||||
"1.1.1w",
|
||||
"3.1.8",
|
||||
"3.2.6",
|
||||
]
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"3.0.18",
|
||||
"3.2.6",
|
||||
"3.3.5",
|
||||
"3.4.3",
|
||||
"3.5.4",
|
||||
"3.6.0",
|
||||
# See make_ssl_data.py for notes on adding a new version.
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue