Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EVP_MAC
_hashlib.HMAC
1 parent d6d0548 commit b9c50b4Copy full SHA for b9c50b4
2 files changed
Misc/NEWS.d/next/Library/2025-06-23-13-02-08.gh-issue-134531.yUmj07.rst
@@ -0,0 +1,3 @@
1
+:mod:`hmac`: use the :manpage:`EVP_MAC(3ssl)` interface for HMAC when Python
2
+is built with OpenSSL 3.0 and later instead of the deprecated
3
+:manpage:`HMAC_CTX(3ssl) <hmac(3)>` interface. Patch by Bénédikt Tran.
0 commit comments