Name | Description |
---|
None | No cipher suite. |
RSA_EXPORT_WITH_RC4_40_MD5 | Exportable 40bit RC4 with MD5 hash. |
RSA_WITH_RC4_128_MD5 | 128bit RC4 with MD5 hash. |
RSA_WITH_RC4_128_SHA | 128bit RC4 with SHA-1 hash. |
RSA_EXPORT_WITH_RC2_CBC_40_MD5 | Exportable 40bit RC2 in CBC mode with MD5 hash. |
RSA_EXPORT_WITH_DES40_CBC_SHA | Exportable 40bit DES in CBC mode with SHA-1 hash. |
RSA_WITH_DES_CBC_SHA | 56bit DES in CBC mode with SHA-1 hash. |
RSA_WITH_3DES_EDE_CBC_SHA | TripleDES in CBC mode with SHA-1 hash. |
RSA_EXPORT1024_WITH_DES_CBC_SHA | Exportable 56bit DES in CBC mode with SHA-1 hash. |
RSA_EXPORT1024_WITH_RC4_56_SHA | Exportable 56bit RC4 mode with SHA-1 hash. |
RSA_WITH_AES_128_CBC_SHA | 128bit AES in CBC mode with SHA-1 hash. |
RSA_WITH_AES_256_CBC_SHA | 256bit AES in CBC mode with SHA-1 hash. |
DHE_DSS_EXPORT_WITH_DES40_CBC_SHA | Exportable 40bit DES in CBC mode with SHA-1 hash. |
DHE_DSS_WITH_DES_CBC_SHA | 56bit DES in CBC mode with SHA-1 hash. |
DHE_DSS_WITH_3DES_EDE_CBC_SHA | TripleDES in CBC mode with SHA-1 hash. |
DHE_DSS_WITH_AES_128_CBC_SHA | 128bit AES in CBC mode with SHA-1 hash. |
DHE_DSS_WITH_AES_256_CBC_SHA | 256bit AES in CBC mode with SHA-1 hash. |
DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA | Exportable 56bit DES in CBC mode with SHA-1 hash. |
DHE_DSS_EXPORT1024_WITH_RC4_56_SHA | Exportable 40bit RC4 with SHA-1 hash. |
DHE_DSS_WITH_RC4_128_SHA | 128bit RC4 with SHA-1 hash. |
DHE_RSA_EXPORT_WITH_DES40_CBC_SHA | Exportable 40bit DES in CBC mode with SHA-1 hash. |
DHE_RSA_WITH_DES_CBC_SHA | 56bit DES in CBC mode with SHA-1 hash. |
DHE_RSA_WITH_3DES_EDE_CBC_SHA | TripleDES in CBC mode with SHA-1 hash. |
DHE_RSA_WITH_AES_128_CBC_SHA | 128bit AES in CBC mode with SHA-1 hash. |
DHE_RSA_WITH_AES_256_CBC_SHA | 256bit AES in CBC mode with SHA-1 hash. |
RSA_WITH_AES_128_CBC_SHA256 | 128bit AES in CBC mode with SHA2 hash. |
RSA_WITH_AES_256_CBC_SHA256 | 256bit AES in CBC mode with SHA2 hash. |
DHE_DSS_WITH_AES_128_CBC_SHA256 | DHE DSS 128bit AES in CBC mode with SHA2 hash. |
DHE_RSA_WITH_AES_128_CBC_SHA256 | DHE RSA 128bit AES in CBC mode with SHA2 hash. |
DHE_DSS_WITH_AES_256_CBC_SHA256 | DHE DSS 256bit AES in CBC mode with SHA2 hash. |
DHE_RSA_WITH_AES_256_CBC_SHA256 | DHE RSA 256bit AES in CBC mode with SHA2 hash. |
DH_anon_WITH_RC4_128_MD5 | Anonymous 128bit RC4 with MD5 hash. |
DH_anon_WITH_3DES_EDE_CBC_SHA | Anonymous TripleDES in CBC mode with SHA-1 hash. |
DH_anon_WITH_DES_CBC_SHA | Anonymous DES in CBC mode with SHA-1 hash. |
DH_anon_EXPORT_WITH_RC4_40_MD5 | Anonymous exportable 40bit RC4 with MD5 hash. |
DH_anon_EXPORT_WITH_DES40_CBC_SHA | Anonymous exportable 40bit DES in CBC mode with SHA-1 hash. |
DH_anon_WITH_AES_256_CBC_SHA256 | Anonymous exportable 40bit DES in CBC mode with SHA2 hash. |
DH_anon_WITH_AES_128_CBC_SHA256 | Anonymous exportable 40bit DES in CBC mode with SHA2 hash. |
DH_anon_WITH_AES_128_CBC_SHA | Anonymous exportable 40bit DES in CBC mode with SHA1 hash. |
DH_anon_WITH_AES_256_CBC_SHA | Anonymous exportable 40bit DES in CBC mode with SHA1 hash. |
Secure | Specifies all ciphers that are currently considered secure. |
Anonymous | Specifies anonymous ciphers. |
All | Specifies all ciphers, including the weak ciphers, excluding anonymous ciphers. |