]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
authorDong-hee Na <donghee.na@python.org>
Fri, 7 Apr 2023 01:51:29 +0000 (10:51 +0900)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 01:51:29 +0000 (10:51 +0900)
commitefb0a2cf3adf4629cf4669cb558758fb78107319
treeaab1eedb80dcb8da44c465e4f1295a6109925904
parentf0424ba4b6663d2a4240239266bea08aff46bb6c
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_hmac.py
Misc/NEWS.d/next/Library/2023-04-06-17-28-36.gh-issue-103256.1syxfs.rst [new file with mode: 0644]
Modules/_hashopenssl.c