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
/
clinic
/
_hashopenssl.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
1
-2/+2
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-2/+7
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
1
-7/+2
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
1
-29/+1
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-1/+2
*
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner
2023-08-31
1
-5/+4
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
1
-1/+2
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
1
-341/+141
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
1
-21/+687
*
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner
2022-05-03
1
-22/+22
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-11/+3
*
bpo-40645: use C implementation of HMAC (GH-24920)
Christian Heimes
2021-03-27
1
-31/+7
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-3/+3
*
bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456)
Christian Heimes
2020-05-27
1
-1/+41
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-26/+1
*
bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154)
Christian Heimes
2020-05-17
1
-27/+27
*
bpo-40645: Implement HMAC in C (GH-20129)
Christian Heimes
2020-05-17
1
-8/+167
*
bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049)
Christian Heimes
2020-05-16
1
-1/+473
*
bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107)
Christian Heimes
2020-05-15
1
-4/+6
*
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703)
Victor Stinner
2020-04-29
1
-1/+42
*
bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044)
Christian Heimes
2019-09-13
1
-43/+148
*
bpo-38132: Simplify _hashopenssl code (GH-16023)
Christian Heimes
2019-09-12
1
-1/+223
*
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
Christian Heimes
2019-09-12
1
-9/+1
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
1
-12/+12
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-13/+170
*
Dead code removal from _hashopenssl. (GH-11379)
Gregory P. Smith
2018-12-31
1
-41/+1
*
bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213)
Tal Einat
2018-12-27
1
-1/+194
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-3/+3
*
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
Serhiy Storchaka
2018-07-31
1
-2/+2
*
bpo-32433: Optimized HMAC digest (#5023)
Christian Heimes
2018-01-27
1
-1/+43
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-2/+2
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-2/+2
*
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner
2017-01-17
1
-1/+1
*
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
1
-1/+1
*
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner
2016-09-10
1
-4/+4
*
Issue #27928: Add scrypt (password-based key derivation function) to hashlib ...
Christian Heimes
2016-09-06
1
-0/+60