mirror of
https://github.com/python/cpython.git
synced 2025-12-22 08:29:12 +00:00
- Fix `hashlib_helper.block_algorithm` where the dummy functions were incorrectly defined.
- Rename `hashlib_helper.HashAPI` to `hashlib_helper.HashInfo` and add more helper methods.
- Simplify `hashlib_helper.requires_*()` functions.
- Rewrite some private helpers in `hashlib_helper`.
- Remove `find_{builtin,openssl}_hashdigest_constructor()` as they are no more needed and were
not meant to be public in the first place.
- Fix some tests in `test_hashlib` when FIPS mode is on.
|
||
|---|---|---|
| .. | ||
| _hypothesis_stubs | ||
| __init__.py | ||
| ast_helper.py | ||
| asynchat.py | ||
| asyncore.py | ||
| bytecode_helper.py | ||
| channels.py | ||
| hashlib_helper.py | ||
| hypothesis_helper.py | ||
| i18n_helper.py | ||
| import_helper.py | ||
| logging_helper.py | ||
| numbers.py | ||
| os_helper.py | ||
| pty_helper.py | ||
| refleak_helper.py | ||
| script_helper.py | ||
| smtpd.py | ||
| socket_helper.py | ||
| strace_helper.py | ||
| testcase.py | ||
| threading_helper.py | ||
| venv.py | ||
| warnings_helper.py | ||