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
/
Modules
/
_hashopenssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
1
-3/+3
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
1
-8/+1
*
bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
Christian Heimes
2020-11-18
1
-36/+2
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
1
-0/+116
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Christian Heimes
2020-05-25
1
-67/+114
*
bpo-40645: restrict HMAC key len to INT_MAX (GH-20238)
Christian Heimes
2020-05-19
1
-1/+7
*
bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154)
Christian Heimes
2020-05-17
1
-12/+12
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
1
-9/+401
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
1
-17/+349
*
bpo-40515: Require OPENSSL_THREADS (GH-19953)
Christian Heimes
2020-05-15
1
-0/+4
*
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
Christian Heimes
2020-05-15
1
-4/+11
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
1
-0/+43
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+0
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-6/+13
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
Alexandru Ardelean
2019-11-04
1
-1/+1
*
bpo-38270: More fixes for strict crypto policy (GH-16418)
Christian Heimes
2019-09-27
1
-1/+1
*
bpo-38142: Updated _hashopenssl.c to be PEP 384 compliant (#16071)
Christian Heimes
2019-09-25
1
-54/+68
*
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
Christian Heimes
2019-09-16
1
-1/+1
*
bpo-38153: detect shake independently from sha3 (GH-16143)
Christian Heimes
2019-09-14
1
-2/+11
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-2/+2
*
bpo-38153: Normalize hashlib algorithm names (GH-16083)
Christian Heimes
2019-09-13
1
-21/+146
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-13
1
-24/+57
*
bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051)
Christian Heimes
2019-09-12
1
-0/+6
*
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
Christian Heimes
2019-09-12
1
-6/+16
*
bpo-38132: Simplify _hashopenssl code (GH-16023)
Christian Heimes
2019-09-12
1
-121/+162
*
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Christian Heimes
2019-09-12
1
-114/+0
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-36209: Fix typo on hashlib error message (GH-12194)
Emmanuel Arias
2019-03-06
1
-1/+1
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Christian Heimes
2019-03-04
1
-5/+7
*
Dead code removal from _hashopenssl. (GH-11379)
Gregory P. Smith
2018-12-31
1
-80/+18
*
bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213)
Tal Einat
2018-12-27
1
-99/+109
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-3/+3
*
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-10-19
1
-1/+1
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
1
-1/+1
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
1
-2/+6
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman
2018-02-13
1
-2/+2
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-1/+1
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
1
-2/+57
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-1/+1
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-10/+0
*
bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112)
Christian Heimes
2017-09-05
1
-1/+4
*
Remove _PyArg_NoStackKeywords(). (#2641)
Serhiy Storchaka
2017-07-10
1
-6/+2
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-1/+1
*
bpo-20627: Fix error message when keyword arguments are used (#2115)
Sylvain
2017-06-15
1
-2/+2
*
bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)
Gregory P. Smith
2017-05-24
1
-9/+36
*
_hashopenssl uses METH_FASTCALL
Victor Stinner
2017-01-17
1
-3/+7
*
Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...
Christian Heimes
2016-09-06
1
-0/+129
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-59/+106
|
\
|
*
Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0.
Christian Heimes
2016-09-05
1
-59/+106
[next]