mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-20 14:11:07 +02:00
This was not copied over when the this code was copied in https://github.com/hashicorp/vault/pull/12340. Also adds a stub for the `.copywrite.hcl` file (for when Vault is onboarded to Copywrite) and adds the `pkcs7` and `ui/node_modules` to the ignore pattern.
PKCS7
This code is used to verify PKCS7 signatures for the EC2 auth method. The code was forked from mozilla-services/pkcs7 and modified for Vault.