Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
CTL_SSL_CIPHER_LIST
CTL_SSL_CIPHER_LIST
CTL_SSL_CIPHER_LIST

Anchor
103075210307621030752
1030762
The CTL_SSL_CIPHER_LIST option specifies one or more SSL/TLS cipher suites that are acceptable to use for network communications on the control session, which is used for component internal communication.

Anchor
103075310307631030753
1030763
The SSL/TLS protocol uses cipher suites to specify the combination of encryption and message digest algorithms used for a session. An ordered list of acceptable cipher suites can be specified in a most-to-least order of preference.

Anchor
103075410307641030754
1030764
An example cipher suite list is RC4-MD5,RC4-SHA,AES128-SHA. The RC4-MD5 cipher suite is the most preferred and AES128-SHA is the least preferred.

Anchor
1032887
1032887
When two Universal Agent components (Manager and a Server) first connect, they perform an SSL/TLS handshake that negotiates the cipher suite to use for the session. The Manager presents a list of cipher suites (in descending order of preference) that it would like to use. This is compared against a list of ciphers that the Server supports. The first cipher suite in common is the one used for the session.

Anchor

...

1030769

...

1030769
DATA_AUTHENTICATION

Anchor
1030760
1030760
The DATA_AUTHENTICATION option specifies whether or not the network data is authenticated. Data authentication verifies that the data did not change from the point it was sent to the point it was received.

...