]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148600: Add Modules/_ssl_data_40.h data (#148601)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Apr 2026 13:59:02 +0000 (15:59 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2026 13:59:02 +0000 (15:59 +0200)
commit70eb56be427aac3fc45342024dbcfef632accc3a
tree496ecf4304cb1fe192f6ff74509510a9a5edec11
parentcb339d3c9eaeedb6e541a36560b8a21567158e25
gh-148600: Add Modules/_ssl_data_40.h data (#148601)

The Modules/_ssl_data_40.h file was created with the commands:

python Tools/ssl/multissltests.py --steps=library --base-directory "$PWD/multissl" --openssl '4.0.0' --system Linux
python Tools/ssl/make_ssl_data.py multissl/src/openssl-4.0.0 Modules/_ssl_data_40.h

Update Modules/_ssl.c to include it on OpenSSL 4.0.0 and newer.

Update test_ssl for the new error message.
Lib/test/test_ssl.py
Modules/_ssl.c
Modules/_ssl_data_40.h [new file with mode: 0644]