RTITLS_Ciphers Struct Reference
[RTI TLS Support]

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

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

Number of DH key files supplied.

[default] 0

List of available DH key files.

[default] NULL

ID of OpenSSL cipher engine to request.

[default] NULL


RTI TCP Transport Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc