tree: ccc20d7907f200d97dc14ce1bcf78cfd993d7d4b [path history] [tgz]
  1. ber.go
  2. ber_test.go
  3. decrypt.go
  4. decrypt_test.go
  5. encrypt.go
  6. encrypt_test.go
  7. LICENSE
  8. pkcs7.go
  9. pkcs7_test.go
  10. README.md
  11. sign.go
  12. sign_test.go
  13. verify.go
  14. verify_dsa_test.go
v1.14.6/builtin/credential/aws/pkcs7/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.