open-vault/builtin/credential/aws/pkcs7
Christopher Swenson 7395249046
Add LICENSE back to pkcs7 (#18527)
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.
2022-12-22 09:54:43 -08:00
..
LICENSE Add LICENSE back to pkcs7 (#18527) 2022-12-22 09:54:43 -08:00
README.md creds/aws: Add support for DSA signature verification for EC2 (#12340) 2021-08-19 09:16:31 -04:00
ber.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
ber_test.go Fix pkcs7 parsing in some cases (#12519) 2021-09-10 12:17:03 -04:00
decrypt.go Remove spurious fmt.Printf calls including one of a key (#15344) 2022-05-19 12:27:02 -07:00
decrypt_test.go creds/aws: Add support for DSA signature verification for EC2 (#12340) 2021-08-19 09:16:31 -04:00
encrypt.go update gofumpt to 0.3.1 and reformat the repo (#17055) 2022-09-07 17:31:20 -07:00
encrypt_test.go Remove SHA1 for certs in prep for Go 1.18 (#16455) 2022-07-28 09:14:33 -07:00
pkcs7.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
pkcs7_test.go Remove SHA1 for certs in prep for Go 1.18 (#16455) 2022-07-28 09:14:33 -07:00
sign.go Fix SHA1 patch for Go 1.19.4; patch test (#18405) 2022-12-15 12:52:45 -05:00
sign_test.go Remove SHA1 for certs in prep for Go 1.18 (#16455) 2022-07-28 09:14:33 -07:00
verify.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
verify_dsa_test.go Remove SHA1 for certs in prep for Go 1.18 (#16455) 2022-07-28 09:14:33 -07:00

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.