OpenVPN
Data Fields
cert_hash_set Struct Reference

Structure containing the hashes for a full certificate chain. More...

#include <ssl_verify.h>

Collaboration diagram for cert_hash_set:
Collaboration graph
[legend]

Data Fields

struct cert_hashch [MAX_CERT_DEPTH]
 Array of certificate hashes. More...
 

Detailed Description

Structure containing the hashes for a full certificate chain.

Definition at line 59 of file ssl_verify.h.

Field Documentation

◆ ch

struct cert_hash* cert_hash_set::ch[MAX_CERT_DEPTH]

Array of certificate hashes.

Definition at line 60 of file ssl_verify.h.

Referenced by cert_hash_compare(), cert_hash_copy(), and cert_hash_free().


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