mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
* Initial implementation of PKCS11 managed key support for SCEP * Add test using managed keys for SCEP * Tweak docs and make pkcs7 decrypter tests after initial direct key tests * Add cl Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
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.