mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 22:32:09 -04:00
* add gosimport to make fmt and run it * move installation to tools.sh * correct weird spacing issue * Update Makefile Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> * fix a weird issue --------- Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com> |
||
|---|---|---|
| .. | ||
| ber.go | ||
| ber_test.go | ||
| decrypt.go | ||
| decrypt_test.go | ||
| encrypt.go | ||
| encrypt_test.go | ||
| LICENSE | ||
| pkcs7.go | ||
| pkcs7_test.go | ||
| README.md | ||
| sign.go | ||
| sign_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.