Skip to content

Cryptographic Implementations  #3542

@SCKelemen

Description

@SCKelemen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions