-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-34922: Fixed integer overflow in the digest() and hexdigest() methods #9751
bpo-34922: Fixed integer overflow in the digest() and hexdigest() methods #9751
Conversation
…hods for the SHAKE algorithm in the hashlib module.
@serhiy-storchaka, I'm not interested in a change for master as there is no rush for that so I'm removing myself as a reviewer. I'll let you all figure out what's best. My concern is for 3.6 where something is needed and for 3.7. Is a change like this needed for 3.7 as long as PR 8581 remains in 3.7? |
A change like this is needed for 3.7 in any case, independently from the fate of #8581. Just crashes can be caused by different input values. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…ds (pythonGH-9751) for the SHAKE algorithm in the hashlib module. (cherry picked from commit 9b8c2e7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-9797 is a backport of this pull request to the 3.6 branch. |
… methods (pythonGH-9751) for the SHAKE algorithm in the hashlib module.. (cherry picked from commit 9b8c2e7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-9798 is a backport of this pull request to the 3.7 branch. |
… methods (pythonGH-9751) (pythonGH-9798) for the SHAKE algorithm in the hashlib module. (cherry picked from commit 9b8c2e7) (cherry picked from commit 8b040e5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-9801 is a backport of this pull request to the 3.6 branch. |
for the SHAKE algorithm in the hashlib module.
https://bugs.python.org/issue34922