SSL V3 and TLS V1 cipher specifications
When an SSL connection is established, the client (Web browser) and the Web server negotiate the cipher to use for the connection. The Web server has an ordered list of ciphers, and the first cipher in the list that is supported by the client is selected.
SSL V3 and TLSV1
If we specify V3 or TLS ciphers, and we do not specify SSL V2 ciphers, then SSL V2 support is disabled. If we specify SSL V2 ciphers, and we do not specify SSL V3 or TLS ciphers, then SSL V3 and TLS support is disabled.
Short name Long name Description 3A SSL_RSA_WITH_3DES_EDE_CBC_SHA Triple-DES SHA (168-bit) 33 SSL_RSA_EXPORT_WITH_RC4_40_MD5 RC4 SHA (40-bit) 34 SSL_RSA_WITH_RC4_128_MD5 RC4 MD5 (128-bit) 39 SSL_RSA_WITH_DES_CBC_SHA DES SHA (56-bit) 35 SSL_RSA_WITH_RC4_128_SHA RC4 SHA (128-bit) 35b TLS_RSA_WITH_AES_256_CBC_SHA AES SHA (128 bit) 2F TLS_RSA_WITH_AES_128_CBC_SHA AES SHA (128 bit) 36 SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 Cipher specification 36 requires Netscape Navigator V4.07; it does not work on earlier versions of Netscape browsers.
RC2 MD5 (40-bit) 32 SSL_RSA_WITH_NULL_SHA 31 SSL_RSA_WITH_NULL_MD5 30 SSL_NULL_WITH_NULL_NULL
62
TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA DES SHA Export 1024 (56-bit)
64
TLS_RSA_EXPORT1024_WITH_RC4_56_SHA RC4 SHA Export 1024 (56-bit)
FIPS Approved NIST SSLV3 and TLSV1 (only available with SSLFIPSEnable):
Short name Long name Description 3A SSL_RSA_WITH_3DES_EDE_CBC_SHA Triple-DES SHA (168-bit) FF SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA Triple-DES SHA (168 bit) 35b TLS_RSA_WITH_AES_256_CBC_SHA AES SHA (128 bit) 2F TLS_RSA_WITH_AES_128_CBC_SHA AES SHA (128 bit) 39 SSL_RSA_WITH_DES_CBC_SHA DES SHA (56 bit) FE SSL_RSA_FIPS_WITH_DES_CBC_SHA DES SHA (56 bit)
Related reference
SSL V2 cipher specifications