COMMITS
/ Lib/test/test_hashlib.py February 21, 2026
R
gh-145028: Fix blake2 tests in test_hashlib when it is missing due to build config (GH-145029)
Rafael Santos committed
November 24, 2025
C
gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908)
Christian Marangi committed
August 7, 2025
B
gh-137412: fix `default_builtin_hashes` values in `test_hashlib.py` (#137413)
Bénédikt Tran committed
July 20, 2025
B
gh-136547: fix `hashlib_helper` for blocking and requesting digests (#136762)
Bénédikt Tran committed
B
gh-136787: improve exception messages for invalid hash algorithms (#136802)
Bénédikt Tran committed
July 14, 2025
B
gh-90733: improve `hashlib.scrypt` interface (#136100)
Bénédikt Tran committed
June 27, 2025
W
gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (#135572)
Will Childs-Klein committed
June 24, 2025
B
gh-135532: use `defining_class` for copying BLAKE-2 and SHA-3 objects (#135838)
Bénédikt Tran committed
June 22, 2025
B
gh-135239: simpler use of mutexes in cryptographic modules (#135267)
Bénédikt Tran committed
June 21, 2025
B
gh-135759: consistently reject negative sizes in SHAKE digests (#135767)
Bénédikt Tran committed
June 2, 2025
B
gh-134978: deprecate `string` keyword parameter for hash function constructors (#134979)
Bénédikt Tran committed
May 31, 2025
B
gh-134696: fix `hashlib` tests for FIPS-only BLAKE-2 buildbot (#134968)
Bénédikt Tran committed
B
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (#134713)
Bénédikt Tran committed
May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
April 27, 2025
B
gh-132993: expose `HASHLIB_GIL_MINSIZE` to private extension modules (#132999)
Bénédikt Tran committed
B
gh-91069: do not disable `sha3` in `test_hashlib` under UBSan (#133001)
Bénédikt Tran committed
April 21, 2025
S
gh-122179: Fix hashlib.file_digest and non-blocking I/O (GH-122183)
Sebastian Rittau committed
March 27, 2025
February 11, 2025
February 8, 2025
S
gh-128657: Run test_hashlib with `--parallel-threads` (GH-129833)
Sam Gross committed
August 13, 2024
J
gh-99108: Add HACL* Blake2 implementation to hashlib (GH-119316)
Jonathan Protzenko committed
May 11, 2023
J
gh-99108: Refresh HACL* from upstream (#104401)
Jonathan Protzenko committed
March 8, 2023
A
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood committed
February 16, 2023
G
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith committed
February 7, 2023
J
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko committed
June 28, 2022
V
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner committed
May 25, 2022
V
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner committed
April 7, 2022
C
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes committed
March 23, 2022
C
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076)
Christian Heimes committed
March 22, 2022
C
bpo-45150: Fix testing under FIPS mode (GH-32046)
Christian Heimes committed
C
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes committed
March 3, 2022
V
bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673)
Victor Stinner committed
January 13, 2022
C
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes committed
June 4, 2021
S
bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470)
stratakis committed
May 27, 2021
E
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland committed
May 2, 2021
C
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes committed
May 1, 2021
C
bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)
Christian Heimes committed
April 30, 2021
V
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
Victor Stinner committed
V
bpo-43916: Remove _disabled_new() function (GH-25745)
Victor Stinner committed
April 19, 2021
C
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25455)
Christian Heimes committed
April 17, 2021
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki committed
November 17, 2020
C
bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
Christian Heimes committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi committed
June 17, 2020
S
bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937)
stratakis committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
May 26, 2020
C
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422)
Christian Heimes committed
May 22, 2020
C
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
Christian Heimes committed
May 16, 2020
C
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes committed