|
iPXE
|
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. | |
| 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().
| struct tls_cursor tls_certificate_entry::all |
| struct { ... } tls_certificate_entry::ext |
Extensions of interest.
| 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().