commit | eb2b0c694aef6122fdf95015abb24e0d095b6401 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Sat Sep 14 17:29:54 2019 +0200 |
committer | GitHub <noreply@github.com> | Sat Sep 14 17:29:54 2019 +0200 |
tree | 8e8ec8cafc003fcb82e04e8a4aff21ff11fb6670 | |
parent | f919054e539a5c1afde1b31c9fd7a8f5b2313311 [diff] |
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>