vault/helper/pkcs7
Josh Black fa13dbd381
add gosimport to make fmt and run it (#25383)
* 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>
2024-02-13 14:07:02 -08:00
..
ber.go pkcs7: fix slice out-of-bounds panic (#24891) 2024-01-17 10:12:00 -06:00
ber_test.go pkcs7: fix slice out-of-bounds panic (#24891) 2024-01-17 10:12:00 -06:00
decrypt.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
decrypt_test.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
encrypt.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
encrypt_test.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
LICENSE Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
pkcs7.go add gosimport to make fmt and run it (#25383) 2024-02-13 14:07:02 -08:00
pkcs7_test.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
README.md Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
sign.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
sign_test.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05:00
verify.go Move Vault's customized pkcs7 fork into a shared location (#24658) 2024-01-03 12:11:44 -05: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.