iPXE
Data Fields
cms_signature Struct Reference

A CMS signature. More...

#include <cms.h>

Data Fields

struct refcnt refcnt
 Reference count. More...
 
struct x509_chaincertificates
 List of all certificates. More...
 
struct list_head info
 List of signer information blocks. More...
 

Detailed Description

A CMS signature.

Definition at line 39 of file cms.h.

Field Documentation

◆ refcnt

struct refcnt cms_signature::refcnt

Reference count.

Definition at line 41 of file cms.h.

◆ certificates

struct x509_chain* cms_signature::certificates

List of all certificates.

Definition at line 43 of file cms.h.

Referenced by cms_verify_fail_okx(), and cms_verify_okx().

◆ info

struct list_head cms_signature::info

List of signer information blocks.

Definition at line 45 of file cms.h.


The documentation for this struct was generated from the following file: