open-vault/builtin/credential/aws/pkcs7
2022-01-27 10:06:34 -08:00
..
ber.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
ber_test.go Fix pkcs7 parsing in some cases (#12519) 2021-09-10 12:17:03 -04:00
decrypt.go creds/aws: Add support for DSA signature verification for EC2 (#12340) 2021-08-19 09:16:31 -04: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 creds/aws: Add support for DSA signature verification for EC2 (#12340) 2021-08-19 09:16:31 -04:00
encrypt_test.go creds/aws: Add support for DSA signature verification for EC2 (#12340) 2021-08-19 09:16:31 -04:00
pkcs7.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
pkcs7_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
README.md creds/aws: Add support for DSA signature verification for EC2 (#12340) 2021-08-19 09:16:31 -04:00
sign.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
sign_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
verify.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
verify_test_dsa.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00

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.