mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-09 01:41:10 +01:00
* PKI (SCEP): support compound octet strings for inner PKCS7 content (#12019) * Support compound octet strings for inner PKCS7 content * Add cl * Remove hashicorp/go-cmp ENT dependency --------- 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.