Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes #60112

Closed
jcea opened this issue Sep 10, 2012 · 2 comments
Closed
Assignees

Comments

@jcea
Copy link
Member

jcea commented Sep 10, 2012

BPO 15908
Nosy @jcea, @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jcea'
closed_at = <Date 2012-09-10.19:04:57.854>
created_at = <Date 2012-09-10.18:39:12.233>
labels = []
title = 'SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes'
updated_at = <Date 2012-09-10.19:04:57.852>
user = 'https://github.com/jcea'

bugs.python.org fields:

activity = <Date 2012-09-10.19:04:57.852>
actor = 'python-dev'
assignee = 'jcea'
closed = True
closed_date = <Date 2012-09-10.19:04:57.854>
closer = 'python-dev'
components = []
creation = <Date 2012-09-10.18:39:12.233>
creator = 'jcea'
dependencies = []
files = []
hgrepos = []
issue_num = 15908
keywords = []
message_count = 2.0
messages = ['170214', '170218']
nosy_count = 3.0
nosy_names = ['jcea', 'pitrou', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue15908'
versions = ['Python 2.7']

@jcea
Copy link
Member Author

jcea commented Sep 10, 2012

bpo-14888 solves this for MD5, but SHA1 is affected too.

@jcea jcea self-assigned this Sep 10, 2012
@jcea jcea changed the 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 Sep 10, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Sep 10, 2012

New changeset a13bfc238f27 by Jesus Cea in branch '2.7':
Closes bpo-15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes
http://hg.python.org/cpython/rev/a13bfc238f27

@python-dev python-dev mannequin closed this as completed Sep 10, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant