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

Add fips build tag support #1700

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Conversation

klauspost
Copy link
Contributor

Change signer to always use stdlib "crypto/sha256". The simd versions isn't for these payloads anyway.

Change default sha256 hasher to stdlib when fips is enabled.

Fixes #1697

Change signer to always use stdlib "crypto/sha256". The simd versions isn't for these payloads anyway.

Change default sha256 hasher to stdlib when fips is enabled.
pkg/encrypt/fips_enabled.go Outdated Show resolved Hide resolved
pkg/encrypt/fips_disabled.go Outdated Show resolved Hide resolved
Co-authored-by: Harshavardhana <harsha@minio.io>
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.

[Enhancement Request] Is it possible to have a way to disable sha256-simd via an env var or some other method?
2 participants