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