cpython/Lib/test/test_tools
Christian Heimes 909b5714e1
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
2020-05-22 11:04:33 -07:00
..
test_c_analyzer bpo-40443: Remove unused imports in tests (GH-19805) 2020-04-30 01:48:37 +02:00
__init__.py
__main__.py
test_fixcid.py
test_gprof2html.py
test_i18n.py
test_lll.py bpo-40443: Remove unused imports in tests (GH-19805) 2020-04-30 01:48:37 +02:00
test_md5sum.py bpo-9216: hashlib usedforsecurity fixes (GH-20258) 2020-05-22 11:04:33 -07:00
test_pathfix.py bpo-40443: Remove unused imports in tests (GH-19805) 2020-04-30 01:48:37 +02:00
test_pdeps.py
test_pindent.py
test_reindent.py
test_sundry.py