index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_hashlib.py
Commit message (
Expand
)
Author
Age
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-06
*
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation (GH-94200)
Victor Stinner
2022-06-28
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-26
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
*
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH...
Christian Heimes
2022-03-23
*
bpo-45150: Fix testing under FIPS mode (GH-32046)
Christian Heimes
2022-03-22
*
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes
2022-03-22
*
bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673)
Victor Stinner
2022-03-04
*
bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)
Christian Heimes
2022-01-13
*
bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470)
stratakis
2021-06-04
*
bpo-43988: Use check disallow instantiation helper (GH-26392)
Erlend Egeberg Aasland
2021-05-27
*
bpo-43908: Mark ssl, hash, and hmac types as immutable (GH-25792)
Christian Heimes
2021-05-02
*
bpo-43916: Rewrite new hashlib tests, fix typo (GH-25791)
Christian Heimes
2021-05-01
*
bpo-43916: _md5.md5 uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25753)
Victor Stinner
2021-04-30
*
bpo-43916: Remove _disabled_new() function (GH-25745)
Victor Stinner
2021-04-30
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
*
bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module ...
stratakis
2021-04-17
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171)
Inada Naoki
2021-04-04
*
bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
Christian Heimes
2020-11-17
*
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi
2020-07-06
*
bpo-40637: Do not emit warnings for disabled builtin hashes (GH-20937)
stratakis
2020-06-17
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
*
bpo-40637: Fix test_pbkdf2_hmac_py for missing sha1 (#20422)
Christian Heimes
2020-05-26
*
bpo-9216: hashlib usedforsecurity fixes (GH-20258)
Christian Heimes
2020-05-22
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
*
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Hai Shi
2020-04-29
*
bpo-38270: More fixes for strict crypto policy (GH-16418)
Christian Heimes
2019-09-27
*
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
Christian Heimes
2019-09-25
*
bpo-38153: Normalize hashlib algorithm names (GH-16083)
Christian Heimes
2019-09-13
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-12
*
bpo-38132: Simplify _hashopenssl code (GH-16023)
Christian Heimes
2019-09-12
*
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9...
Serhiy Storchaka
2018-10-11
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
*
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
INADA Naoki
2018-02-13
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
*
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441)
Benjamin Peterson
2018-01-29
*
replace dynamic import with 'exec' with importlib.import_module (#5433)
Benjamin Peterson
2018-01-29
*
bpo-31933: fix blake2 multi-byte params on big endian platforms (#4250)
Jack O'Connor
2017-11-03
*
bpo-31234: Join threads in test_hashlib (#3573)
Victor Stinner
2017-09-14
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
Add test cases for internal SHA3 helpers
Christian Heimes
2016-09-23
*
Issue 26798: fetch OSError and HTTPException like other tests that use open_u...
Christian Heimes
2016-09-08
*
Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
Christian Heimes
2016-09-07
*
Download hashlib test vectors from pythontest.net
Christian Heimes
2016-09-07
*
Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.
Christian Heimes
2016-09-06
*
Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...
Christian Heimes
2016-09-06
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
[next]