[issue9216] FIPS support for hashlib

Christian Heimes report at bugs.python.org
Sun May 3 05:07:26 EDT 2020


Christian Heimes <lists at cheimes.de> added the comment:

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

  The function calls 'FIPS_mode()' and 'FIPS_mode_set()' are present in OpenSSL 3.0 but always fail. You should rewrite your application to not use them.

https://wiki.openssl.org/index.php/OpenSSL_3.0#Upgrading_from_the_OpenSSL_2.0_FIPS_Object_Module

----------

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


More information about the Python-bugs-list mailing list