| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-43988: Add test.support.check_disallow_instantiation() (GH-25757) ... | Erlend Egeberg Aasland | 2021-06-23 | 1 | -11/+4 |
|
|
* | bpo-44048: Fix two hashlib test cases under FIPS mode (GH-26470) (GH-26531) | Miss Islington (bot) | 2021-06-04 | 1 | -2/+10 |
|
|
* | 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 |
|
|
* | 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 |
|
|