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

Cryptographic Implementations #3542

Closed
SCKelemen opened this issue Nov 6, 2017 · 1 comment
Closed

Cryptographic Implementations #3542

SCKelemen opened this issue Nov 6, 2017 · 1 comment

Comments

@SCKelemen
Copy link

SCKelemen commented Nov 6, 2017

I am evaluating the Vault for Key Management, but I am constrained to FIPS 140-2 validated implementations of cryptography, which are not present in Go's standard libraries. I am, however, aware of a branch of Go that uses Boring Crypto's implementation of cryptographic algorithms. Is Vault built against the Boring Crypto branch of Go, or does Vault use the standard Crypto library, or alternatively another set of implementations all together?

See: golang/go#21734

According to the code, it appears it's just using the standard library. Can anyone confirm?
https://github.com/hashicorp/vault/blob/master/vault/core.go

@jefferai
Copy link
Member

jefferai commented Nov 6, 2017

The next release will have some information about FIPS capabilities within Vault.

@jefferai jefferai closed this as completed Nov 6, 2017
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