PKCS#7 SignedData content: digests, optional certificates/CRLs, signer infos, and encapsulated content.

Synopsis

Declared in <openssl/pkcs7.h>

struct pkcs7_signed_st;

Data Members

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).

Created with MrDocs