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
*
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
*
Issue #16113: Also remove test_case_sha3_224_huge
Ned Deily
2014-11-28
1
-6/+0
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-19/+10
|
\
|
*
Issue #19886: Use better estimated memory requirements for bigmem tests.
Serhiy Storchaka
2014-01-10
1
-12/+6
*
|
* Issue #16113: Remove sha3 module again.
Martin v. Löwis
2014-01-03
1
-111/+1
*
|
Issue #18742: Rework the internal hashlib construtor to pave the road for ABCs.
Christian Heimes
2013-10-22
1
-12/+23
*
|
Issue #18582: skip test of _hashlib.pbkdf2_hmac if OpenSSL is not available o...
Christian Heimes
2013-10-19
1
-11/+8
*
|
Issue #19254: Provide an optimized Python implementation of PBKDF2_HMAC
Christian Heimes
2013-10-19
1
-4/+16
*
|
Issue #18582: Add 'pbkdf2_hmac' to the hashlib module.
Christian Heimes
2013-10-12
1
-0/+82
*
|
Change the builtin hash algorithms' names to lower case names
Christian Heimes
2013-08-15
1
-2/+2
*
|
* Fix the assertions in hashlib to use unittest assertion methods instead of
Gregory P. Smith
2013-08-05
1
-7/+8
*
|
Issue 18532: Added tests and documentation to formally specify the .name attr...
Jason R. Coombs
2013-08-03
1
-0/+5
*
|
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
Christian Heimes
2013-07-30
1
-16/+61
|
\
\
|
|
/
|
*
Add more tests for hashlib and hash object attributes
Christian Heimes
2013-07-30
1
-13/+62
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-13
1
-3/+1
*
|
Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo...
Christian Heimes
2012-10-06
1
-1/+126
|
/
*
Consistently raise a TypeError when a non str is passed to hashlib.new
Gregory P. Smith
2012-07-22
1
-0/+1
|
\
|
*
Consistently raise a TypeError when a non str is passed to hashlib.new
Gregory P. Smith
2012-07-22
1
-6/+3
*
|
Port tests from Issue #15219, and verify we don't have a reference leak.
Amaury Forgeot d'Arc
2012-06-28
1
-6/+2
*
|
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are alw...
Antoine Pitrou
2012-05-16
1
-1/+3
|
/
*
Start fixing test_bigmem:
Antoine Pitrou
2011-10-04
1
-3/+3
*
Fixes Issue #12059: Properly handle missing hash functions even when
Gregory P. Smith
2011-05-14
1
-0/+18
*
Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...
Raymond Hettinger
2011-01-24
1
-1/+1
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-2/+2
*
Fix test_hashlib with the bigmem option
Antoine Pitrou
2010-11-08
1
-2/+2
*
hashlib has two new constant attributes: algorithms_guaranteed and
Gregory P. Smith
2010-09-06
1
-2/+6
*
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-4/+2
*
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-1/+0
[next]