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