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

Is x/crypto FIPS compliant? #221

Open
pavolloffay opened this issue Aug 12, 2024 · 1 comment
Open

Is x/crypto FIPS compliant? #221

pavolloffay opened this issue Aug 12, 2024 · 1 comment

Comments

@pavolloffay
Copy link

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?

@xnox
Copy link

xnox commented Aug 15, 2024

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.

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

No branches or pull requests

2 participants