mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
a08b7c3bb0
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 909b5714e1)
Co-authored-by: Christian Heimes <christian@python.org>