]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40645: use C implementation of HMAC (GH-24920)
authorChristian Heimes <christian@python.org>
Sat, 27 Mar 2021 13:55:03 +0000 (14:55 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 13:55:03 +0000 (06:55 -0700)
commit933dfd7504e521a27fd8b94d02b79f9ed08f4631
treedaf6dda084ba6c854b579350392dfa31c51193db
parent5d6e8c1c1a5f667cdce99cb3c563ac922198678d
bpo-40645: use C implementation of HMAC (GH-24920)

- [x] fix tests
- [ ] add test scenarios for old/new code.

Signed-off-by: Christian Heimes <christian@python.org>
Lib/hashlib.py
Lib/hmac.py
Lib/test/test_hmac.py
Misc/NEWS.d/next/Library/2021-03-19-10-22-17.bpo-40645.5pXhb-.rst [new file with mode: 0644]
Modules/_hashopenssl.c
Modules/clinic/_hashopenssl.c.h