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 sha256 instead of md5 hashes for FIPS compliance #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use sha256 instead of md5 hashes for FIPS compliance #146

wants to merge 1 commit into from

Conversation

giancarlocosta
Copy link

When running a FIPS build of node (node in FIPS mode), I get errors because md5 hashing is not FIPS compliant. This PR will use sha256 hashing, which is FIPS compliant.

@giancarlocosta
Copy link
Author

@sergeyksv I see that the Node7 build failed but it doesn't appear to be from my change. Can we still get this merged?

@sergeyksv
Copy link
Owner

@giancarlocosta You can always use your branch in references and gets module right from the GIT so this should be that urgent I hope. Fix is trivial but I need to check hot it behave with existing databases, probably some legacy of compatibility stuff will be required.

@Pasoon
Copy link

Pasoon commented Jun 29, 2021

Hello @giancarlocosta, did you end up figuring out how to solve this issue? We are also experiencing errors because of md5 hashing, when changing to sha256 it works.

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 this pull request may close these issues.

3 participants