libwebsockets
Lightweight C library for HTML5 websockets
lws_ss_x509 Struct Reference

Data Fields

struct lws_ss_x509next
 
const char * vhost_name
 
const uint8_t * ca_der
 
size_t ca_der_len
 
uint8_t keep:1
 

Field Documentation

◆ ca_der

const uint8_t* lws_ss_x509::ca_der

DER x.509 cert

◆ ca_der_len

size_t lws_ss_x509::ca_der_len

length of DER cert

◆ keep

uint8_t lws_ss_x509::keep

ie, if used in server tls

◆ vhost_name

const char* lws_ss_x509::vhost_name

vhost name using cert ctx


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