RTI TCP Transport  Version 6.0.1
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
RTITLS_Ciphers Struct Reference

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

Data Fields

const char * cipher_list
 List of available TLS ciphers.
 
DDS_Long dh_param_files_length
 Number of DH key files supplied.
 
struct RTITLS_DHParamFiledh_param_files
 List of available DH key files.
 
const char * engine_id
 ID of OpenSSL cipher engine to request.
 

Detailed Description

Set of TLS properties for cipher configuration.

Field Documentation

const char* RTITLS_Ciphers::cipher_list

List of available TLS ciphers.

See the OpenSSL manual page for SSL_set_cipher_list(3) or ciphers(1) for more information on the format of this string. Some typical values are defined: RTITLS_Plugin::RTITLS_CIPHER_LIST_DEFAULT, RTITLS_Plugin::RTITLS_CIPHER_LIST_ENCRYPT_HIGH, and RTITLS_Plugin::RTITLS_CIPHER_LIST_UNENCRYPTED.

[default] NULL

DDS_Long RTITLS_Ciphers::dh_param_files_length

Number of DH key files supplied.

[default] 0

struct RTITLS_DHParamFile* RTITLS_Ciphers::dh_param_files

List of available DH key files.

[default] NULL

const char* RTITLS_Ciphers::engine_id

ID of OpenSSL cipher engine to request.

[default] NULL


RTI TCP Transport Version 6.0.1 Copyright © Sun Nov 17 2019 Real-Time Innovations, Inc