-
Notifications
You must be signed in to change notification settings - Fork 169
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 ActiveSupport::Digest when available #158
Conversation
Any chance this PR could be reviewed? |
@pitr any chance this could get few minutes of your time for review and new release? This patch unblocks using this gem in environments with more strict security constraints (for which FIPS stands for). |
@pitr 5 minutes of your time with reviewing this few lines of code and releasing new release would make few people's live easier that they are right now. Quite easy way to enhance ones karma :) |
Add patch to enable running in FIPS mode. The patch was sent to upstream a while ago (pitr/angular-rails-templates#158), but the maintainers were not responsive to get this in and released. Threfore, we need to provide this patch during packaging.
Add patch to enable running in FIPS mode. The patch was sent to upstream a while ago (pitr/angular-rails-templates#158), but the maintainers were not responsive to get this in and released. Threfore, we need to provide this patch during packaging.
Add patch to enable running in FIPS mode. The patch was sent to upstream a while ago (pitr/angular-rails-templates#158), but the maintainers were not responsive to get this in and released. Threfore, we need to provide this patch during packaging.
Add patch to enable running in FIPS mode. The patch was sent to upstream a while ago (pitr/angular-rails-templates#158), but the maintainers were not responsive to get this in and released. Threfore, we need to provide this patch during packaging.
please fix the build |
Relies on ActiveSupport::Digest class introduced in Rails 5.2. This is needed when running in FIPS-compatible environments where MD5 hash isn't available.