open-vault/builtin/credential/aws/pkcs7
Christopher Swenson e6fb16be9c
Remove spurious fmt.Printf calls including one of a key (#15344)
And add a semgrep for fmt.Printf/Println.
2022-05-19 12:27:02 -07:00
..
ber.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
ber_test.go
decrypt.go Remove spurious fmt.Printf calls including one of a key (#15344) 2022-05-19 12:27:02 -07:00
decrypt_test.go
encrypt.go
encrypt_test.go
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
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 Remove spurious fmt.Printf calls including one of a key (#15344) 2022-05-19 12:27:02 -07: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.