commit | a08b7c3bb0ef9da32400d23b13f78245cd7a9541 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri May 22 11:22:30 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri May 22 11:22:30 2020 -0700 |
tree | 136a3cdaeed598831d794f19003350d4dc2b87d4 | |
parent | 983b17ca1319adf9f06d5f2779a44450241eba54 [diff] |
bpo-9216: hashlib usedforsecurity fixes (GH-20258) func:`hashlib.new` passed ``usedforsecurity`` to OpenSSL EVP constructor ``_hashlib.new()``. test_hashlib and test_smtplib handle strict security policy better. Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: @tiran (cherry picked from commit 909b5714e1303357868bc5e281c1cf508d5d5a17) Co-authored-by: Christian Heimes <christian@python.org>