]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Oct 2018 05:37:37 +0000 (22:37 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Oct 2018 05:37:37 +0000 (08:37 +0300)
commit69e6ad6cdfa28a7b8e7b8780b07dfcdbfb0e7030
tree484e512ba5d83658f21a27f9bcbb7c36d909c08e
parent1a23abed1340c44e0296d9963487443f63aea225
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801)

for the SHAKE algorithm in the hashlib module.
(cherry picked from commit 9b8c2e767643256202bb11456ba8665593b9a500)
(cherry picked from commit 8b040e55395b37bdb8fd4ec85a270cfc9ec95307)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_hashlib.py
Misc/NEWS.d/next/Library/2018-10-07-21-18-52.bpo-34922.37IdsA.rst [new file with mode: 0644]
Modules/_sha3/sha3module.c