7395249046
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. |
||
---|---|---|
.. | ||
LICENSE | ||
README.md | ||
ber.go | ||
ber_test.go | ||
decrypt.go | ||
decrypt_test.go | ||
encrypt.go | ||
encrypt_test.go | ||
pkcs7.go | ||
pkcs7_test.go | ||
sign.go | ||
sign_test.go | ||
verify.go | ||
verify_dsa_test.go |
README.md
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.