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.
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:35 | admin | set | github: 60112 |
| 2012年09月10日 19:04:57 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg170218 resolution: fixed stage: resolved |
| 2012年09月10日 18:59:19 | jcea | set | title: 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:12 | jcea | create | |