mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* Add digest OID to PKCS7/SCEP digest failure logs - To help debugging in the future without requiring a full packet capture lets add the digest oid that we used to select the hashing algorithm that led to the digmest mismatch * Add cl * Fix type in CL header
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.