The cipher algorithms used for key exchange and mass symmetric
encryption are specified by the attributes ssl.client_ssl_ciphers
and ssl.server_ssl_ciphers
. These attributes contain a cipher
specification as specified by the OpenSSL manuals, see the manual
page ciphers(ssl) for further details.
The default set of ciphers can be set by using the following predefined variables.
Name | Value |
---|---|
SSL_CIPHERS_HIGH | n/a |
SSL_CIPHERS_MEDIUM | n/a |
SSL_CIPHERS_LOW | n/a |
SSL_CIPHERS_ALL | n/a |
SSL_CIPHERS_CUSTOM | n/a |
Table 3.3. Constants for cipher selection
Cipher specifications, as defined above, are sorted by key length. The cipher providing the best key length will be the most preferred one.
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu