mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
|
||
---|---|---|
.. | ||
ber_test.go | ||
ber.go | ||
decrypt_test.go | ||
decrypt.go | ||
encrypt_test.go | ||
encrypt.go | ||
LICENSE | ||
pkcs7_test.go | ||
pkcs7.go | ||
README.md | ||
sign_test.go | ||
sign.go | ||
verify_dsa_test.go | ||
verify.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.