NetSurf
|
X509 certificate chain. More...
#include <ssl_certs.h>
Data Fields | |
size_t | depth |
the number of certificates in the chain More... | |
struct { | |
ssl_cert_err err | |
Whatever is wrong with this certificate. More... | |
uint8_t * der | |
data in Distinguished Encoding Rules (DER) format More... | |
size_t der_length | |
DER length. More... | |
} | certs [MAX_CERT_DEPTH] |
X509 certificate chain.
Definition at line 59 of file ssl_certs.h.
struct { ... } cert_chain::certs[MAX_CERT_DEPTH] |
size_t cert_chain::depth |
the number of certificates in the chain
Definition at line 63 of file ssl_certs.h.
Referenced by browser_window__handle_bad_certs(), cert_chain_alloc(), cert_chain_dup(), cert_chain_dup_into(), cert_chain_free(), cert_chain_from_query(), cert_chain_size(), cert_chain_to_query(), and process_query_section().
uint8_t* cert_chain::der |
data in Distinguished Encoding Rules (DER) format
Definition at line 73 of file ssl_certs.h.
Referenced by cert_chain_dup(), cert_chain_dup_into(), cert_chain_free(), cert_chain_size(), cert_chain_to_query(), llcache_process_metadata(), llcache_serialise_metadata(), and process_query_section().
size_t cert_chain::der_length |
DER length.
Definition at line 78 of file ssl_certs.h.
Referenced by cert_chain_dup(), cert_chain_dup_into(), cert_chain_size(), cert_chain_to_query(), llcache_process_metadata(), llcache_serialise_metadata(), and process_query_section().
ssl_cert_err cert_chain::err |
Whatever is wrong with this certificate.
Definition at line 68 of file ssl_certs.h.
Referenced by browser_window__handle_bad_certs(), cert_chain_dup(), cert_chain_dup_into(), cert_chain_to_query(), llcache_process_metadata(), llcache_serialise_metadata(), and process_query_section().