-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
crypto: can't be used with crypto/sha3
when GODEBUG=fips140=only
is set
#70879
Comments
@golang/security @FiloSottile @golang/release. Tentatively marking this as release blocker. |
This issue happens because
Line 110 in 1218566
|
crypto/sha3
when GODEBUG=fips140=only
is setcrypto/sha3
when GODEBUG=fips140=only
is set
Change https://go.dev/cl/640855 mentions this issue: |
crypto/sha3
when GODEBUG=fips140=only
is setcrypto/sha3
when GODEBUG=fips140=only
is set
Go version
go version devel go1.24-c8fb6ae617 Sun Dec 8 15:34:47 2024 +0000 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Run the previous code with
GODEBUG=fips140=only
set.What did you see happen?
What did you expect to see?
The text was updated successfully, but these errors were encountered: