RTI Secure Wan Transport  Version 6.1.2

Set of TLS properties for cipher configuration. More...

Data Fields

char * cipher_list
 List of available DTLS ciphers for TLS 1.2 or below. More...
 
DDS_Long dh_param_files_length
 Number of DH key files supplied. More...
 
struct NDDS_Transport_TLS_DHParamFiledh_param_files
 List of available DH key files. More...
 
char * engine_id
 ID of OpenSSL cipher engine to request. More...
 

Detailed Description

Set of TLS properties for cipher configuration.

Field Documentation

◆ cipher_list

char* NDDS_Transport_TLS_Ciphers::cipher_list

List of available DTLS ciphers for TLS 1.2 or below.

See the OpenSSL manual page for SSL_set_cipher_list for more information on the format of this string

[default] NULL

◆ dh_param_files_length

DDS_Long NDDS_Transport_TLS_Ciphers::dh_param_files_length

Number of DH key files supplied.

[default] 0

◆ dh_param_files

struct NDDS_Transport_TLS_DHParamFile* NDDS_Transport_TLS_Ciphers::dh_param_files

List of available DH key files.

[default] NULL

◆ engine_id

char* NDDS_Transport_TLS_Ciphers::engine_id

ID of OpenSSL cipher engine to request.

[default] NULL