commit | 909b5714e1303357868bc5e281c1cf508d5d5a17 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Fri May 22 20:04:33 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri May 22 11:04:33 2020 -0700 |
tree | 107c672bb4d36471411b2c05333589bfa5dc8ade | |
parent | 06a1b8915d6674e40f0dccc422ca2c06212392d8 [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