Vault Automation f48f3f2436
PKI: Allow SCEP to leverage PKCS#11 managed keys (#14247) (#14449)
* 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>
2026-05-04 16:29:21 +00: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.