]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134531: use `EVP_MAC` API for `_hashlib.HMAC` when possible (#135235)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 10 Sep 2025 08:35:01 +0000 (10:35 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 08:35:01 +0000 (10:35 +0200)
commitb9c50b4988b2bbd429b79e6b5aca94032b9dbe43
treed55295a1e592b94cac0de25b0cb26007a2f1492e
parentd6d054853dd1be3c3b95902abc26537389c83836
gh-134531: use `EVP_MAC` API for `_hashlib.HMAC` when possible (#135235)

Use `EVP_MAC` API for HMAC on builds with OpenSSL 3.0 or later.
Misc/NEWS.d/next/Library/2025-06-23-13-02-08.gh-issue-134531.yUmj07.rst [new file with mode: 0644]
Modules/_hashopenssl.c