[issue9216] FIPS support for hashlib

STINNER Victor report at bugs.python.org
Mon May 4 12:33:45 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> _hashlib.get_fips_mode() is not compatible with new FIPS design in OpenSSL 3.0.0:

I suggest to modify the code so the private function becomes unavailable in _hashlib on OpenSSL 3.0 and newer. What do you think?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue9216>
_______________________________________


More information about the Python-bugs-list mailing list