]> granicus.if.org Git - python/commit
bpo-38153: detect shake independently from sha3 (GH-16143)
authorChristian Heimes <christian@python.org>
Sat, 14 Sep 2019 15:29:54 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2019 15:29:54 +0000 (17:29 +0200)
commiteb2b0c694aef6122fdf95015abb24e0d095b6401
tree8e8ec8cafc003fcb82e04e8a4aff21ff11fb6670
parentf919054e539a5c1afde1b31c9fd7a8f5b2313311
bpo-38153: detect shake independently from sha3 (GH-16143)

XOF digests (SHAKE) are not available in OpenSSL 1.1.0 but SHA3 fixed-length digests are.

Signed-off-by: Christian Heimes <christian@python.org>
Modules/_hashopenssl.c