commit | e3dfb9b967c560f4d094092dcae4a16fc9634681 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Apr 29 18:04:22 2020 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 29 09:04:22 2020 -0700 |
tree | 87cce94d1a8858c6a8cf591557a5778d7e01ae65 | |
parent | e5963ee32035d279c12ef32e87205d4c3e5e4a0e [diff] |
bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) test.pythoninfo logs OpenSSL FIPS_mode() and Linux /proc/sys/crypto/fips_enabled in a new "fips" section. Co-Authored-By: Petr Viktorin <encukou@gmail.com>