Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a FIPS compliant algorithm #419

Open
frapell opened this issue Jul 22, 2021 · 0 comments · May be fixed by #420
Open

Use a FIPS compliant algorithm #419

frapell opened this issue Jul 22, 2021 · 0 comments · May be fixed by #420

Comments

@frapell
Copy link

frapell commented Jul 22, 2021

Using hashlib.md5 in a FIPS enabled environment raises ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS

I suggest replacing it with a FIPS compliant one, such as sha256

More information https://csrc.nist.gov/csrc/media/publications/fips/180/2/archive/2002-08-01/documents/fips180-2.pdf

@frapell frapell linked a pull request Jul 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant