PKCS#7 SignedData content: digests, optional certificates/CRLs, signer infos, and encapsulated content.
Declared in <openssl/pkcs7.h>
struct pkcs7_signed_st;
| Name | Description |
|---|---|
cert | Optional certificates included with the signed data ([0]). |
contents | Encapsulated content being signed (nested PKCS#7 ContentInfo). |
crl | Certificate revocation lists included with the signed data ([1]). |
md_algs | Message digests used. |
signer_info | Signer infos describing each signature over the SignedData content. |
version | PKCS#7 SignedData version (typically 1). |