Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Net.​Security.​TlsCipherSuite

Assembly: System.Net.Security

Represents cipher suite values for the TLS (formerly SSL) protocol.

Values

TLS_NULL_WITH_NULL_NULL
Represents the TLS_NULL_WITH_NULL_NULL cipher suite.
TLS_RSA_WITH_NULL_MD5
Represents the TLS_RSA_WITH_NULL_MD5 cipher suite.
TLS_RSA_WITH_NULL_SHA
Represents the TLS_RSA_WITH_NULL_SHA cipher suite.
TLS_RSA_EXPORT_WITH_RC4_40_MD5
Represents the TLS_RSA_EXPORT_WITH_RC4_40_MD5 cipher suite.
TLS_RSA_WITH_RC4_128_MD5
Represents the TLS_RSA_WITH_RC4_128_MD5 cipher suite.
TLS_RSA_WITH_RC4_128_SHA
Represents the TLS_RSA_WITH_RC4_128_SHA cipher suite.
TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
Represents the TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite.
TLS_RSA_WITH_IDEA_CBC_SHA
Represents the TLS_RSA_WITH_IDEA_CBC_SHA cipher suite.
TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
Represents the TLS_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite.
TLS_RSA_WITH_DES_CBC_SHA
Represents the TLS_RSA_WITH_DES_CBC_SHA cipher suite.
TLS_RSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
Represents the TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_DES_CBC_SHA
Represents the TLS_DH_DSS_WITH_DES_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
Represents the TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
Represents the TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_DES_CBC_SHA
Represents the TLS_DH_RSA_WITH_DES_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
Represents the TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_DES_CBC_SHA
Represents the TLS_DHE_DSS_WITH_DES_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
Represents the TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
Represents the TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_DES_CBC_SHA
Represents the TLS_DHE_RSA_WITH_DES_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
Represents the TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 cipher suite.
TLS_DH_anon_WITH_RC4_128_MD5
Represents the TLS_DH_anon_WITH_RC4_128_MD5 cipher suite.
TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
Represents the TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA cipher suite.
TLS_DH_anon_WITH_DES_CBC_SHA
Represents the TLS_DH_anon_WITH_DES_CBC_SHA cipher suite.
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
Represents the TLS_DH_anon_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_KRB5_WITH_DES_CBC_SHA
Represents the TLS_KRB5_WITH_DES_CBC_SHA cipher suite.
TLS_KRB5_WITH_3DES_EDE_CBC_SHA
Represents the TLS_KRB5_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_KRB5_WITH_RC4_128_SHA
Represents the TLS_KRB5_WITH_RC4_128_SHA cipher suite.
TLS_KRB5_WITH_IDEA_CBC_SHA
Represents the TLS_KRB5_WITH_IDEA_CBC_SHA cipher suite.
TLS_KRB5_WITH_DES_CBC_MD5
Represents the TLS_KRB5_WITH_DES_CBC_MD5 cipher suite.
TLS_KRB5_WITH_3DES_EDE_CBC_MD5
Represents the TLS_KRB5_WITH_3DES_EDE_CBC_MD5 cipher suite.
TLS_KRB5_WITH_RC4_128_MD5
Represents the TLS_KRB5_WITH_RC4_128_MD5 cipher suite.
TLS_KRB5_WITH_IDEA_CBC_MD5
Represents the TLS_KRB5_WITH_IDEA_CBC_MD5 cipher suite.
TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
Represents the TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA cipher suite.
TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA
Represents the TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA cipher suite.
TLS_KRB5_EXPORT_WITH_RC4_40_SHA
Represents the TLS_KRB5_EXPORT_WITH_RC4_40_SHA cipher suite.
TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5
Represents the TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 cipher suite.
TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5
Represents the TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite.
TLS_KRB5_EXPORT_WITH_RC4_40_MD5
Represents the TLS_KRB5_EXPORT_WITH_RC4_40_MD5 cipher suite.
TLS_PSK_WITH_NULL_SHA
Represents the TLS_PSK_WITH_NULL_SHA cipher suite.
TLS_DHE_PSK_WITH_NULL_SHA
Represents the TLS_DHE_PSK_WITH_NULL_SHA cipher suite.
TLS_RSA_PSK_WITH_NULL_SHA
Represents the TLS_RSA_PSK_WITH_NULL_SHA cipher suite.
TLS_RSA_WITH_AES_128_CBC_SHA
Represents the TLS_RSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_AES_128_CBC_SHA
Represents the TLS_DH_DSS_WITH_AES_128_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_AES_128_CBC_SHA
Represents the TLS_DH_RSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
Represents the TLS_DHE_DSS_WITH_AES_128_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
Represents the TLS_DHE_RSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_DH_anon_WITH_AES_128_CBC_SHA
Represents the TLS_DH_anon_WITH_AES_128_CBC_SHA cipher suite.
TLS_RSA_WITH_AES_256_CBC_SHA
Represents the TLS_RSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_AES_256_CBC_SHA
Represents the TLS_DH_DSS_WITH_AES_256_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_AES_256_CBC_SHA
Represents the TLS_DH_RSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_AES_256_CBC_SHA
Represents the TLS_DHE_DSS_WITH_AES_256_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
Represents the TLS_DHE_RSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_DH_anon_WITH_AES_256_CBC_SHA
Represents the TLS_DH_anon_WITH_AES_256_CBC_SHA cipher suite.
TLS_RSA_WITH_NULL_SHA256
Represents the TLS_RSA_WITH_NULL_SHA256 cipher suite.
TLS_RSA_WITH_AES_128_CBC_SHA256
Represents the TLS_RSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_RSA_WITH_AES_256_CBC_SHA256
Represents the TLS_RSA_WITH_AES_256_CBC_SHA256 cipher suite.
TLS_DH_DSS_WITH_AES_128_CBC_SHA256
Represents the TLS_DH_DSS_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_DH_RSA_WITH_AES_128_CBC_SHA256
Represents the TLS_DH_RSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
Represents the TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
Represents the TLS_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
Represents the TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
Represents the TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite.
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
Represents the TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
Represents the TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_DH_DSS_WITH_AES_256_CBC_SHA256
Represents the TLS_DH_DSS_WITH_AES_256_CBC_SHA256 cipher suite.
TLS_DH_RSA_WITH_AES_256_CBC_SHA256
Represents the TLS_DH_RSA_WITH_AES_256_CBC_SHA256 cipher suite.
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
Represents the TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 cipher suite.
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
Represents the TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 cipher suite.
TLS_DH_anon_WITH_AES_128_CBC_SHA256
Represents the TLS_DH_anon_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_DH_anon_WITH_AES_256_CBC_SHA256
Represents the TLS_DH_anon_WITH_AES_256_CBC_SHA256 cipher suite.
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
Represents the TLS_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
Represents the TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
Represents the TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite.
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA
Represents the TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA cipher suite.
TLS_PSK_WITH_RC4_128_SHA
Represents the TLS_PSK_WITH_RC4_128_SHA cipher suite.
TLS_PSK_WITH_3DES_EDE_CBC_SHA
Represents the TLS_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_PSK_WITH_AES_128_CBC_SHA
Represents the TLS_PSK_WITH_AES_128_CBC_SHA cipher suite.
TLS_PSK_WITH_AES_256_CBC_SHA
Represents the TLS_PSK_WITH_AES_256_CBC_SHA cipher suite.
TLS_DHE_PSK_WITH_RC4_128_SHA
Represents the TLS_DHE_PSK_WITH_RC4_128_SHA cipher suite.
TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA
Represents the TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_DHE_PSK_WITH_AES_128_CBC_SHA
Represents the TLS_DHE_PSK_WITH_AES_128_CBC_SHA cipher suite.
TLS_DHE_PSK_WITH_AES_256_CBC_SHA
Represents the TLS_DHE_PSK_WITH_AES_256_CBC_SHA cipher suite.
TLS_RSA_PSK_WITH_RC4_128_SHA
Represents the TLS_RSA_PSK_WITH_RC4_128_SHA cipher suite.
TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA
Represents the TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_RSA_PSK_WITH_AES_128_CBC_SHA
Represents the TLS_RSA_PSK_WITH_AES_128_CBC_SHA cipher suite.
TLS_RSA_PSK_WITH_AES_256_CBC_SHA
Represents the TLS_RSA_PSK_WITH_AES_256_CBC_SHA cipher suite.
TLS_RSA_WITH_SEED_CBC_SHA
Represents the TLS_RSA_WITH_SEED_CBC_SHA cipher suite.
TLS_DH_DSS_WITH_SEED_CBC_SHA
Represents the TLS_DH_DSS_WITH_SEED_CBC_SHA cipher suite.
TLS_DH_RSA_WITH_SEED_CBC_SHA
Represents the TLS_DH_RSA_WITH_SEED_CBC_SHA cipher suite.
TLS_DHE_DSS_WITH_SEED_CBC_SHA
Represents the TLS_DHE_DSS_WITH_SEED_CBC_SHA cipher suite.
TLS_DHE_RSA_WITH_SEED_CBC_SHA
Represents the TLS_DHE_RSA_WITH_SEED_CBC_SHA cipher suite.
TLS_DH_anon_WITH_SEED_CBC_SHA
Represents the TLS_DH_anon_WITH_SEED_CBC_SHA cipher suite.
TLS_RSA_WITH_AES_128_GCM_SHA256
Represents the TLS_RSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_RSA_WITH_AES_256_GCM_SHA384
Represents the TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
Represents the TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
Represents the TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_DH_RSA_WITH_AES_128_GCM_SHA256
Represents the TLS_DH_RSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_DH_RSA_WITH_AES_256_GCM_SHA384
Represents the TLS_DH_RSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
Represents the TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
Represents the TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_DH_DSS_WITH_AES_128_GCM_SHA256
Represents the TLS_DH_DSS_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_DH_DSS_WITH_AES_256_GCM_SHA384
Represents the TLS_DH_DSS_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_DH_anon_WITH_AES_128_GCM_SHA256
Represents the TLS_DH_anon_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_DH_anon_WITH_AES_256_GCM_SHA384
Represents the TLS_DH_anon_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_PSK_WITH_AES_128_GCM_SHA256
Represents the TLS_PSK_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_PSK_WITH_AES_256_GCM_SHA384
Represents the TLS_PSK_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
Represents the TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
Represents the TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
Represents the TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
Represents the TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_PSK_WITH_AES_128_CBC_SHA256
Represents the TLS_PSK_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_PSK_WITH_AES_256_CBC_SHA384
Represents the TLS_PSK_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_PSK_WITH_NULL_SHA256
Represents the TLS_PSK_WITH_NULL_SHA256 cipher suite.
TLS_PSK_WITH_NULL_SHA384
Represents the TLS_PSK_WITH_NULL_SHA384 cipher suite.
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
Represents the TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
Represents the TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_DHE_PSK_WITH_NULL_SHA256
Represents the TLS_DHE_PSK_WITH_NULL_SHA256 cipher suite.
TLS_DHE_PSK_WITH_NULL_SHA384
Represents the TLS_DHE_PSK_WITH_NULL_SHA384 cipher suite.
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
Represents the TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
Represents the TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_RSA_PSK_WITH_NULL_SHA256
Represents the TLS_RSA_PSK_WITH_NULL_SHA256 cipher suite.
TLS_RSA_PSK_WITH_NULL_SHA384
Represents the TLS_RSA_PSK_WITH_NULL_SHA384 cipher suite.
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
Represents the TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256
Represents the TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256
Represents the TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256
Represents the TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 cipher suite.
TLS_AES_128_GCM_SHA256
Represents the TLS_AES_128_GCM_SHA256 cipher suite.
TLS_AES_256_GCM_SHA384
Represents the TLS_AES_256_GCM_SHA384 cipher suite.
TLS_CHACHA20_POLY1305_SHA256
Represents the TLS_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_AES_128_CCM_SHA256
Represents the TLS_AES_128_CCM_SHA256 cipher suite.
TLS_AES_128_CCM_8_SHA256
Represents the TLS_AES_128_CCM_8_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_NULL_SHA
Represents the TLS_ECDH_ECDSA_WITH_NULL_SHA cipher suite.
TLS_ECDH_ECDSA_WITH_RC4_128_SHA
Represents the TLS_ECDH_ECDSA_WITH_RC4_128_SHA cipher suite.
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
Represents the TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
Represents the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_ECDHE_ECDSA_WITH_NULL_SHA
Represents the TLS_ECDHE_ECDSA_WITH_NULL_SHA cipher suite.
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
Represents the TLS_ECDHE_ECDSA_WITH_RC4_128_SHA cipher suite.
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_ECDH_RSA_WITH_NULL_SHA
Represents the TLS_ECDH_RSA_WITH_NULL_SHA cipher suite.
TLS_ECDH_RSA_WITH_RC4_128_SHA
Represents the TLS_ECDH_RSA_WITH_RC4_128_SHA cipher suite.
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
Represents the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
Represents the TLS_ECDH_RSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_ECDHE_RSA_WITH_NULL_SHA
Represents the TLS_ECDHE_RSA_WITH_NULL_SHA cipher suite.
TLS_ECDHE_RSA_WITH_RC4_128_SHA
Represents the TLS_ECDHE_RSA_WITH_RC4_128_SHA cipher suite.
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
Represents the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
Represents the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_ECDH_anon_WITH_NULL_SHA
Represents the TLS_ECDH_anon_WITH_NULL_SHA cipher suite.
TLS_ECDH_anon_WITH_RC4_128_SHA
Represents the TLS_ECDH_anon_WITH_RC4_128_SHA cipher suite.
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
Represents the TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_ECDH_anon_WITH_AES_128_CBC_SHA
Represents the TLS_ECDH_anon_WITH_AES_128_CBC_SHA cipher suite.
TLS_ECDH_anon_WITH_AES_256_CBC_SHA
Represents the TLS_ECDH_anon_WITH_AES_256_CBC_SHA cipher suite.
TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA
Represents the TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA
Represents the TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_SRP_SHA_WITH_AES_128_CBC_SHA
Represents the TLS_SRP_SHA_WITH_AES_128_CBC_SHA cipher suite.
TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA
Represents the TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA cipher suite.
TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA
Represents the TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA cipher suite.
TLS_SRP_SHA_WITH_AES_256_CBC_SHA
Represents the TLS_SRP_SHA_WITH_AES_256_CBC_SHA cipher suite.
TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA
Represents the TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA cipher suite.
TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA
Represents the TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
Represents the TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
Represents the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
Represents the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
Represents the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
Represents the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
Represents the TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
Represents the TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
Represents the TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
Represents the TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
Represents the TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Represents the TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
Represents the TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
Represents the TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_ECDHE_PSK_WITH_RC4_128_SHA
Represents the TLS_ECDHE_PSK_WITH_RC4_128_SHA cipher suite.
TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA
Represents the TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA cipher suite.
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
Represents the TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA cipher suite.
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
Represents the TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA cipher suite.
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
Represents the TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
Represents the TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 cipher suite.
TLS_ECDHE_PSK_WITH_NULL_SHA
Represents the TLS_ECDHE_PSK_WITH_NULL_SHA cipher suite.
TLS_ECDHE_PSK_WITH_NULL_SHA256
Represents the TLS_ECDHE_PSK_WITH_NULL_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_NULL_SHA384
Represents the TLS_ECDHE_PSK_WITH_NULL_SHA384 cipher suite.
TLS_RSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_RSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256
Represents the TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384
Represents the TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256
Represents the TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384
Represents the TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_DH_anon_WITH_ARIA_128_CBC_SHA256
Represents the TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_DH_anon_WITH_ARIA_256_CBC_SHA384
Represents the TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256
Represents the TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384
Represents the TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_RSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_RSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
Represents the TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
Represents the TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
Represents the TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
Represents the TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_DH_anon_WITH_ARIA_128_GCM_SHA256
Represents the TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
Represents the TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
Represents the TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384
Represents the TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_PSK_WITH_ARIA_128_CBC_SHA256
Represents the TLS_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_PSK_WITH_ARIA_256_CBC_SHA384
Represents the TLS_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256
Represents the TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384
Represents the TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256
Represents the TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384
Represents the TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_PSK_WITH_ARIA_128_GCM_SHA256
Represents the TLS_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_PSK_WITH_ARIA_256_GCM_SHA384
Represents the TLS_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
Represents the TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384
Represents the TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
Represents the TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite.
TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384
Represents the TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite.
TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
Represents the TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
Represents the TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite.
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256
Represents the TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite.
TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384
Represents the TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite.
TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
Represents the TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
Represents the TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite.
TLS_RSA_WITH_AES_128_CCM
Represents the TLS_RSA_WITH_AES_128_CCM cipher suite.
TLS_RSA_WITH_AES_256_CCM
Represents the TLS_RSA_WITH_AES_256_CCM cipher suite.
TLS_DHE_RSA_WITH_AES_128_CCM
Represents the TLS_DHE_RSA_WITH_AES_128_CCM cipher suite.
TLS_DHE_RSA_WITH_AES_256_CCM
Represents the TLS_DHE_RSA_WITH_AES_256_CCM cipher suite.
TLS_RSA_WITH_AES_128_CCM_8
Represents the TLS_RSA_WITH_AES_128_CCM_8 cipher suite.
TLS_RSA_WITH_AES_256_CCM_8
Represents the TLS_RSA_WITH_AES_256_CCM_8 cipher suite.
TLS_DHE_RSA_WITH_AES_128_CCM_8
Represents the TLS_DHE_RSA_WITH_AES_128_CCM_8 cipher suite.
TLS_DHE_RSA_WITH_AES_256_CCM_8
Represents the TLS_DHE_RSA_WITH_AES_256_CCM_8 cipher suite.
TLS_PSK_WITH_AES_128_CCM
Represents the TLS_PSK_WITH_AES_128_CCM cipher suite.
TLS_PSK_WITH_AES_256_CCM
Represents the TLS_PSK_WITH_AES_256_CCM cipher suite.
TLS_DHE_PSK_WITH_AES_128_CCM
Represents the TLS_DHE_PSK_WITH_AES_128_CCM cipher suite.
TLS_DHE_PSK_WITH_AES_256_CCM
Represents the TLS_DHE_PSK_WITH_AES_256_CCM cipher suite.
TLS_PSK_WITH_AES_128_CCM_8
Represents the TLS_PSK_WITH_AES_128_CCM_8 cipher suite.
TLS_PSK_WITH_AES_256_CCM_8
Represents the TLS_PSK_WITH_AES_256_CCM_8 cipher suite.
TLS_PSK_DHE_WITH_AES_128_CCM_8
Represents the TLS_PSK_DHE_WITH_AES_128_CCM_8 cipher suite.
TLS_PSK_DHE_WITH_AES_256_CCM_8
Represents the TLS_PSK_DHE_WITH_AES_256_CCM_8 cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_128_CCM
Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CCM cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_256_CCM
Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CCM cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 cipher suite.
TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 cipher suite.
TLS_ECCPWD_WITH_AES_128_GCM_SHA256
Represents the TLS_ECCPWD_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_ECCPWD_WITH_AES_256_GCM_SHA384
Represents the TLS_ECCPWD_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_ECCPWD_WITH_AES_128_CCM_SHA256
Represents the TLS_ECCPWD_WITH_AES_128_CCM_SHA256 cipher suite.
TLS_ECCPWD_WITH_AES_256_CCM_SHA384
Represents the TLS_ECCPWD_WITH_AES_256_CCM_SHA384 cipher suite.
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_PSK_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256
Represents the TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256
Represents the TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384
Represents the TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 cipher suite.
TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256
Represents the TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 cipher suite.
TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256
Represents the TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 cipher suite.