We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
apologies for maybe obvious question, I am just starting with FIPS.
Is https://pkg.go.dev/golang.org/x/crypto handled by this project?
The text was updated successfully, but these errors were encountered:
Some of it yes, but mostly no.
For example the frozen openpgp is fine, as it does no cryptography by itself and relies on import from "crypto".
Other portions which implement unapproved algorithms are not compliant - e.g. Blake ones.
Right now this toolchain does not prevent importing or using all of x/crypto.
Sorry, something went wrong.
No branches or pull requests
Hello,
apologies for maybe obvious question, I am just starting with FIPS.
Is https://pkg.go.dev/golang.org/x/crypto handled by this project?
The text was updated successfully, but these errors were encountered: