Find answers to your technical questions and learn how to use our products
Search suggestions:
Find answers to your technical questions and learn how to use our products
Search suggestions:
Field |
Description |
|---|---|
TLS Profile |
|
Profile Name |
The descriptive name used to identify this profile. |
Certificate |
The certificate presented when requested by a peer. |
SNI Options |
Indicates whether the SNI group is required or not. The options are:
|
SNI Group |
Specifies the configured SNI groups. SNI Group field is accessible only if SNI Options is either Optional or Mandatory. |
Certificate Verification |
|
Peer Verification |
One of three check boxes indicating whether peer verification is required:
Note:
Peer Verification is always required for TLS Client Profiles, therefore the Peer Certificate Authorities, Peer Certificate Revocation Lists, and Verification Depth fields will be active. |
Peer Certificate Authorities |
The CA certificates to be used to verify the remote entity identity certificate, if one has been provided.
Note:
Using Ctrl or Ctrl+Shift, any combination of selections can be made from this list. Using Ctrl+Shift , the user can drag to select multiple lines, and using Ctrl, the user can click to toggle individual lines. |
Peer Certificate Revocation Lists |
Revocation lists that are to be used to verify whether or not a peer certificate is valid.
Note:
Using Ctrl or Ctrl+Shift, any combination of selections can be made from this list. Using Ctrl+Shift , the user can drag to select multiple lines, and using Ctrl, the user can click to toggle individual lines. |
Verification Depth |
The maximum depth used for the certificate trust chain verification. Each CA certificate might also have its own depth setting, referred to as the path length constraint. If both are set, the lower of these two values is used. |
Renegotiation Parameters |
|
Renegotiation Time |
The amount of time after which the TLS connection must be renegotiated. This field is optional and must be set to 0 to disable. |
Renegotiation Byte Count |
The amount of bytes after which the TLS connection must be renegotiated. This field is optional and must be set to 0 to disable. |
Handshake Options |
|
Version |
The TLS versions that the client or servers accepts or offers. For Release 10.1.0, the options are:
For Release 10.1.2, the options are
The default value for this field is TLS 1.2. Ensure that you select an appropriate TLS version according to the TLS version that the server supports. |
Ciphers |
The level of security to be used for encrypting data. The options are:
|
Value |
A field provided to contain a textual representation of the ciphers settings used by OpenSSL.
Note:
The Value field is an advanced setting that must not be changed without an understanding of how OpenSSL handles ciphers. Invalid or incorrect settings in this field can cause insecure communications or even catastrophic failure. For a full list of possible values, see the OpenSSL ciphers documentation at https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html. To get the list of cipher suites supported by Avaya SBC, run the following command: openssl ciphers -s -v -<TLS version> '<cipher string>', where <cipher string> is DEFAULT:!SHA for Default ciphers and FIPS:!ECDH:!ADH:!3DES:!KRB5 for FIPS ciphers. For example, run the following command to get the list of cipher suites supported by Avaya SBC for Default ciphers when using TLS version 1.2: openssl ciphers -s -v -tls1_2 'DEFAULT:!SHA' |
The only exception is regarding the Peer Verification parameter setting (see description below). This setting determines if a peer verification operation should be performed. In a TLS client profile, the Peer Verification parameter setting cannot be changed and is locked to: Required, while in a TLS server profile, the Peer Verification parameter may be set to one of three possible values: Required, Optional, or None.