You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using python3.11 on a RHEL9 instance with FIPS enabled. pytype is failing with _hashlib.UnsupportedDigestmodError: [digital envelope routines] unsupported
We are using python3.11 on a RHEL9 instance with FIPS enabled. pytype is failing with
_hashlib.UnsupportedDigestmodError: [digital envelope routines] unsupported
Can a FIPS compliant hash function be used here?
pytype/pytype/pyi/parser.py
Line 783 in 97d9491
It looks like md5 is used a few other places as well: https://github.com/search?q=repo%3Agoogle%2Fpytype%20md5&type=code
The text was updated successfully, but these errors were encountered: