| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace KB unit with KiB (#4293) | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2017-11-08 | 1 | -1/+1 |
* | bpo-31370: Remove support for threads-less builds (#3385) | ![](//www.gravatar.com/avatar/ad4ee71956de6520a70d92a93b0ad145?s=13&d=retro) Antoine Pitrou | 2017-09-07 | 1 | -10/+0 |
* | bpo-30102: Call OPENSSL_add_all_algorithms_noconf (#3112) | ![](//www.gravatar.com/avatar/33bd15feb2558d0050e863875e0f5f60?s=13&d=retro) Christian Heimes | 2017-09-05 | 1 | -1/+4 |
* | Remove _PyArg_NoStackKeywords(). (#2641) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-07-10 | 1 | -6/+2 |
* | bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-07-03 | 1 | -1/+1 |
* | bpo-20627: Fix error message when keyword arguments are used (#2115) | ![](//www.gravatar.com/avatar/7753733e51c9b81f8a9a309741ee489c?s=13&d=retro) Sylvain | 2017-06-15 | 1 | -2/+2 |
* | bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777) | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2017-05-24 | 1 | -9/+36 |
* | _hashopenssl uses METH_FASTCALL | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2017-01-17 | 1 | -3/+7 |
* | Issue #27928: Add scrypt (password-based key derivation function) to hashlib ... | ![](//www.gravatar.com/avatar/33bd15feb2558d0050e863875e0f5f60?s=13&d=retro) Christian Heimes | 2016-09-06 | 1 | -0/+129 |
* | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | ![](//www.gravatar.com/avatar/33bd15feb2558d0050e863875e0f5f60?s=13&d=retro) Christian Heimes | 2016-09-05 | 1 | -59/+106 |
|\ |
|
| * | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | ![](//www.gravatar.com/avatar/33bd15feb2558d0050e863875e0f5f60?s=13&d=retro) Christian Heimes | 2016-09-05 | 1 | -59/+106 |
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | ![](//www.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce?s=13&d=retro) Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|/ |
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-11-02 | 1 | -1/+1 |
* | | merge 3.4 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2015-09-27 | 1 | -2/+2 |
|\| |
|
| * | fix spacing | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2015-09-27 | 1 | -2/+2 |
* | | Issue9951: update _hashopenssl and md5module to use _Py_strhex(). | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2015-04-25 | 1 | -19/+3 |
* | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2015-01-03 | 1 | -12/+0 |
|/ |
|
* | exclude _hashopenssl.c:_setException() from LCOV coverage | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-12-05 | 1 | -0/+2 |
* | Remove unused code path from PBKDF2 that is causing a warning on Win64 | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-11-18 | 1 | -5/+1 |
* | Fix compiler warnings on Windows 64 bit: add an explicit cast from Py_ssize_t | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-11-16 | 1 | -1/+1 |
* | Issue #18582: fix memory leak in pbkdf2 code | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-11-06 | 1 | -0/+1 |
* | Silence a compiler warning about an unused function | ![](//www.gravatar.com/avatar/e8600d16ba667cc8d7f00ddc9f254340?s=13&d=retro) Brett Cannon | 2013-11-01 | 1 | -28/+28 |
* | Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-29 | 1 | -1/+1 |
* | Issue #18742: Expose the internal hash type object for ABCs. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-22 | 1 | -3/+1 |
* | Load SSL's error strings in hashlib. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-21 | 1 | -0/+1 |
* | Make PKCS5_PBKDF2_HMAC_fast() a static function | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-20 | 1 | -4/+5 |
* | Issue #18582: HMAC_CTX_copy() is not available on OpenSSL < 1.0 | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-19 | 1 | -1/+2 |
* | Issue #18582: provide a faster C implementation of pbkdf2_hmac that works wit... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-19 | 1 | -6/+94 |
* | Issue #18582: Add 'pbkdf2_hmac' to the hashlib module. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2013-10-13 | 1 | -0/+136 |
* | In the _hashlib module, only initialize the static data for OpenSSL's | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2013-02-01 | 1 | -6/+9 |
|\ |
|
| * | In the _hashlib module, only initialize the static data for OpenSSL's | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2013-02-01 | 1 | -6/+9 |
| |\ |
|
| | * | In the _hashlib module, only initialize the static data for OpenSSL's | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2013-02-01 | 1 | -6/+9 |
* | | | Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbo... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2012-10-06 | 1 | -22/+0 |
|/ / |
|
* / | Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-10-14 | 1 | -5/+3 |
|/ |
|
* | hashlib has two new constant attributes: algorithms_guaranteed and | ![](//www.gravatar.com/avatar/dd17843d5fb08340f5d8952ee33ccbeb?s=13&d=retro) Gregory P. Smith | 2010-09-06 | 1 | -1/+69 |
* | Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 | ![](//www.gravatar.com/avatar/25ef0a6698317c91220d6a1a89543df3?s=13&d=retro) Alexander Belopolsky | 2010-08-11 | 1 | -1/+1 |
* | Issue #6697: use %U format instead of _PyUnicode_AsString(), because | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2010-03-12 | 1 | -4/+1 |
* | Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-02-03 | 1 | -1/+13 |
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
* | remove old undocumented compat interfaces in hashlib and pwd #5881 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-05-04 | 1 | -6/+0 |
* | Merge refactoring I did when committing r72267 to trunk into the | ![](//www.gravatar.com/avatar/dd17843d5fb08340f5d8952ee33ccbeb?s=13&d=retro) Gregory P. Smith | 2009-05-04 | 1 | -33/+27 |
* | Fixes Issue #3745: Fix hashlib to always reject unicode and non | ![](//www.gravatar.com/avatar/dd17843d5fb08340f5d8952ee33ccbeb?s=13&d=retro) Gregory P. Smith | 2009-02-12 | 1 | -26/+5 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | ![](//www.gravatar.com/avatar/c49652c88a43a35bbf0095abfdae3515?s=13&d=retro) Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
* | Issue #4751: hashlib now releases the GIL when hashing large buffers | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-01-08 | 1 | -91/+154 |
* | Merged revisions 66496 via svnmerge from | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-09-24 | 1 | -13/+43 |
* | Merged revisions 65654 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2008-08-13 | 1 | -7/+7 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | ![](//www.gravatar.com/avatar/0a2191a85455df6d2efdb22c7463c304?s=13&d=retro) Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
* | Implement PEP 3121: new module initialization and finalization API. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2008-06-11 | 1 | -4/+18 |
* | Renamed PyString to PyBytes | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2008-05-26 | 1 | -1/+1 |