mirror of
https://github.com/python/cpython.git
synced 2026-02-27 17:41:12 +00:00
Make it easier to run and test Python on systems with restrict crypto policies:
* add requires_hashdigest to test.support to check if a hash digest algorithm is available and working
* avoid MD5 in test_hmac
* replace MD5 with SHA256 in test_tarfile
* mark network tests that require MD5 for MD5-based digest auth or CRAM-MD5
https://bugs.python.org/issue38270
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| script_helper.py | ||
| testresult.py | ||