iPXE
Data Fields
cms_signer_info Struct Reference

CMS signer information. More...

#include <cms.h>

Data Fields

struct list_head list
 List of signer information blocks. More...
 
struct x509_chainchain
 Certificate chain. More...
 
struct digest_algorithmdigest
 Digest algorithm. More...
 
struct pubkey_algorithmpubkey
 Public-key algorithm. More...
 
void * signature
 Signature. More...
 
size_t signature_len
 Length of signature. More...
 

Detailed Description

CMS signer information.

Definition at line 20 of file cms.h.

Field Documentation

◆ list

struct list_head cms_signer_info::list

List of signer information blocks.

Definition at line 22 of file cms.h.

Referenced by cms_free(), and imgverify().

◆ chain

struct x509_chain* cms_signer_info::chain

Certificate chain.

Definition at line 25 of file cms.h.

◆ digest

struct digest_algorithm* cms_signer_info::digest

Digest algorithm.

Definition at line 28 of file cms.h.

◆ pubkey

struct pubkey_algorithm* cms_signer_info::pubkey

Public-key algorithm.

Definition at line 30 of file cms.h.

◆ signature

void* cms_signer_info::signature

Signature.

Definition at line 33 of file cms.h.

◆ signature_len

size_t cms_signer_info::signature_len

Length of signature.

Definition at line 35 of file cms.h.


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