tls-v12-cipher-specs

This stanza entry specifies the Transport Layer Security (TLS), Version 1.2, ciphers.

tls-v12-cipher-specs = configuration string

To specify the ciphers for TLS Version 1.2, modify the tls-v12-cipher-specs parameter value in the appropriate configuration file. We can specify one or more ciphers. Enter multiple ciphers in a comma-separated list.

Any TLS Version 1.2 connection to an ISAM server or service is limited to the set of ciphers defined in the tls-v12-cipher-specs parameter.

Options

Usage

Optional.

Default value

Default TLSV12 CipherSpecs:

TLS Version 1.2 CipherSpecs that do not explicitly indicate a SHA256 or SHA384 hash implicitly use a SHA256 or SHA384 hash. However, the use of CipherSpecs that do not explicitly indicate a SHA256 or SHA384 hash with TLS Version 1.2 might result in interoperability problems with SSL and TLS stacks. CipherSpecs with explicit SHA256 or SHA384 hashes must be used.

Example

tls-v12-cipher-specs = TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA256

Parent topic: [ssl] stanza