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

Disable MD5 in Rails #1418

Closed
alexkalish opened this issue Mar 13, 2020 · 1 comment
Closed

Disable MD5 in Rails #1418

alexkalish opened this issue Mar 13, 2020 · 1 comment

Comments

@alexkalish
Copy link
Contributor

Part of the motivation for upgrading Rails to 5.2 is to ensure FIPS support for the Fed project. This also requires that we disable all use of MD5, which is not FIPS supported. There is a simple config option that we need to set in order to make this change:

Rails.application.config.active_support.use_sha1_digests = true

See related SO post.

@jonahx
Copy link
Contributor

jonahx commented Apr 30, 2020

Shouldn't this also have been close when we merged the change?

@h-artzi h-artzi closed this as completed Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants