[issue38153] Normalize hashing algorithm names

2020-10-09 Thread Gregory P. Smith
Gregory P. Smith added the comment: looks like it, thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue38153] Normalize hashing algorithm names

2020-10-09 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed? -- nosy: +iritkatriel ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38153] Normalize hashing algorithm names

2019-09-16 Thread miss-islington
miss-islington added the comment: New changeset 0067fc287a86cdd8d71dc2d402d596950ff88fca by Miss Islington (bot) in branch '3.8': bpo-38153: detect shake independently from sha3 (GH-16143) https://github.com/python/cpython/commit/0067fc287a86cdd8d71dc2d402d596950ff88fca -- nosy: +mi

[issue38153] Normalize hashing algorithm names

2019-09-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +15789 pull_request: https://github.com/python/cpython/pull/16179 ___ Python tracker ___ __

[issue38153] Normalize hashing algorithm names

2019-09-16 Thread Christian Heimes
Christian Heimes added the comment: New changeset e8d7fa2db8a6c641019b06943852492f24ac3e69 by Christian Heimes in branch '3.8': [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) https://github.com/python/cpython/commit/e8d7fa2db8a6c641019b06943852492f24ac3e69

[issue38153] Normalize hashing algorithm names

2019-09-14 Thread Christian Heimes
Christian Heimes added the comment: New changeset eb2b0c694aef6122fdf95015abb24e0d095b6401 by Christian Heimes in branch 'master': bpo-38153: detect shake independently from sha3 (GH-16143) https://github.com/python/cpython/commit/eb2b0c694aef6122fdf95015abb24e0d095b6401 -- ___

[issue38153] Normalize hashing algorithm names

2019-09-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +15754 pull_request: https://github.com/python/cpython/pull/16144 ___ Python tracker ___

[issue38153] Normalize hashing algorithm names

2019-09-14 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +15753 pull_request: https://github.com/python/cpython/pull/16143 ___ Python tracker ___

[issue38153] Normalize hashing algorithm names

2019-09-13 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 995b5d38e7cc24cac3de8dfd516115f86b0bcf80 by Gregory P. Smith (Christian Heimes) in branch 'master': bpo-38153: Normalize hashlib algorithm names (GH-16083) https://github.com/python/cpython/commit/995b5d38e7cc24cac3de8dfd516115f86b0bcf80 ---

[issue38153] Normalize hashing algorithm names

2019-09-13 Thread Gregory P. Smith
Gregory P. Smith added the comment: as discussed, not pushing this back into 3.7 as we aren't hearing users call this a problem. -- versions: -Python 3.7 ___ Python tracker

[issue38153] Normalize hashing algorithm names

2019-09-13 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +15705 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16083 ___ Python tracker ___

[issue38153] Normalize hashing algorithm names

2019-09-13 Thread Christian Heimes
New submission from Christian Heimes : The hashlib module / PEP 452 and OpenSSL use slightly different conventions for hashing algorithm names. The old and common algorithms like md5 to sha512 use the same strings (all lower case, no dashes or underscores). But new algorithms like sha3_512, s