]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136591: avoid using deprecated features for OpenSSL 3.0+ (#136592)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 12 Jul 2025 16:33:07 +0000 (18:33 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Jul 2025 16:33:07 +0000 (16:33 +0000)
commit9be3649f5eccfbda1b3c9c3195927951a9ae9b90
treeaf7a0144b8d110f8559183d931bab21599e0852e
parentbe2c3d284ecce67474a260b8c37e2f1e0628a9cf
gh-136591: avoid using deprecated features for OpenSSL 3.0+ (#136592)

Since OpenSSL 3.0, `ERR_func_error_string()` always returns NULL and
`EVP_MD_CTX_get0_md()` should be preferred over `EVP_MD_CTX_md()`.
Misc/NEWS.d/next/Library/2025-07-12-18-05-37.gh-issue-136591.ujXmSN.rst [new file with mode: 0644]
Modules/_hashopenssl.c