Sun Java System Web Server 7.0 Update 2 Administrator's Configuration File Reference

ssl3-tls-ciphers

The ssl3-tls-ciphers element configures SSL3 and TLS cipher suites. This element may appear zero or one time within the ssl element. For more information, see ssl.

Subelements

The ssl3-tls-ciphers element can contain the following subelements:

Table 3–53 List of ssl3-tls-ciphers Subelements

Element 

Occurrences 

Description 

SSL_RSA_WITH_RC4_128_MD5

0 or 1 

Determines whether the SSL_RSA_WITH_RC4_128_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_RSA_WITH_RC4_128_SHA

0 or 1 

Determines whether the SSL_RSA_WITH_RC4_128_SHA cipher suite is enabled at runtime. The default value is true.

SSL_RSA_WITH_3DES_EDE_CBC_SHA

0 or 1 

Determines whether the SSL_RSA_WITH_3DES_EDE_CBC_SHA cipher suite is enabled at runtime. The default value is true.

SSL_RSA_WITH_DES_CBC_SHA

0 or 1 

Determines whether the SSL_RSA_WITH_DES_CBC_SHA cipher suite is enabled at runtime. The default value is true.

SSL_RSA_EXPORT_WITH_RC4_40_MD5

0 or 1 

Determines whether the SSL_RSA_EXPORT_WITH_RC4_40_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5

0 or 1 

Determines whether the SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_RSA_WITH_NULL_MD5

0 or 1 

Determines whether the SSL_RSA_WITH_NULL_MD5 cipher suite is enabled at runtime. The default value is false.

SSL_RSA_WITH_NULL_SHA

0 or 1 

Determines whether the SSL_RSA_WITH_NULL_SHA cipher suite is enabled at runtime. The default value is false.

SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA

0 or 1 

Determines whether the SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA cipher suite is enabled at runtime. The default value is true.

SSL_RSA_FIPS_WITH_DES_CBC_SHA

0 or 1 

Determines whether the SSL_RSA_FIPS_WITH_DES_CBC_SHA cipher suite is enabled at runtime. The default value is true.

TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA

0 or 1 

Determines whether the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA cipher suite is enabled at runtime. The default value is true.

TLS_ECDH_RSA_WITH_AES_128_CBC_SHA

0 or 1 

Determines whether the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDH_RSA_WITH_RC4_128_SHA

0 or 1 

Determines whether the TLS_ECDH_RSA_WITH_RC4_128_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA

0 or 1 

Determines whether the TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA

0 or 1 

Determines whether the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA

0 or 1  

Determines whether the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA

0 or 1 

Determines whether the TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA cipher suite is enabled at runtime. The default value is true.

TLS_RSA_EXPORT1024_WITH_RC4_56_SHA

0 or 1 

Determines whether the TLS_RSA_EXPORT1024_WITH_RC4_56_SHA cipher suite is enabled at runtime. The default value is true.

TLS_RSA_WITH_AES_128_CBC_SHA

0 or 1 

Determines whether the TLS_RSA_WITH_AES_128_CBC_SHA cipher suite is enabled at runtime. The default value is true.

TLS_RSA_WITH_AES_256_CBC_SHA

0 or 1 

Determines whether the TLS_RSA_WITH_AES_256_CBC_SHA cipher suite is enabled at runtime. The default value is true.

TLS_ECDHE_ECDSA_WITH_NULL_SHA

0 or 1  

Determines whether the TLS_ECDHE_ECDSA_WITH_NULL_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA

0 or 1  

Determines whether the TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_ECDSA_WITH_RC4_128_SHA

0 or 1 

Determines whether the TLS_ECDHE_ECDSA_WITH_RC4_128_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA

0 or 1 

Determines whether the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_RSA_WITH_NULL_SHA

0 or 1 

Determines whether the TLS_ECDHE_RSA_WITH_NULL_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_RSA_WITH_RC4_128_SHA

0 or 1 

Determines whether the TLS_ECDHE_RSA_WITH_RC4_128_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA

0 or 1 

Determines whether the TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite is enabled at runtime. The default value is false.

TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA

0 or 1 

Determines whether the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA cipher suite is enabled at runtime. The default value is false.

See Also