This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes
Type: Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jcea Nosy List: jcea, pitrou, python-dev
Priority: normal Keywords:

Created on 2012-09-10 18:39 by jcea, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg170214 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2012-09-10 18:39
#14888 solves this for MD5, but SHA1 is affected too.
msg170218 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-09-10 19:04
New changeset a13bfc238f27 by Jesus Cea in branch '2.7':
Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes
http://hg.python.org/cpython/rev/a13bfc238f27
History
Date User Action Args
2022-04-11 14:57:35adminsetgithub: 60112
2012-09-10 19:04:57python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg170218

resolution: fixed
stage: resolved
2012-09-10 18:59:19jceasettitle: SHA1 crashes in 64 bits when the string to hash is -> SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes
2012-09-10 18:39:12jceacreate