|
RTI TCP Transport
Version 6.0.1
|
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_DHParamFile * | dh_param_files |
| List of available DH key files. | |
| const char * | engine_id |
| ID of OpenSSL cipher engine to request. | |
Set of TLS properties for cipher configuration.
| 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