iPXE
tls_certificate_entry Struct Reference

CertificateEntry descriptor. More...

#include <tlsfmt.h>

Data Fields

struct tls_cursor cert
 Certificate data.
struct { 
   struct tls_cursor   all 
 All extensions. More...
ext
 Extensions of interest.
struct tls_cursor next
 Next certificate.

Detailed Description

CertificateEntry descriptor.

Definition at line 400 of file tlsfmt.h.

Field Documentation

◆ cert

struct tls_cursor tls_certificate_entry::cert

Certificate data.

Definition at line 402 of file tlsfmt.h.

Referenced by tls_new_certificate(), and tlsfmt_test_exec().

◆ all

struct tls_cursor tls_certificate_entry::all

All extensions.

Definition at line 406 of file tlsfmt.h.

◆ [struct]

struct { ... } tls_certificate_entry::ext

Extensions of interest.

◆ next

struct tls_cursor tls_certificate_entry::next

Next certificate.

Definition at line 409 of file tlsfmt.h.

Referenced by tls_new_certificate(), and tlsfmt_test_exec().


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