anjay
anjay_security_config_t Struct Reference

#include <core.h>

Data Fields

avs_net_security_info_t security_info
 
const avs_net_socket_dane_tlsa_record_t * dane_tlsa_record
 
avs_net_socket_tls_ciphersuites_t tls_ciphersuites
 
const char * server_name_indication
 

Field Documentation

◆ dane_tlsa_record

const avs_net_socket_dane_tlsa_record_t* dane_tlsa_record

Single DANE TLSA record to use for certificate verification, if applicable.

◆ security_info

avs_net_security_info_t security_info

DTLS keys or certificates.

◆ server_name_indication

const char* server_name_indication

◆ tls_ciphersuites

avs_net_socket_tls_ciphersuites_t tls_ciphersuites

TLS ciphersuites to use.

A value with num_ids == 0 (default) will cause defaults configured through anjay_configuration_t::default_tls_ciphersuites to be used.


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