| 
    anjay
    
   | 
 
#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 | 
| const avs_net_socket_dane_tlsa_record_t* dane_tlsa_record | 
Single DANE TLSA record to use for certificate verification, if applicable.
| avs_net_security_info_t security_info | 
DTLS keys or certificates.
| const char* server_name_indication | 
| 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.