]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Apr 2023 02:27:46 +0000 (19:27 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 02:27:46 +0000 (19:27 -0700)
commit8740fd855cea73146c45598d465ce327c14478cb
tree3c50445cdb9edc64e15b8b2e4e4ba371bed93093
parentbbe04d9d1cfc68c30d18798cbb6ffa7346555b4b
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)

(cherry picked from commit efb0a2cf3adf4629cf4669cb558758fb78107319)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
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