Security/Cipher Suites: Difference between revisions
< Security
Jump to navigation
Jump to search
(Update to commit 59954f9f25f5e55900e90d9f8f0908164861fd13) |
(Deploying https://github.com/mozilla/server-side-tls/pull/296) |
||
Line 2: | Line 2: | ||
IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table below lists each cipher as well as its corresponding Mozilla [[Security/Server Side TLS|Server Side TLS]] compatibility level. | IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table below lists each cipher as well as its corresponding Mozilla [[Security/Server Side TLS|Server Side TLS]] compatibility level. | ||
<!-- Modern row color : # | <!-- Modern row color : #9c0 --> | ||
<!-- Intermediate row color : # | <!-- Intermediate row color : #fc6 --> | ||
<!-- Old row color : # | <!-- Old row color : #ccc --> | ||
{| class="wikitable sortable" | {| class="wikitable sortable" style="background-color:#fff;" | ||
|- | |- | ||
! scope="col" | Hex | ! scope="col" | Hex | ||
Line 13: | Line 13: | ||
! scope="col" | NSS | ! scope="col" | NSS | ||
! scope="col" | OpenSSL | ! scope="col" | OpenSSL | ||
|- | |||
! scope=row | 0x13,0x01 | |||
| style="background-color: #9c0; font-weight: bold; text-align: center;" | 1 | |||
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256 | |||
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256 | |||
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256 | |||
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256 | |||
|- | |- | ||
! scope=row | 0x13,0x02 | ! scope=row | 0x13,0x02 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold; text-align: center;" | 2 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384 | ||
|- | |- | ||
! scope=row | 0x13,0x03 | ! scope=row | 0x13,0x03 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold; text-align: center;" | 3 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256 | ||
|- | |- | ||
! scope=row | | ! scope=row | 0xC0,0x2B | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 4 | ||
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | |||
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256 | |||
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | |||
| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256 | |||
| style="background-color: # | |||
| style="background-color: # | |||
| style="background-color: # | |||
| style="background-color: # | |||
|- | |- | ||
! scope=row | 0xC0,0x2F | ! scope=row | 0xC0,0x2F | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 5 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0, | ! scope=row | 0xC0,0x2C | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 6 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x30 | ! scope=row | 0xC0,0x30 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 7 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | | ! scope=row | 0xCC,0xA9 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 8 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305 | ||
|- | |||
! scope=row | 0xCC,0xA8 | |||
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 9 | |||
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | |||
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305 | |||
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | |||
| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305 | |||
|- | |- | ||
! scope=row | 0x00,0x9E | ! scope=row | 0x00,0x9E | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 10 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00, | ! scope=row | 0x00,0x9F | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 11 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | | ! scope=row | 0xCC,0xAA | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold; text-align: center;" | 12 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_CHACHA20_POLY1305 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | ||
| style="background-color: # | | style="background-color: #fc6; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305 | ||
|- | |- | ||
! scope=row | | ! scope=row | 0xC0,0x23 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 13 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x27 | ! scope=row | 0xC0,0x27 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 14 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0, | ! scope=row | 0xC0,0x09 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 15 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x13 | ! scope=row | 0xC0,0x13 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 16 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES128-SHA | ||
|- | |- | ||
! scope=row | 0xC0, | ! scope=row | 0xC0,0x24 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 17 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x28 | ! scope=row | 0xC0,0x28 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 18 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0, | ! scope=row | 0xC0,0x0A | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 19 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x14 | ! scope=row | 0xC0,0x14 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 20 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x67 | ! scope=row | 0x00,0x67 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 21 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x6B | ! scope=row | 0x00,0x6B | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 22 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x9C | ! scope=row | 0x00,0x9C | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 23 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x9D | ! scope=row | 0x00,0x9D | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 24 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0x3C | ! scope=row | 0x00,0x3C | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 25 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x3D | ! scope=row | 0x00,0x3D | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 26 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | AES256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x2F | ! scope=row | 0x00,0x2F | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 27 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | AES128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x35 | ! scope=row | 0x00,0x35 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold; text-align: center;" | 28 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1 | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA | ||
| style="background-color: # | | style="background-color: #ccc; font-weight: bold;" | AES256-SHA | ||
|- | |||
! scope=row | 0x00,0x0A | |||
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 29 | |||
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA | |||
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_3DES_EDE_CBC_SHA1 | |||
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA | |||
| style="background-color: #ccc; font-weight: bold;" | DES-CBC3-SHA | |||
|- | |||
! scope=row | 0x00,0xA2 | |||
| style="" data-sort-value="1000" | | |||
| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 | |||
| style="" | TLS_DHE_DSS_AES_128_GCM_SHA256 | |||
| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 | |||
| style="" | DHE-DSS-AES128-GCM-SHA256 | |||
|- | |||
! scope=row | 0x00,0xA3 | |||
| style="" data-sort-value="1000" | | |||
| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 | |||
| style="" | TLS_DHE_DSS_AES_256_GCM_SHA384 | |||
| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 | |||
| style="" | DHE-DSS-AES256-GCM-SHA384 | |||
|- | |||
! scope=row | 0x00,0x33 | |||
| style="" data-sort-value="1000" | | |||
| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA | |||
| style="" | TLS_DHE_RSA_AES_128_CBC_SHA1 | |||
| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA | |||
| style="" | DHE-RSA-AES128-SHA | |||
|- | |||
! scope=row | 0x00,0x40 | |||
| style="" data-sort-value="1000" | | |||
| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 | |||
| style="" | TLS_DHE_DSS_AES_128_CBC_SHA256 | |||
| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 | |||
| style="" | DHE-DSS-AES128-SHA256 | |||
|- | |||
! scope=row | 0x00,0x38 | |||
| style="" data-sort-value="1000" | | |||
| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA | |||
| style="" | TLS_DHE_DSS_AES_256_CBC_SHA1 | |||
| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA | |||
| style="" | DHE-DSS-AES256-SHA | |||
|- | |||
! scope=row | 0x00,0x39 | |||
| style="" data-sort-value="1000" | | |||
| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA | |||
| style="" | TLS_DHE_RSA_AES_256_CBC_SHA1 | |||
| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA | |||
| style="" | DHE-RSA-AES256-SHA | |||
|- | |- | ||
! scope=row | 0xC0,0xAF | ! scope=row | 0xC0,0xAF | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_AES_256_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-AES256-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0xAD | ! scope=row | 0xC0,0xAD | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_AES_256_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-AES256-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA3 | ! scope=row | 0xC0,0xA3 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_AES_256_CCM_8 | ||
| style=" | | style="" | TLS_DHE_RSA_AES_256_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-AES256-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0x9F | ! scope=row | 0xC0,0x9F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_AES_256_CCM | ||
| style=" | | style="" | TLS_DHE_RSA_AES_256_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-AES256-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xAE | ! scope=row | 0xC0,0xAE | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_AES_128_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-AES128-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0xAC | ! scope=row | 0xC0,0xAC | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_AES_128_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-AES128-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA2 | ! scope=row | 0xC0,0xA2 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_AES_128_CCM_8 | ||
| style=" | | style="" | TLS_DHE_RSA_AES_128_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-AES128-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0x9E | ! scope=row | 0xC0,0x9E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_AES_128_CCM | ||
| style=" | | style="" | TLS_DHE_RSA_AES_128_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-AES128-CCM | ||
|- | |- | ||
! scope=row | 0x00,0x6A | ! scope=row | 0x00,0x6A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_DSS_AES_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 | ||
| style=" | | style="" | DHE-DSS-AES256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x32 | ! scope=row | 0x00,0x32 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_DSS_AES_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | DHE-DSS-AES128-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0xA1 | ! scope=row | 0xC0,0xA1 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_AES_256_CCM_8 | ||
| style=" | | style="" | TLS_RSA_AES_256_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | AES256-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0x9D | ! scope=row | 0xC0,0x9D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_AES_256_CCM | ||
| style=" | | style="" | TLS_RSA_AES_256_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | AES256-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA0 | ! scope=row | 0xC0,0xA0 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_AES_128_CCM_8 | ||
| style=" | | style="" | TLS_RSA_AES_128_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | AES128-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0x9C | ! scope=row | 0xC0,0x9C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_AES_128_CCM | ||
| style=" | | style="" | TLS_RSA_AES_128_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | AES128-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0x5D | ! scope=row | 0xC0,0x5D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x61 | ! scope=row | 0xC0,0x61 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x57 | ! scope=row | 0xC0,0x57 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-DSS-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x53 | ! scope=row | 0xC0,0x53 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x5C | ! scope=row | 0xC0,0x5C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x60 | ! scope=row | 0xC0,0x60 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x56 | ! scope=row | 0xC0,0x56 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-DSS-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x52 | ! scope=row | 0xC0,0x52 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x73 | ! scope=row | 0xC0,0x73 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x77 | ! scope=row | 0xC0,0x77 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-RSA-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xC4 | ! scope=row | 0x00,0xC4 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-CAMELLIA256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xC3 | ! scope=row | 0x00,0xC3 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-DSS-CAMELLIA256-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x72 | ! scope=row | 0xC0,0x72 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-ECDSA-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x76 | ! scope=row | 0xC0,0x76 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-RSA-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xBE | ! scope=row | 0x00,0xBE | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xBD | ! scope=row | 0x00,0xBD | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-DSS-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x88 | ! scope=row | 0x00,0x88 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | DHE-RSA-CAMELLIA256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x87 | ! scope=row | 0x00,0x87 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | DHE-DSS-CAMELLIA256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x45 | ! scope=row | 0x00,0x45 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | DHE-RSA-CAMELLIA128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x44 | ! scope=row | 0x00,0x44 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | DHE-DSS-CAMELLIA128-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x51 | ! scope=row | 0xC0,0x51 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x50 | ! scope=row | 0xC0,0x50 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xC0 | ! scope=row | 0x00,0xC0 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_RSA_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | CAMELLIA256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xBA | ! scope=row | 0x00,0xBA | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_RSA_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x84 | ! scope=row | 0x00,0x84 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | TLS_RSA_CAMELLIA_256_CBC_SHA1 | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | CAMELLIA256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x41 | ! scope=row | 0x00,0x41 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | TLS_RSA_CAMELLIA_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | CAMELLIA128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x9A | ! scope=row | 0x00,0x9A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-RSA-SEED-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x99 | ! scope=row | 0x00,0x99 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-DSS-SEED-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x96 | ! scope=row | 0x00,0x96 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_RSA_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | SEED-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x00 | ! scope=row | 0x00,0x00 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_NULL_WITH_NULL_NULL | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_NULL_WITH_NULL_NULL | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x01 | ! scope=row | 0x00,0x01 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_NULL_MD5 | ||
| style=" | | style="" | TLS_RSA_NULL_MD5 | ||
| style=" | | style="" | TLS_RSA_WITH_NULL_MD5 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x02 | ! scope=row | 0x00,0x02 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_RSA_NULL_SHA1 | ||
| style=" | | style="" | TLS_RSA_WITH_NULL_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x03 | ! scope=row | 0x00,0x03 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_EXPORT_WITH_RC4_40_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_RSA_EXPORT_WITH_RC4_40_MD5 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x04 | ! scope=row | 0x00,0x04 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_RC4_128_MD5 | ||
| style=" | | style="" | TLS_RSA_ARCFOUR_128_MD5 | ||
| style=" | | style="" | TLS_RSA_WITH_RC4_128_MD5 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x05 | ! scope=row | 0x00,0x05 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_RSA_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | TLS_RSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x06 | ! scope=row | 0x00,0x06 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x07 | ! scope=row | 0x00,0x07 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_IDEA_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_RSA_WITH_IDEA_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x08 | ! scope=row | 0x00,0x08 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x09 | ! scope=row | 0x00,0x09 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_RSA_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x0B | ! scope=row | 0x00,0x0B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x0C | ! scope=row | 0x00,0x0C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x0D | ! scope=row | 0x00,0x0D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x0E | ! scope=row | 0x00,0x0E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x0F | ! scope=row | 0x00,0x0F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x10 | ! scope=row | 0x00,0x10 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x11 | ! scope=row | 0x00,0x11 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x12 | ! scope=row | 0x00,0x12 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x13 | ! scope=row | 0x00,0x13 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_DSS_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x14 | ! scope=row | 0x00,0x14 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x15 | ! scope=row | 0x00,0x15 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x16 | ! scope=row | 0x00,0x16 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_RSA_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x17 | ! scope=row | 0x00,0x17 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x18 | ! scope=row | 0x00,0x18 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_RC4_128_MD5 | ||
| style=" | | style="" | TLS_DH_ANON_ARCFOUR_128_MD5 | ||
| style=" | | style="" | TLS_DH_anon_WITH_RC4_128_MD5 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x19 | ! scope=row | 0x00,0x19 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x1A | ! scope=row | 0x00,0x1A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x1B | ! scope=row | 0x00,0x1B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_DH_ANON_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x1E | ! scope=row | 0x00,0x1E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_DES_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x1F | ! scope=row | 0x00,0x1F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x20 | ! scope=row | 0x00,0x20 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_RC4_128_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x21 | ! scope=row | 0x00,0x21 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_IDEA_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x22 | ! scope=row | 0x00,0x22 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_DES_CBC_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x23 | ! scope=row | 0x00,0x23 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_3DES_EDE_CBC_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x24 | ! scope=row | 0x00,0x24 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_RC4_128_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x25 | ! scope=row | 0x00,0x25 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_WITH_IDEA_CBC_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x26 | ! scope=row | 0x00,0x26 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x27 | ! scope=row | 0x00,0x27 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x28 | ! scope=row | 0x00,0x28 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_EXPORT_WITH_RC4_40_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x29 | ! scope=row | 0x00,0x29 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x2A | ! scope=row | 0x00,0x2A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x2B | ! scope=row | 0x00,0x2B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_KRB5_EXPORT_WITH_RC4_40_MD5 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x00,0x2C | ! scope=row | 0x00,0x2C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_PSK_NULL_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-NULL-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x2D | ! scope=row | 0x00,0x2D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_DHE_PSK_NULL_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-NULL-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x2E | ! scope=row | 0x00,0x2E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_RSA_PSK_NULL_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-NULL-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x30 | ! scope=row | 0x00,0x30 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | DH-DSS-AES128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x31 | ! scope=row | 0x00,0x31 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | DH-RSA-AES128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x34 | ! scope=row | 0x00,0x34 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_DH_ANON_AES_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | ADH-AES128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x36 | ! scope=row | 0x00,0x36 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | DH-DSS-AES256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x37 | ! scope=row | 0x00,0x37 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | DH-RSA-AES256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x3A | ! scope=row | 0x00,0x3A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_DH_ANON_AES_256_CBC_SHA1 | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | ADH-AES256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x3B | ! scope=row | 0x00,0x3B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_NULL_SHA256 | ||
| style=" | | style="" | TLS_RSA_NULL_SHA256 | ||
| style=" | | style="" | TLS_RSA_WITH_NULL_SHA256 | ||
| style=" | | style="" | NULL-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x3E | ! scope=row | 0x00,0x3E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x3F | ! scope=row | 0x00,0x3F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x42 | ! scope=row | 0x00,0x42 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | DH-DSS-CAMELLIA128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x43 | ! scope=row | 0x00,0x43 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | DH-RSA-CAMELLIA128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x46 | ! scope=row | 0x00,0x46 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA | ||
| style=" | | style="" | ADH-CAMELLIA128-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x68 | ! scope=row | 0x00,0x68 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-AES256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x69 | ! scope=row | 0x00,0x69 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-AES256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x6C | ! scope=row | 0x00,0x6C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_DH_ANON_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x6D | ! scope=row | 0x00,0x6D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_DH_ANON_AES_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-AES256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0x85 | ! scope=row | 0x00,0x85 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | DH-DSS-CAMELLIA256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x86 | ! scope=row | 0x00,0x86 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | DH-RSA-CAMELLIA256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x89 | ! scope=row | 0x00,0x89 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA1 | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA | ||
| style=" | | style="" | ADH-CAMELLIA256-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x8A | ! scope=row | 0x00,0x8A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_PSK_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-RC4-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x8B | ! scope=row | 0x00,0x8B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_PSK_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x8C | ! scope=row | 0x00,0x8C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_PSK_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x8D | ! scope=row | 0x00,0x8D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_PSK_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x8E | ! scope=row | 0x00,0x8E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_DHE_PSK_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-RC4-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x8F | ! scope=row | 0x00,0x8F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_PSK_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x90 | ! scope=row | 0x00,0x90 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_PSK_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x91 | ! scope=row | 0x00,0x91 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_DHE_PSK_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x92 | ! scope=row | 0x00,0x92 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_RSA_PSK_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-RC4-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x93 | ! scope=row | 0x00,0x93 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_RSA_PSK_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x94 | ! scope=row | 0x00,0x94 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_RSA_PSK_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-AES128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x95 | ! scope=row | 0x00,0x95 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_RSA_PSK_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-AES256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x97 | ! scope=row | 0x00,0x97 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-SEED-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x98 | ! scope=row | 0x00,0x98 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-SEED-SHA | ||
|- | |- | ||
! scope=row | 0x00,0x9B | ! scope=row | 0x00,0x9B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_SEED_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-SEED-SHA | ||
|- | |- | ||
! scope=row | 0x00,0xA0 | ! scope=row | 0x00,0xA0 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xA1 | ! scope=row | 0x00,0xA1 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xA4 | ! scope=row | 0x00,0xA4 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xA5 | ! scope=row | 0x00,0xA5 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xA6 | ! scope=row | 0x00,0xA6 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DH_ANON_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xA7 | ! scope=row | 0x00,0xA7 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DH_ANON_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xA8 | ! scope=row | 0x00,0xA8 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_PSK_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xA9 | ! scope=row | 0x00,0xA9 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_PSK_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xAA | ! scope=row | 0x00,0xAA | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_AES_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | DHE-PSK-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xAB | ! scope=row | 0x00,0xAB | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DHE_PSK_AES_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | DHE-PSK-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xAC | ! scope=row | 0x00,0xAC | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_RSA_PSK_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xAD | ! scope=row | 0x00,0xAD | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_RSA_PSK_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xAE | ! scope=row | 0x00,0xAE | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_PSK_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES128-CBC-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xAF | ! scope=row | 0x00,0xAF | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_PSK_AES_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES256-CBC-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xB0 | ! scope=row | 0x00,0xB0 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_NULL_SHA256 | ||
| style=" | | style="" | TLS_PSK_NULL_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-NULL-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xB1 | ! scope=row | 0x00,0xB1 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_NULL_SHA384 | ||
| style=" | | style="" | TLS_PSK_NULL_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-NULL-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xB2 | ! scope=row | 0x00,0xB2 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES128-CBC-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xB3 | ! scope=row | 0x00,0xB3 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_DHE_PSK_AES_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES256-CBC-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xB4 | ! scope=row | 0x00,0xB4 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_NULL_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_NULL_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-NULL-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xB5 | ! scope=row | 0x00,0xB5 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_NULL_SHA384 | ||
| style=" | | style="" | TLS_DHE_PSK_NULL_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-NULL-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xB6 | ! scope=row | 0x00,0xB6 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_RSA_PSK_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-AES128-CBC-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xB7 | ! scope=row | 0x00,0xB7 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_RSA_PSK_AES_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-AES256-CBC-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xB8 | ! scope=row | 0x00,0xB8 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_NULL_SHA256 | ||
| style=" | | style="" | TLS_RSA_PSK_NULL_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-NULL-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xB9 | ! scope=row | 0x00,0xB9 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_NULL_SHA384 | ||
| style=" | | style="" | TLS_RSA_PSK_NULL_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-NULL-SHA384 | ||
|- | |- | ||
! scope=row | 0x00,0xBB | ! scope=row | 0x00,0xBB | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xBC | ! scope=row | 0x00,0xBC | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xBF | ! scope=row | 0x00,0xBF | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xC1 | ! scope=row | 0x00,0xC1 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-CAMELLIA256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xC2 | ! scope=row | 0x00,0xC2 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-CAMELLIA256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xC5 | ! scope=row | 0x00,0xC5 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-CAMELLIA256-SHA256 | ||
|- | |- | ||
! scope=row | 0x00,0xFF | ! scope=row | 0x00,0xFF | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x13,0x00 | ! scope=row | 0x13,0x00 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | Unassigned | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0x13,0x04 | ! scope=row | 0x13,0x04 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_AES_128_CCM_SHA256 | ||
| style=" | | style="" | TLS_AES_128_CCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_AES_128_CCM_SHA256 | ||
|- | |- | ||
! scope=row | 0x13,0x05 | ! scope=row | 0x13,0x05 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_AES_128_CCM_8_SHA256 | ||
| style=" | | style="" | TLS_AES_128_CCM_8_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_AES_128_CCM_8_SHA256 | ||
|- | |- | ||
! scope=row | 0x56,0x00 | ! scope=row | 0x56,0x00 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_FALLBACK_SCSV | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_FALLBACK_SCSV | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x01 | ! scope=row | 0xC0,0x01 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_NULL_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_NULL_SHA | ||
| style=" | | style="" | ECDH-ECDSA-NULL-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x02 | ! scope=row | 0xC0,0x02 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | ECDH-ECDSA-RC4-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x03 | ! scope=row | 0xC0,0x03 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | ECDH-ECDSA-DES-CBC3-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x04 | ! scope=row | 0xC0,0x04 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | ECDH-ECDSA-AES128-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x05 | ! scope=row | 0xC0,0x05 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | ECDH-ECDSA-AES256-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x06 | ! scope=row | 0xC0,0x06 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_NULL_SHA1 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_NULL_SHA | ||
| style=" | | style="" | ECDHE-ECDSA-NULL-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x07 | ! scope=row | 0xC0,0x07 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | ECDHE-ECDSA-RC4-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x08 | ! scope=row | 0xC0,0x08 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | ECDHE-ECDSA-DES-CBC3-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x0B | ! scope=row | 0xC0,0x0B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_NULL_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_NULL_SHA | ||
| style=" | | style="" | ECDH-RSA-NULL-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x0C | ! scope=row | 0xC0,0x0C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | ECDH-RSA-RC4-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x0D | ! scope=row | 0xC0,0x0D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | ECDH-RSA-DES-CBC3-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x0E | ! scope=row | 0xC0,0x0E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | ECDH-RSA-AES128-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x0F | ! scope=row | 0xC0,0x0F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | ECDH-RSA-AES256-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x10 | ! scope=row | 0xC0,0x10 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_ECDHE_RSA_NULL_SHA1 | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_NULL_SHA | ||
| style=" | | style="" | ECDHE-RSA-NULL-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x11 | ! scope=row | 0xC0,0x11 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_ECDHE_RSA_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_RC4_128_SHA | ||
| style=" | | style="" | ECDHE-RSA-RC4-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x12 | ! scope=row | 0xC0,0x12 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | ECDHE-RSA-DES-CBC3-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x15 | ! scope=row | 0xC0,0x15 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_ECDH_ANON_NULL_SHA1 | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_NULL_SHA | ||
| style=" | | style="" | AECDH-NULL-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x16 | ! scope=row | 0xC0,0x16 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_ECDH_ANON_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_RC4_128_SHA | ||
| style=" | | style="" | AECDH-RC4-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x17 | ! scope=row | 0xC0,0x17 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_ECDH_ANON_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | AECDH-DES-CBC3-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x18 | ! scope=row | 0xC0,0x18 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_ECDH_ANON_AES_128_CBC_SHA1 | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | AECDH-AES128-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x19 | ! scope=row | 0xC0,0x19 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_ECDH_ANON_AES_256_CBC_SHA1 | ||
| style=" | | style="" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | AECDH-AES256-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x1A | ! scope=row | 0xC0,0x1A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x1B | ! scope=row | 0xC0,0x1B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-RSA-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x1C | ! scope=row | 0xC0,0x1C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-DSS-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x1D | ! scope=row | 0xC0,0x1D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-AES-128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x1E | ! scope=row | 0xC0,0x1E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_RSA_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-RSA-AES-128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x1F | ! scope=row | 0xC0,0x1F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_DSS_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-DSS-AES-128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x20 | ! scope=row | 0xC0,0x20 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-AES-256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x21 | ! scope=row | 0xC0,0x21 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_RSA_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-RSA-AES-256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x22 | ! scope=row | 0xC0,0x22 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_SRP_SHA_DSS_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | SRP-DSS-AES-256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x25 | ! scope=row | 0xC0,0x25 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x26 | ! scope=row | 0xC0,0x26 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-AES256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x29 | ! scope=row | 0xC0,0x29 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-RSA-AES128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x2A | ! scope=row | 0xC0,0x2A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-RSA-AES256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x2D | ! scope=row | 0xC0,0x2D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | ECDH-ECDSA-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x2E | ! scope=row | 0xC0,0x2E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x31 | ! scope=row | 0xC0,0x31 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | ECDH-RSA-AES128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x32 | ! scope=row | 0xC0,0x32 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-RSA-AES256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x33 | ! scope=row | 0xC0,0x33 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_RC4_128_SHA | ||
| style=" | | style="" | TLS_ECDHE_PSK_ARCFOUR_128_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-RC4-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x34 | ! scope=row | 0xC0,0x34 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA | ||
| style=" | | style="" | TLS_ECDHE_PSK_3DES_EDE_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-3DES-EDE-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x35 | ! scope=row | 0xC0,0x35 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA | ||
| style=" | | style="" | TLS_ECDHE_PSK_AES_128_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-AES128-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x36 | ! scope=row | 0xC0,0x36 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA | ||
| style=" | | style="" | TLS_ECDHE_PSK_AES_256_CBC_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-AES256-CBC-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x37 | ! scope=row | 0xC0,0x37 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_PSK_AES_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-AES128-CBC-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x38 | ! scope=row | 0xC0,0x38 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_PSK_AES_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-AES256-CBC-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x39 | ! scope=row | 0xC0,0x39 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_NULL_SHA | ||
| style=" | | style="" | TLS_ECDHE_PSK_NULL_SHA1 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-NULL-SHA | ||
|- | |- | ||
! scope=row | 0xC0,0x3A | ! scope=row | 0xC0,0x3A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_NULL_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_PSK_NULL_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-NULL-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x3B | ! scope=row | 0xC0,0x3B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_NULL_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_PSK_NULL_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-NULL-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x3C | ! scope=row | 0xC0,0x3C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x3D | ! scope=row | 0xC0,0x3D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x3E | ! scope=row | 0xC0,0x3E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x3F | ! scope=row | 0xC0,0x3F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x40 | ! scope=row | 0xC0,0x40 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x41 | ! scope=row | 0xC0,0x41 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x42 | ! scope=row | 0xC0,0x42 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x43 | ! scope=row | 0xC0,0x43 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x44 | ! scope=row | 0xC0,0x44 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x45 | ! scope=row | 0xC0,0x45 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x46 | ! scope=row | 0xC0,0x46 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x47 | ! scope=row | 0xC0,0x47 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x48 | ! scope=row | 0xC0,0x48 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x49 | ! scope=row | 0xC0,0x49 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x4A | ! scope=row | 0xC0,0x4A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x4B | ! scope=row | 0xC0,0x4B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x4C | ! scope=row | 0xC0,0x4C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x4D | ! scope=row | 0xC0,0x4D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x4E | ! scope=row | 0xC0,0x4E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x4F | ! scope=row | 0xC0,0x4F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x54 | ! scope=row | 0xC0,0x54 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x55 | ! scope=row | 0xC0,0x55 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-RSA-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x58 | ! scope=row | 0xC0,0x58 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x59 | ! scope=row | 0xC0,0x59 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DH-DSS-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x5A | ! scope=row | 0xC0,0x5A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x5B | ! scope=row | 0xC0,0x5B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ADH-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x5E | ! scope=row | 0xC0,0x5E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x5F | ! scope=row | 0xC0,0x5F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x62 | ! scope=row | 0xC0,0x62 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x63 | ! scope=row | 0xC0,0x63 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x64 | ! scope=row | 0xC0,0x64 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x65 | ! scope=row | 0xC0,0x65 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x66 | ! scope=row | 0xC0,0x66 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x67 | ! scope=row | 0xC0,0x67 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x68 | ! scope=row | 0xC0,0x68 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x69 | ! scope=row | 0xC0,0x69 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x6A | ! scope=row | 0xC0,0x6A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x6B | ! scope=row | 0xC0,0x6B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x6C | ! scope=row | 0xC0,0x6C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x6D | ! scope=row | 0xC0,0x6D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x6E | ! scope=row | 0xC0,0x6E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-ARIA128-GCM-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x6F | ! scope=row | 0xC0,0x6F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-ARIA256-GCM-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x70 | ! scope=row | 0xC0,0x70 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x71 | ! scope=row | 0xC0,0x71 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x74 | ! scope=row | 0xC0,0x74 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x75 | ! scope=row | 0xC0,0x75 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-ECDSA-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x78 | ! scope=row | 0xC0,0x78 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-RSA-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x79 | ! scope=row | 0xC0,0x79 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDH-RSA-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x7A | ! scope=row | 0xC0,0x7A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_RSA_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x7B | ! scope=row | 0xC0,0x7B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_RSA_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x7C | ! scope=row | 0xC0,0x7C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DHE_RSA_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x7D | ! scope=row | 0xC0,0x7D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DHE_RSA_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x7E | ! scope=row | 0xC0,0x7E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x7F | ! scope=row | 0xC0,0x7F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x80 | ! scope=row | 0xC0,0x80 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DHE_DSS_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x81 | ! scope=row | 0xC0,0x81 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DHE_DSS_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x82 | ! scope=row | 0xC0,0x82 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x83 | ! scope=row | 0xC0,0x83 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x84 | ! scope=row | 0xC0,0x84 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DH_ANON_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x85 | ! scope=row | 0xC0,0x85 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DH_ANON_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x86 | ! scope=row | 0xC0,0x86 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x87 | ! scope=row | 0xC0,0x87 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_ECDSA_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x88 | ! scope=row | 0xC0,0x88 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x89 | ! scope=row | 0xC0,0x89 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x8A | ! scope=row | 0xC0,0x8A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_RSA_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x8B | ! scope=row | 0xC0,0x8B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_RSA_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x8C | ! scope=row | 0xC0,0x8C | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x8D | ! scope=row | 0xC0,0x8D | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x8E | ! scope=row | 0xC0,0x8E | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_PSK_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x8F | ! scope=row | 0xC0,0x8F | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_PSK_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x90 | ! scope=row | 0xC0,0x90 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x91 | ! scope=row | 0xC0,0x91 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_DHE_PSK_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x92 | ! scope=row | 0xC0,0x92 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | TLS_RSA_PSK_CAMELLIA_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x93 | ! scope=row | 0xC0,0x93 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | TLS_RSA_PSK_CAMELLIA_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0x94 | ! scope=row | 0xC0,0x94 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_PSK_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x95 | ! scope=row | 0xC0,0x95 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_PSK_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x96 | ! scope=row | 0xC0,0x96 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x97 | ! scope=row | 0xC0,0x97 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_DHE_PSK_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x98 | ! scope=row | 0xC0,0x98 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_RSA_PSK_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x99 | ! scope=row | 0xC0,0x99 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_RSA_PSK_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0x9A | ! scope=row | 0xC0,0x9A | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_PSK_CAMELLIA_128_CBC_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-CAMELLIA128-SHA256 | ||
|- | |- | ||
! scope=row | 0xC0,0x9B | ! scope=row | 0xC0,0x9B | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | TLS_ECDHE_PSK_CAMELLIA_256_CBC_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | ECDHE-PSK-CAMELLIA256-SHA384 | ||
|- | |- | ||
! scope=row | 0xC0,0xA4 | ! scope=row | 0xC0,0xA4 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_128_CCM | ||
| style=" | | style="" | TLS_PSK_AES_128_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES128-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA5 | ! scope=row | 0xC0,0xA5 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_256_CCM | ||
| style=" | | style="" | TLS_PSK_AES_256_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES256-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA6 | ! scope=row | 0xC0,0xA6 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_128_CCM | ||
| style=" | | style="" | TLS_DHE_PSK_AES_128_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES128-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA7 | ! scope=row | 0xC0,0xA7 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_AES_256_CCM | ||
| style=" | | style="" | TLS_DHE_PSK_AES_256_CCM | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES256-CCM | ||
|- | |- | ||
! scope=row | 0xC0,0xA8 | ! scope=row | 0xC0,0xA8 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_128_CCM_8 | ||
| style=" | | style="" | TLS_PSK_AES_128_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES128-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0xA9 | ! scope=row | 0xC0,0xA9 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_AES_256_CCM_8 | ||
| style=" | | style="" | TLS_PSK_AES_256_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-AES256-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0xAA | ! scope=row | 0xC0,0xAA | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_DHE_WITH_AES_128_CCM_8 | ||
| style=" | | style="" | TLS_DHE_PSK_AES_128_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES128-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0xAB | ! scope=row | 0xC0,0xAB | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_DHE_WITH_AES_256_CCM_8 | ||
| style=" | | style="" | TLS_DHE_PSK_AES_256_CCM_8 | ||
| style=" | | style="" | | ||
| style=" | | style="" | DHE-PSK-AES256-CCM8 | ||
|- | |- | ||
! scope=row | 0xC0,0xB0 | ! scope=row | 0xC0,0xB0 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECCPWD_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0xB1 | ! scope=row | 0xC0,0xB1 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECCPWD_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0xB2 | ! scope=row | 0xC0,0xB2 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECCPWD_WITH_AES_128_CCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0xB3 | ! scope=row | 0xC0,0xB3 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECCPWD_WITH_AES_256_CCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0xB4 | ! scope=row | 0xC0,0xB4 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SHA256_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC0,0xB5 | ! scope=row | 0xC0,0xB5 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_SHA384_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC1,0x00 | ! scope=row | 0xC1,0x00 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC1,0x01 | ! scope=row | 0xC1,0x01 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xC1,0x02 | ! scope=row | 0xC1,0x02 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_GOSTR341112_256_WITH_28147_CNT_IMIT | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xCC,0xAB | ! scope=row | 0xCC,0xAB | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 | ||
| style=" | | style="" | TLS_PSK_CHACHA20_POLY1305 | ||
| style=" | | style="" | | ||
| style=" | | style="" | PSK-CHACHA20-POLY1305 | ||
|- | |- | ||
! scope=row | 0xCC,0xAC | ! scope=row | 0xCC,0xAC | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | ||
| style=" | | style="" | TLS_ECDHE_PSK_CHACHA20_POLY1305 | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | ||
| style=" | | style="" | ECDHE-PSK-CHACHA20-POLY1305 | ||
|- | |- | ||
! scope=row | 0xCC,0xAD | ! scope=row | 0xCC,0xAD | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | ||
| style=" | | style="" | TLS_DHE_PSK_CHACHA20_POLY1305 | ||
| style=" | | style="" | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | ||
| style=" | | style="" | DHE-PSK-CHACHA20-POLY1305 | ||
|- | |- | ||
! scope=row | 0xCC,0xAE | ! scope=row | 0xCC,0xAE | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 | ||
| style=" | | style="" | TLS_RSA_PSK_CHACHA20_POLY1305 | ||
| style=" | | style="" | | ||
| style=" | | style="" | RSA-PSK-CHACHA20-POLY1305 | ||
|- | |- | ||
! scope=row | 0xD0,0x00 | ! scope=row | 0xD0,0x00 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | Unassigned | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xD0,0x01 | ! scope=row | 0xD0,0x01 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xD0,0x02 | ! scope=row | 0xD0,0x02 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xD0,0x03 | ! scope=row | 0xD0,0x03 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xD0,0x04 | ! scope=row | 0xD0,0x04 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | Unassigned | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|- | |- | ||
! scope=row | 0xD0,0x05 | ! scope=row | 0xD0,0x05 | ||
| style=" | | style="" data-sort-value="1000" | | ||
| style=" | | style="" | TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
| style=" | | style="" | | ||
|} | |} | ||
The table above was automatically generated via: [https://github.com/april/tls-table | <!-- The table above was automatically generated via: [https://github.com/april/tls-table https://github.com/april/tls-table], and was last updated in May 2019. EDIT: Since 2023 updated manually see https://github.com/mozilla/server-side-tls/issues/292 --> | ||
Colors correspond to the [[#Modern_compatibility|<span style="color: #008000; font-weight: bold;">Modern</span>]], [[#Intermediate_compatibility_. | Colors correspond to the [[Security/Server Side TLS#Modern_compatibility|<span style="color: #008000; font-weight: bold;">Modern</span>]], [[Security/Server Side TLS#Intermediate_compatibility_.28recommended.29|<span style="color: #FFA500; font-weight: bold;">Intermediate</span>]], and [[Security/Server Side TLS#Old_backward_compatibility|<span style="color: #808080; font-weight: bold;">Old</span>]] compatibility levels. Each compatibility level is a superset of the more modern levels above it. |
Latest revision as of 17:22, 20 January 2025
Cipher suite correspondence table
IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table below lists each cipher as well as its corresponding Mozilla Server Side TLS compatibility level.
Hex | Priority | IANA | GnuTLS | NSS | OpenSSL |
---|---|---|---|---|---|
0x13,0x01 | 1 | TLS_AES_128_GCM_SHA256 | TLS_AES_128_GCM_SHA256 | TLS_AES_128_GCM_SHA256 | TLS_AES_128_GCM_SHA256 |
0x13,0x02 | 2 | TLS_AES_256_GCM_SHA384 | TLS_AES_256_GCM_SHA384 | TLS_AES_256_GCM_SHA384 | TLS_AES_256_GCM_SHA384 |
0x13,0x03 | 3 | TLS_CHACHA20_POLY1305_SHA256 | TLS_CHACHA20_POLY1305_SHA256 | TLS_CHACHA20_POLY1305_SHA256 | TLS_CHACHA20_POLY1305_SHA256 |
0xC0,0x2B | 4 | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256 | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | ECDHE-ECDSA-AES128-GCM-SHA256 |
0xC0,0x2F | 5 | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | TLS_ECDHE_RSA_AES_128_GCM_SHA256 | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | ECDHE-RSA-AES128-GCM-SHA256 |
0xC0,0x2C | 6 | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384 | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | ECDHE-ECDSA-AES256-GCM-SHA384 |
0xC0,0x30 | 7 | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | TLS_ECDHE_RSA_AES_256_GCM_SHA384 | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | ECDHE-RSA-AES256-GCM-SHA384 |
0xCC,0xA9 | 8 | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 | TLS_ECDHE_ECDSA_CHACHA20_POLY1305 | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 | ECDHE-ECDSA-CHACHA20-POLY1305 |
0xCC,0xA8 | 9 | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | TLS_ECDHE_RSA_CHACHA20_POLY1305 | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | ECDHE-RSA-CHACHA20-POLY1305 |
0x00,0x9E | 10 | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | TLS_DHE_RSA_AES_128_GCM_SHA256 | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 | DHE-RSA-AES128-GCM-SHA256 |
0x00,0x9F | 11 | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | TLS_DHE_RSA_AES_256_GCM_SHA384 | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 | DHE-RSA-AES256-GCM-SHA384 |
0xCC,0xAA | 12 | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | TLS_DHE_RSA_CHACHA20_POLY1305 | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 | DHE-RSA-CHACHA20-POLY1305 |
0xC0,0x23 | 13 | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256 | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | ECDHE-ECDSA-AES128-SHA256 |
0xC0,0x27 | 14 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | TLS_ECDHE_RSA_AES_128_CBC_SHA256 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | ECDHE-RSA-AES128-SHA256 |
0xC0,0x09 | 15 | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1 | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | ECDHE-ECDSA-AES128-SHA |
0xC0,0x13 | 16 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | TLS_ECDHE_RSA_AES_128_CBC_SHA1 | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | ECDHE-RSA-AES128-SHA |
0xC0,0x24 | 17 | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384 | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 | ECDHE-ECDSA-AES256-SHA384 |
0xC0,0x28 | 18 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | TLS_ECDHE_RSA_AES_256_CBC_SHA384 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | ECDHE-RSA-AES256-SHA384 |
0xC0,0x0A | 19 | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1 | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | ECDHE-ECDSA-AES256-SHA |
0xC0,0x14 | 20 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | TLS_ECDHE_RSA_AES_256_CBC_SHA1 | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | ECDHE-RSA-AES256-SHA |
0x00,0x67 | 21 | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 | TLS_DHE_RSA_AES_128_CBC_SHA256 | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 | DHE-RSA-AES128-SHA256 |
0x00,0x6B | 22 | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 | TLS_DHE_RSA_AES_256_CBC_SHA256 | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 | DHE-RSA-AES256-SHA256 |
0x00,0x9C | 23 | TLS_RSA_WITH_AES_128_GCM_SHA256 | TLS_RSA_AES_128_GCM_SHA256 | TLS_RSA_WITH_AES_128_GCM_SHA256 | AES128-GCM-SHA256 |
0x00,0x9D | 24 | TLS_RSA_WITH_AES_256_GCM_SHA384 | TLS_RSA_AES_256_GCM_SHA384 | TLS_RSA_WITH_AES_256_GCM_SHA384 | AES256-GCM-SHA384 |
0x00,0x3C | 25 | TLS_RSA_WITH_AES_128_CBC_SHA256 | TLS_RSA_AES_128_CBC_SHA256 | TLS_RSA_WITH_AES_128_CBC_SHA256 | AES128-SHA256 |
0x00,0x3D | 26 | TLS_RSA_WITH_AES_256_CBC_SHA256 | TLS_RSA_AES_256_CBC_SHA256 | TLS_RSA_WITH_AES_256_CBC_SHA256 | AES256-SHA256 |
0x00,0x2F | 27 | TLS_RSA_WITH_AES_128_CBC_SHA | TLS_RSA_AES_128_CBC_SHA1 | TLS_RSA_WITH_AES_128_CBC_SHA | AES128-SHA |
0x00,0x35 | 28 | TLS_RSA_WITH_AES_256_CBC_SHA | TLS_RSA_AES_256_CBC_SHA1 | TLS_RSA_WITH_AES_256_CBC_SHA | AES256-SHA |
0x00,0x0A | 29 | TLS_RSA_WITH_3DES_EDE_CBC_SHA | TLS_RSA_3DES_EDE_CBC_SHA1 | TLS_RSA_WITH_3DES_EDE_CBC_SHA | DES-CBC3-SHA |
0x00,0xA2 | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 | TLS_DHE_DSS_AES_128_GCM_SHA256 | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 | DHE-DSS-AES128-GCM-SHA256 | |
0x00,0xA3 | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 | TLS_DHE_DSS_AES_256_GCM_SHA384 | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 | DHE-DSS-AES256-GCM-SHA384 | |
0x00,0x33 | TLS_DHE_RSA_WITH_AES_128_CBC_SHA | TLS_DHE_RSA_AES_128_CBC_SHA1 | TLS_DHE_RSA_WITH_AES_128_CBC_SHA | DHE-RSA-AES128-SHA | |
0x00,0x40 | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 | TLS_DHE_DSS_AES_128_CBC_SHA256 | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 | DHE-DSS-AES128-SHA256 | |
0x00,0x38 | TLS_DHE_DSS_WITH_AES_256_CBC_SHA | TLS_DHE_DSS_AES_256_CBC_SHA1 | TLS_DHE_DSS_WITH_AES_256_CBC_SHA | DHE-DSS-AES256-SHA | |
0x00,0x39 | TLS_DHE_RSA_WITH_AES_256_CBC_SHA | TLS_DHE_RSA_AES_256_CBC_SHA1 | TLS_DHE_RSA_WITH_AES_256_CBC_SHA | DHE-RSA-AES256-SHA | |
0xC0,0xAF | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 | TLS_ECDHE_ECDSA_AES_256_CCM_8 | ECDHE-ECDSA-AES256-CCM8 | ||
0xC0,0xAD | TLS_ECDHE_ECDSA_WITH_AES_256_CCM | TLS_ECDHE_ECDSA_AES_256_CCM | ECDHE-ECDSA-AES256-CCM | ||
0xC0,0xA3 | TLS_DHE_RSA_WITH_AES_256_CCM_8 | TLS_DHE_RSA_AES_256_CCM_8 | DHE-RSA-AES256-CCM8 | ||
0xC0,0x9F | TLS_DHE_RSA_WITH_AES_256_CCM | TLS_DHE_RSA_AES_256_CCM | DHE-RSA-AES256-CCM | ||
0xC0,0xAE | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 | TLS_ECDHE_ECDSA_AES_128_CCM_8 | ECDHE-ECDSA-AES128-CCM8 | ||
0xC0,0xAC | TLS_ECDHE_ECDSA_WITH_AES_128_CCM | TLS_ECDHE_ECDSA_AES_128_CCM | ECDHE-ECDSA-AES128-CCM | ||
0xC0,0xA2 | TLS_DHE_RSA_WITH_AES_128_CCM_8 | TLS_DHE_RSA_AES_128_CCM_8 | DHE-RSA-AES128-CCM8 | ||
0xC0,0x9E | TLS_DHE_RSA_WITH_AES_128_CCM | TLS_DHE_RSA_AES_128_CCM | DHE-RSA-AES128-CCM | ||
0x00,0x6A | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 | TLS_DHE_DSS_AES_256_CBC_SHA256 | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 | DHE-DSS-AES256-SHA256 | |
0x00,0x32 | TLS_DHE_DSS_WITH_AES_128_CBC_SHA | TLS_DHE_DSS_AES_128_CBC_SHA1 | TLS_DHE_DSS_WITH_AES_128_CBC_SHA | DHE-DSS-AES128-SHA | |
0xC0,0xA1 | TLS_RSA_WITH_AES_256_CCM_8 | TLS_RSA_AES_256_CCM_8 | AES256-CCM8 | ||
0xC0,0x9D | TLS_RSA_WITH_AES_256_CCM | TLS_RSA_AES_256_CCM | AES256-CCM | ||
0xC0,0xA0 | TLS_RSA_WITH_AES_128_CCM_8 | TLS_RSA_AES_128_CCM_8 | AES128-CCM8 | ||
0xC0,0x9C | TLS_RSA_WITH_AES_128_CCM | TLS_RSA_AES_128_CCM | AES128-CCM | ||
0xC0,0x5D | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 | ECDHE-ECDSA-ARIA256-GCM-SHA384 | |||
0xC0,0x61 | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 | ECDHE-ARIA256-GCM-SHA384 | |||
0xC0,0x57 | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 | DHE-DSS-ARIA256-GCM-SHA384 | |||
0xC0,0x53 | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 | DHE-RSA-ARIA256-GCM-SHA384 | |||
0xC0,0x5C | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 | ECDHE-ECDSA-ARIA128-GCM-SHA256 | |||
0xC0,0x60 | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 | ECDHE-ARIA128-GCM-SHA256 | |||
0xC0,0x56 | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 | DHE-DSS-ARIA128-GCM-SHA256 | |||
0xC0,0x52 | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 | DHE-RSA-ARIA128-GCM-SHA256 | |||
0xC0,0x73 | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384 | ECDHE-ECDSA-CAMELLIA256-SHA384 | ||
0xC0,0x77 | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 | ECDHE-RSA-CAMELLIA256-SHA384 | ||
0x00,0xC4 | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256 | DHE-RSA-CAMELLIA256-SHA256 | ||
0x00,0xC3 | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256 | DHE-DSS-CAMELLIA256-SHA256 | ||
0xC0,0x72 | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256 | ECDHE-ECDSA-CAMELLIA128-SHA256 | ||
0xC0,0x76 | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256 | ECDHE-RSA-CAMELLIA128-SHA256 | ||
0x00,0xBE | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256 | DHE-RSA-CAMELLIA128-SHA256 | ||
0x00,0xBD | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256 | DHE-DSS-CAMELLIA128-SHA256 | ||
0x00,0x88 | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1 | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA | DHE-RSA-CAMELLIA256-SHA | |
0x00,0x87 | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1 | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA | DHE-DSS-CAMELLIA256-SHA | |
0x00,0x45 | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1 | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA | DHE-RSA-CAMELLIA128-SHA | |
0x00,0x44 | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1 | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA | DHE-DSS-CAMELLIA128-SHA | |
0xC0,0x51 | TLS_RSA_WITH_ARIA_256_GCM_SHA384 | ARIA256-GCM-SHA384 | |||
0xC0,0x50 | TLS_RSA_WITH_ARIA_128_GCM_SHA256 | ARIA128-GCM-SHA256 | |||
0x00,0xC0 | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 | TLS_RSA_CAMELLIA_256_CBC_SHA256 | CAMELLIA256-SHA256 | ||
0x00,0xBA | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 | TLS_RSA_CAMELLIA_128_CBC_SHA256 | CAMELLIA128-SHA256 | ||
0x00,0x84 | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA | TLS_RSA_CAMELLIA_256_CBC_SHA1 | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA | CAMELLIA256-SHA | |
0x00,0x41 | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA | TLS_RSA_CAMELLIA_128_CBC_SHA1 | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA | CAMELLIA128-SHA | |
0x00,0x9A | TLS_DHE_RSA_WITH_SEED_CBC_SHA | DHE-RSA-SEED-SHA | |||
0x00,0x99 | TLS_DHE_DSS_WITH_SEED_CBC_SHA | DHE-DSS-SEED-SHA | |||
0x00,0x96 | TLS_RSA_WITH_SEED_CBC_SHA | TLS_RSA_WITH_SEED_CBC_SHA | SEED-SHA | ||
0x00,0x00 | TLS_NULL_WITH_NULL_NULL | TLS_NULL_WITH_NULL_NULL | |||
0x00,0x01 | TLS_RSA_WITH_NULL_MD5 | TLS_RSA_NULL_MD5 | TLS_RSA_WITH_NULL_MD5 | ||
0x00,0x02 | TLS_RSA_WITH_NULL_SHA | TLS_RSA_NULL_SHA1 | TLS_RSA_WITH_NULL_SHA | ||
0x00,0x03 | TLS_RSA_EXPORT_WITH_RC4_40_MD5 | TLS_RSA_EXPORT_WITH_RC4_40_MD5 | |||
0x00,0x04 | TLS_RSA_WITH_RC4_128_MD5 | TLS_RSA_ARCFOUR_128_MD5 | TLS_RSA_WITH_RC4_128_MD5 | ||
0x00,0x05 | TLS_RSA_WITH_RC4_128_SHA | TLS_RSA_ARCFOUR_128_SHA1 | TLS_RSA_WITH_RC4_128_SHA | ||
0x00,0x06 | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 | |||
0x00,0x07 | TLS_RSA_WITH_IDEA_CBC_SHA | TLS_RSA_WITH_IDEA_CBC_SHA | |||
0x00,0x08 | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA | |||
0x00,0x09 | TLS_RSA_WITH_DES_CBC_SHA | TLS_RSA_WITH_DES_CBC_SHA | |||
0x00,0x0B | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA | |||
0x00,0x0C | TLS_DH_DSS_WITH_DES_CBC_SHA | TLS_DH_DSS_WITH_DES_CBC_SHA | |||
0x00,0x0D | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA | |||
0x00,0x0E | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA | |||
0x00,0x0F | TLS_DH_RSA_WITH_DES_CBC_SHA | TLS_DH_RSA_WITH_DES_CBC_SHA | |||
0x00,0x10 | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA | |||
0x00,0x11 | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA | |||
0x00,0x12 | TLS_DHE_DSS_WITH_DES_CBC_SHA | TLS_DHE_DSS_WITH_DES_CBC_SHA | |||
0x00,0x13 | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA | TLS_DHE_DSS_3DES_EDE_CBC_SHA1 | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA | ||
0x00,0x14 | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA | |||
0x00,0x15 | TLS_DHE_RSA_WITH_DES_CBC_SHA | TLS_DHE_RSA_WITH_DES_CBC_SHA | |||
0x00,0x16 | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA | TLS_DHE_RSA_3DES_EDE_CBC_SHA1 | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA | ||
0x00,0x17 | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 | |||
0x00,0x18 | TLS_DH_anon_WITH_RC4_128_MD5 | TLS_DH_ANON_ARCFOUR_128_MD5 | TLS_DH_anon_WITH_RC4_128_MD5 | ||
0x00,0x19 | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA | |||
0x00,0x1A | TLS_DH_anon_WITH_DES_CBC_SHA | TLS_DH_anon_WITH_DES_CBC_SHA | |||
0x00,0x1B | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA | TLS_DH_ANON_3DES_EDE_CBC_SHA1 | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA | ||
0x00,0x1E | TLS_KRB5_WITH_DES_CBC_SHA | ||||
0x00,0x1F | TLS_KRB5_WITH_3DES_EDE_CBC_SHA | ||||
0x00,0x20 | TLS_KRB5_WITH_RC4_128_SHA | ||||
0x00,0x21 | TLS_KRB5_WITH_IDEA_CBC_SHA | ||||
0x00,0x22 | TLS_KRB5_WITH_DES_CBC_MD5 | ||||
0x00,0x23 | TLS_KRB5_WITH_3DES_EDE_CBC_MD5 | ||||
0x00,0x24 | TLS_KRB5_WITH_RC4_128_MD5 | ||||
0x00,0x25 | TLS_KRB5_WITH_IDEA_CBC_MD5 | ||||
0x00,0x26 | TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA | ||||
0x00,0x27 | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA | ||||
0x00,0x28 | TLS_KRB5_EXPORT_WITH_RC4_40_SHA | ||||
0x00,0x29 | TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 | ||||
0x00,0x2A | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 | ||||
0x00,0x2B | TLS_KRB5_EXPORT_WITH_RC4_40_MD5 | ||||
0x00,0x2C | TLS_PSK_WITH_NULL_SHA | TLS_PSK_NULL_SHA1 | PSK-NULL-SHA | ||
0x00,0x2D | TLS_DHE_PSK_WITH_NULL_SHA | TLS_DHE_PSK_NULL_SHA1 | DHE-PSK-NULL-SHA | ||
0x00,0x2E | TLS_RSA_PSK_WITH_NULL_SHA | TLS_RSA_PSK_NULL_SHA1 | RSA-PSK-NULL-SHA | ||
0x00,0x30 | TLS_DH_DSS_WITH_AES_128_CBC_SHA | TLS_DH_DSS_WITH_AES_128_CBC_SHA | DH-DSS-AES128-SHA | ||
0x00,0x31 | TLS_DH_RSA_WITH_AES_128_CBC_SHA | TLS_DH_RSA_WITH_AES_128_CBC_SHA | DH-RSA-AES128-SHA | ||
0x00,0x34 | TLS_DH_anon_WITH_AES_128_CBC_SHA | TLS_DH_ANON_AES_128_CBC_SHA1 | TLS_DH_anon_WITH_AES_128_CBC_SHA | ADH-AES128-SHA | |
0x00,0x36 | TLS_DH_DSS_WITH_AES_256_CBC_SHA | TLS_DH_DSS_WITH_AES_256_CBC_SHA | DH-DSS-AES256-SHA | ||
0x00,0x37 | TLS_DH_RSA_WITH_AES_256_CBC_SHA | TLS_DH_RSA_WITH_AES_256_CBC_SHA | DH-RSA-AES256-SHA | ||
0x00,0x3A | TLS_DH_anon_WITH_AES_256_CBC_SHA | TLS_DH_ANON_AES_256_CBC_SHA1 | TLS_DH_anon_WITH_AES_256_CBC_SHA | ADH-AES256-SHA | |
0x00,0x3B | TLS_RSA_WITH_NULL_SHA256 | TLS_RSA_NULL_SHA256 | TLS_RSA_WITH_NULL_SHA256 | NULL-SHA256 | |
0x00,0x3E | TLS_DH_DSS_WITH_AES_128_CBC_SHA256 | DH-DSS-AES128-SHA256 | |||
0x00,0x3F | TLS_DH_RSA_WITH_AES_128_CBC_SHA256 | DH-RSA-AES128-SHA256 | |||
0x00,0x42 | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA | DH-DSS-CAMELLIA128-SHA | ||
0x00,0x43 | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA | DH-RSA-CAMELLIA128-SHA | ||
0x00,0x46 | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA | TLS_DH_ANON_CAMELLIA_128_CBC_SHA1 | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA | ADH-CAMELLIA128-SHA | |
0x00,0x68 | TLS_DH_DSS_WITH_AES_256_CBC_SHA256 | DH-DSS-AES256-SHA256 | |||
0x00,0x69 | TLS_DH_RSA_WITH_AES_256_CBC_SHA256 | DH-RSA-AES256-SHA256 | |||
0x00,0x6C | TLS_DH_anon_WITH_AES_128_CBC_SHA256 | TLS_DH_ANON_AES_128_CBC_SHA256 | ADH-AES128-SHA256 | ||
0x00,0x6D | TLS_DH_anon_WITH_AES_256_CBC_SHA256 | TLS_DH_ANON_AES_256_CBC_SHA256 | ADH-AES256-SHA256 | ||
0x00,0x85 | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA | DH-DSS-CAMELLIA256-SHA | ||
0x00,0x86 | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA | DH-RSA-CAMELLIA256-SHA | ||
0x00,0x89 | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA | TLS_DH_ANON_CAMELLIA_256_CBC_SHA1 | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA | ADH-CAMELLIA256-SHA | |
0x00,0x8A | TLS_PSK_WITH_RC4_128_SHA | TLS_PSK_ARCFOUR_128_SHA1 | PSK-RC4-SHA | ||
0x00,0x8B | TLS_PSK_WITH_3DES_EDE_CBC_SHA | TLS_PSK_3DES_EDE_CBC_SHA1 | PSK-3DES-EDE-CBC-SHA | ||
0x00,0x8C | TLS_PSK_WITH_AES_128_CBC_SHA | TLS_PSK_AES_128_CBC_SHA1 | PSK-AES128-CBC-SHA | ||
0x00,0x8D | TLS_PSK_WITH_AES_256_CBC_SHA | TLS_PSK_AES_256_CBC_SHA1 | PSK-AES256-CBC-SHA | ||
0x00,0x8E | TLS_DHE_PSK_WITH_RC4_128_SHA | TLS_DHE_PSK_ARCFOUR_128_SHA1 | DHE-PSK-RC4-SHA | ||
0x00,0x8F | TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA | TLS_DHE_PSK_3DES_EDE_CBC_SHA1 | DHE-PSK-3DES-EDE-CBC-SHA | ||
0x00,0x90 | TLS_DHE_PSK_WITH_AES_128_CBC_SHA | TLS_DHE_PSK_AES_128_CBC_SHA1 | DHE-PSK-AES128-CBC-SHA | ||
0x00,0x91 | TLS_DHE_PSK_WITH_AES_256_CBC_SHA | TLS_DHE_PSK_AES_256_CBC_SHA1 | DHE-PSK-AES256-CBC-SHA | ||
0x00,0x92 | TLS_RSA_PSK_WITH_RC4_128_SHA | TLS_RSA_PSK_ARCFOUR_128_SHA1 | RSA-PSK-RC4-SHA | ||
0x00,0x93 | TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA | TLS_RSA_PSK_3DES_EDE_CBC_SHA1 | RSA-PSK-3DES-EDE-CBC-SHA | ||
0x00,0x94 | TLS_RSA_PSK_WITH_AES_128_CBC_SHA | TLS_RSA_PSK_AES_128_CBC_SHA1 | RSA-PSK-AES128-CBC-SHA | ||
0x00,0x95 | TLS_RSA_PSK_WITH_AES_256_CBC_SHA | TLS_RSA_PSK_AES_256_CBC_SHA1 | RSA-PSK-AES256-CBC-SHA | ||
0x00,0x97 | TLS_DH_DSS_WITH_SEED_CBC_SHA | DH-DSS-SEED-SHA | |||
0x00,0x98 | TLS_DH_RSA_WITH_SEED_CBC_SHA | DH-RSA-SEED-SHA | |||
0x00,0x9B | TLS_DH_anon_WITH_SEED_CBC_SHA | ADH-SEED-SHA | |||
0x00,0xA0 | TLS_DH_RSA_WITH_AES_128_GCM_SHA256 | DH-RSA-AES128-GCM-SHA256 | |||
0x00,0xA1 | TLS_DH_RSA_WITH_AES_256_GCM_SHA384 | DH-RSA-AES256-GCM-SHA384 | |||
0x00,0xA4 | TLS_DH_DSS_WITH_AES_128_GCM_SHA256 | DH-DSS-AES128-GCM-SHA256 | |||
0x00,0xA5 | TLS_DH_DSS_WITH_AES_256_GCM_SHA384 | DH-DSS-AES256-GCM-SHA384 | |||
0x00,0xA6 | TLS_DH_anon_WITH_AES_128_GCM_SHA256 | TLS_DH_ANON_AES_128_GCM_SHA256 | ADH-AES128-GCM-SHA256 | ||
0x00,0xA7 | TLS_DH_anon_WITH_AES_256_GCM_SHA384 | TLS_DH_ANON_AES_256_GCM_SHA384 | ADH-AES256-GCM-SHA384 | ||
0x00,0xA8 | TLS_PSK_WITH_AES_128_GCM_SHA256 | TLS_PSK_AES_128_GCM_SHA256 | PSK-AES128-GCM-SHA256 | ||
0x00,0xA9 | TLS_PSK_WITH_AES_256_GCM_SHA384 | TLS_PSK_AES_256_GCM_SHA384 | PSK-AES256-GCM-SHA384 | ||
0x00,0xAA | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 | TLS_DHE_PSK_AES_128_GCM_SHA256 | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 | DHE-PSK-AES128-GCM-SHA256 | |
0x00,0xAB | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 | TLS_DHE_PSK_AES_256_GCM_SHA384 | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 | DHE-PSK-AES256-GCM-SHA384 | |
0x00,0xAC | TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 | TLS_RSA_PSK_AES_128_GCM_SHA256 | RSA-PSK-AES128-GCM-SHA256 | ||
0x00,0xAD | TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 | TLS_RSA_PSK_AES_256_GCM_SHA384 | RSA-PSK-AES256-GCM-SHA384 | ||
0x00,0xAE | TLS_PSK_WITH_AES_128_CBC_SHA256 | TLS_PSK_AES_128_CBC_SHA256 | PSK-AES128-CBC-SHA256 | ||
0x00,0xAF | TLS_PSK_WITH_AES_256_CBC_SHA384 | TLS_PSK_AES_256_CBC_SHA384 | PSK-AES256-CBC-SHA384 | ||
0x00,0xB0 | TLS_PSK_WITH_NULL_SHA256 | TLS_PSK_NULL_SHA256 | PSK-NULL-SHA256 | ||
0x00,0xB1 | TLS_PSK_WITH_NULL_SHA384 | TLS_PSK_NULL_SHA384 | PSK-NULL-SHA384 | ||
0x00,0xB2 | TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 | TLS_DHE_PSK_AES_128_CBC_SHA256 | DHE-PSK-AES128-CBC-SHA256 | ||
0x00,0xB3 | TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 | TLS_DHE_PSK_AES_256_CBC_SHA384 | DHE-PSK-AES256-CBC-SHA384 | ||
0x00,0xB4 | TLS_DHE_PSK_WITH_NULL_SHA256 | TLS_DHE_PSK_NULL_SHA256 | DHE-PSK-NULL-SHA256 | ||
0x00,0xB5 | TLS_DHE_PSK_WITH_NULL_SHA384 | TLS_DHE_PSK_NULL_SHA384 | DHE-PSK-NULL-SHA384 | ||
0x00,0xB6 | TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 | TLS_RSA_PSK_AES_128_CBC_SHA256 | RSA-PSK-AES128-CBC-SHA256 | ||
0x00,0xB7 | TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 | TLS_RSA_PSK_AES_256_CBC_SHA384 | RSA-PSK-AES256-CBC-SHA384 | ||
0x00,0xB8 | TLS_RSA_PSK_WITH_NULL_SHA256 | TLS_RSA_PSK_NULL_SHA256 | RSA-PSK-NULL-SHA256 | ||
0x00,0xB9 | TLS_RSA_PSK_WITH_NULL_SHA384 | TLS_RSA_PSK_NULL_SHA384 | RSA-PSK-NULL-SHA384 | ||
0x00,0xBB | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 | DH-DSS-CAMELLIA128-SHA256 | |||
0x00,0xBC | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 | DH-RSA-CAMELLIA128-SHA256 | |||
0x00,0xBF | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 | TLS_DH_ANON_CAMELLIA_128_CBC_SHA256 | ADH-CAMELLIA128-SHA256 | ||
0x00,0xC1 | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 | DH-DSS-CAMELLIA256-SHA256 | |||
0x00,0xC2 | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 | DH-RSA-CAMELLIA256-SHA256 | |||
0x00,0xC5 | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 | TLS_DH_ANON_CAMELLIA_256_CBC_SHA256 | ADH-CAMELLIA256-SHA256 | ||
0x00,0xFF | TLS_EMPTY_RENEGOTIATION_INFO_SCSV | TLS_EMPTY_RENEGOTIATION_INFO_SCSV | |||
0x13,0x00 | Unassigned | ||||
0x13,0x04 | TLS_AES_128_CCM_SHA256 | TLS_AES_128_CCM_SHA256 | TLS_AES_128_CCM_SHA256 | ||
0x13,0x05 | TLS_AES_128_CCM_8_SHA256 | TLS_AES_128_CCM_8_SHA256 | TLS_AES_128_CCM_8_SHA256 | ||
0x56,0x00 | TLS_FALLBACK_SCSV | TLS_FALLBACK_SCSV | |||
0xC0,0x01 | TLS_ECDH_ECDSA_WITH_NULL_SHA | TLS_ECDH_ECDSA_WITH_NULL_SHA | ECDH-ECDSA-NULL-SHA | ||
0xC0,0x02 | TLS_ECDH_ECDSA_WITH_RC4_128_SHA | TLS_ECDH_ECDSA_WITH_RC4_128_SHA | ECDH-ECDSA-RC4-SHA | ||
0xC0,0x03 | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA | ECDH-ECDSA-DES-CBC3-SHA | ||
0xC0,0x04 | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA | ECDH-ECDSA-AES128-SHA | ||
0xC0,0x05 | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA | ECDH-ECDSA-AES256-SHA | ||
0xC0,0x06 | TLS_ECDHE_ECDSA_WITH_NULL_SHA | TLS_ECDHE_ECDSA_NULL_SHA1 | TLS_ECDHE_ECDSA_WITH_NULL_SHA | ECDHE-ECDSA-NULL-SHA | |
0xC0,0x07 | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA | TLS_ECDHE_ECDSA_ARCFOUR_128_SHA1 | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA | ECDHE-ECDSA-RC4-SHA | |
0xC0,0x08 | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA | TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1 | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA | ECDHE-ECDSA-DES-CBC3-SHA | |
0xC0,0x0B | TLS_ECDH_RSA_WITH_NULL_SHA | TLS_ECDH_RSA_WITH_NULL_SHA | ECDH-RSA-NULL-SHA | ||
0xC0,0x0C | TLS_ECDH_RSA_WITH_RC4_128_SHA | TLS_ECDH_RSA_WITH_RC4_128_SHA | ECDH-RSA-RC4-SHA | ||
0xC0,0x0D | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA | ECDH-RSA-DES-CBC3-SHA | ||
0xC0,0x0E | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA | ECDH-RSA-AES128-SHA | ||
0xC0,0x0F | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA | ECDH-RSA-AES256-SHA | ||
0xC0,0x10 | TLS_ECDHE_RSA_WITH_NULL_SHA | TLS_ECDHE_RSA_NULL_SHA1 | TLS_ECDHE_RSA_WITH_NULL_SHA | ECDHE-RSA-NULL-SHA | |
0xC0,0x11 | TLS_ECDHE_RSA_WITH_RC4_128_SHA | TLS_ECDHE_RSA_ARCFOUR_128_SHA1 | TLS_ECDHE_RSA_WITH_RC4_128_SHA | ECDHE-RSA-RC4-SHA | |
0xC0,0x12 | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA | TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1 | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA | ECDHE-RSA-DES-CBC3-SHA | |
0xC0,0x15 | TLS_ECDH_anon_WITH_NULL_SHA | TLS_ECDH_ANON_NULL_SHA1 | TLS_ECDH_anon_WITH_NULL_SHA | AECDH-NULL-SHA | |
0xC0,0x16 | TLS_ECDH_anon_WITH_RC4_128_SHA | TLS_ECDH_ANON_ARCFOUR_128_SHA1 | TLS_ECDH_anon_WITH_RC4_128_SHA | AECDH-RC4-SHA | |
0xC0,0x17 | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA | TLS_ECDH_ANON_3DES_EDE_CBC_SHA1 | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA | AECDH-DES-CBC3-SHA | |
0xC0,0x18 | TLS_ECDH_anon_WITH_AES_128_CBC_SHA | TLS_ECDH_ANON_AES_128_CBC_SHA1 | TLS_ECDH_anon_WITH_AES_128_CBC_SHA | AECDH-AES128-SHA | |
0xC0,0x19 | TLS_ECDH_anon_WITH_AES_256_CBC_SHA | TLS_ECDH_ANON_AES_256_CBC_SHA1 | TLS_ECDH_anon_WITH_AES_256_CBC_SHA | AECDH-AES256-SHA | |
0xC0,0x1A | TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA | TLS_SRP_SHA_3DES_EDE_CBC_SHA1 | SRP-3DES-EDE-CBC-SHA | ||
0xC0,0x1B | TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA | TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1 | SRP-RSA-3DES-EDE-CBC-SHA | ||
0xC0,0x1C | TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA | TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1 | SRP-DSS-3DES-EDE-CBC-SHA | ||
0xC0,0x1D | TLS_SRP_SHA_WITH_AES_128_CBC_SHA | TLS_SRP_SHA_AES_128_CBC_SHA1 | SRP-AES-128-CBC-SHA | ||
0xC0,0x1E | TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA | TLS_SRP_SHA_RSA_AES_128_CBC_SHA1 | SRP-RSA-AES-128-CBC-SHA | ||
0xC0,0x1F | TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA | TLS_SRP_SHA_DSS_AES_128_CBC_SHA1 | SRP-DSS-AES-128-CBC-SHA | ||
0xC0,0x20 | TLS_SRP_SHA_WITH_AES_256_CBC_SHA | TLS_SRP_SHA_AES_256_CBC_SHA1 | SRP-AES-256-CBC-SHA | ||
0xC0,0x21 | TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA | TLS_SRP_SHA_RSA_AES_256_CBC_SHA1 | SRP-RSA-AES-256-CBC-SHA | ||
0xC0,0x22 | TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA | TLS_SRP_SHA_DSS_AES_256_CBC_SHA1 | SRP-DSS-AES-256-CBC-SHA | ||
0xC0,0x25 | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 | ECDH-ECDSA-AES128-SHA256 | |||
0xC0,0x26 | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 | ECDH-ECDSA-AES256-SHA384 | |||
0xC0,0x29 | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 | ECDH-RSA-AES128-SHA256 | |||
0xC0,0x2A | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 | ECDH-RSA-AES256-SHA384 | |||
0xC0,0x2D | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 | ECDH-ECDSA-AES128-GCM-SHA256 | ||
0xC0,0x2E | TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 | ECDH-ECDSA-AES256-GCM-SHA384 | |||
0xC0,0x31 | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 | ECDH-RSA-AES128-GCM-SHA256 | ||
0xC0,0x32 | TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 | ECDH-RSA-AES256-GCM-SHA384 | |||
0xC0,0x33 | TLS_ECDHE_PSK_WITH_RC4_128_SHA | TLS_ECDHE_PSK_ARCFOUR_128_SHA1 | ECDHE-PSK-RC4-SHA | ||
0xC0,0x34 | TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA | TLS_ECDHE_PSK_3DES_EDE_CBC_SHA1 | ECDHE-PSK-3DES-EDE-CBC-SHA | ||
0xC0,0x35 | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA | TLS_ECDHE_PSK_AES_128_CBC_SHA1 | ECDHE-PSK-AES128-CBC-SHA | ||
0xC0,0x36 | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA | TLS_ECDHE_PSK_AES_256_CBC_SHA1 | ECDHE-PSK-AES256-CBC-SHA | ||
0xC0,0x37 | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 | TLS_ECDHE_PSK_AES_128_CBC_SHA256 | ECDHE-PSK-AES128-CBC-SHA256 | ||
0xC0,0x38 | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 | TLS_ECDHE_PSK_AES_256_CBC_SHA384 | ECDHE-PSK-AES256-CBC-SHA384 | ||
0xC0,0x39 | TLS_ECDHE_PSK_WITH_NULL_SHA | TLS_ECDHE_PSK_NULL_SHA1 | ECDHE-PSK-NULL-SHA | ||
0xC0,0x3A | TLS_ECDHE_PSK_WITH_NULL_SHA256 | TLS_ECDHE_PSK_NULL_SHA256 | ECDHE-PSK-NULL-SHA256 | ||
0xC0,0x3B | TLS_ECDHE_PSK_WITH_NULL_SHA384 | TLS_ECDHE_PSK_NULL_SHA384 | ECDHE-PSK-NULL-SHA384 | ||
0xC0,0x3C | TLS_RSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x3D | TLS_RSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x3E | TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x3F | TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x40 | TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x41 | TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x42 | TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x43 | TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x44 | TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x45 | TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x46 | TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x47 | TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x48 | TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x49 | TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x4A | TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x4B | TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x4C | TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x4D | TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x4E | TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x4F | TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x54 | TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 | DH-RSA-ARIA128-GCM-SHA256 | |||
0xC0,0x55 | TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 | DH-RSA-ARIA256-GCM-SHA384 | |||
0xC0,0x58 | TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 | DH-DSS-ARIA128-GCM-SHA256 | |||
0xC0,0x59 | TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 | DH-DSS-ARIA256-GCM-SHA384 | |||
0xC0,0x5A | TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 | ADH-ARIA128-GCM-SHA256 | |||
0xC0,0x5B | TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 | ADH-ARIA256-GCM-SHA384 | |||
0xC0,0x5E | TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 | ECDH-ECDSA-ARIA128-GCM-SHA256 | |||
0xC0,0x5F | TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 | ECDH-ECDSA-ARIA256-GCM-SHA384 | |||
0xC0,0x62 | TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 | ECDH-ARIA128-GCM-SHA256 | |||
0xC0,0x63 | TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 | ECDH-ARIA256-GCM-SHA384 | |||
0xC0,0x64 | TLS_PSK_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x65 | TLS_PSK_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x66 | TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x67 | TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x68 | TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x69 | TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x6A | TLS_PSK_WITH_ARIA_128_GCM_SHA256 | PSK-ARIA128-GCM-SHA256 | |||
0xC0,0x6B | TLS_PSK_WITH_ARIA_256_GCM_SHA384 | PSK-ARIA256-GCM-SHA384 | |||
0xC0,0x6C | TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 | DHE-PSK-ARIA128-GCM-SHA256 | |||
0xC0,0x6D | TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 | DHE-PSK-ARIA256-GCM-SHA384 | |||
0xC0,0x6E | TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 | RSA-PSK-ARIA128-GCM-SHA256 | |||
0xC0,0x6F | TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 | RSA-PSK-ARIA256-GCM-SHA384 | |||
0xC0,0x70 | TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 | ||||
0xC0,0x71 | TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 | ||||
0xC0,0x74 | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 | ECDH-ECDSA-CAMELLIA128-SHA256 | |||
0xC0,0x75 | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 | ECDH-ECDSA-CAMELLIA256-SHA384 | |||
0xC0,0x78 | TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 | ECDH-RSA-CAMELLIA128-SHA256 | |||
0xC0,0x79 | TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 | ECDH-RSA-CAMELLIA256-SHA384 | |||
0xC0,0x7A | TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 | TLS_RSA_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x7B | TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 | TLS_RSA_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x7C | TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 | TLS_DHE_RSA_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x7D | TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 | TLS_DHE_RSA_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x7E | TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||||
0xC0,0x7F | TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||||
0xC0,0x80 | TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 | TLS_DHE_DSS_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x81 | TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 | TLS_DHE_DSS_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x82 | TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 | ||||
0xC0,0x83 | TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 | ||||
0xC0,0x84 | TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 | TLS_DH_ANON_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x85 | TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 | TLS_DH_ANON_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x86 | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 | TLS_ECDHE_ECDSA_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x87 | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 | TLS_ECDHE_ECDSA_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x88 | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 | ||||
0xC0,0x89 | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 | ||||
0xC0,0x8A | TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 | TLS_ECDHE_RSA_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x8B | TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 | TLS_ECDHE_RSA_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x8C | TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 | ||||
0xC0,0x8D | TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 | ||||
0xC0,0x8E | TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 | TLS_PSK_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x8F | TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 | TLS_PSK_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x90 | TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 | TLS_DHE_PSK_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x91 | TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 | TLS_DHE_PSK_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x92 | TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 | TLS_RSA_PSK_CAMELLIA_128_GCM_SHA256 | |||
0xC0,0x93 | TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 | TLS_RSA_PSK_CAMELLIA_256_GCM_SHA384 | |||
0xC0,0x94 | TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 | TLS_PSK_CAMELLIA_128_CBC_SHA256 | PSK-CAMELLIA128-SHA256 | ||
0xC0,0x95 | TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 | TLS_PSK_CAMELLIA_256_CBC_SHA384 | PSK-CAMELLIA256-SHA384 | ||
0xC0,0x96 | TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 | TLS_DHE_PSK_CAMELLIA_128_CBC_SHA256 | DHE-PSK-CAMELLIA128-SHA256 | ||
0xC0,0x97 | TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 | TLS_DHE_PSK_CAMELLIA_256_CBC_SHA384 | DHE-PSK-CAMELLIA256-SHA384 | ||
0xC0,0x98 | TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 | TLS_RSA_PSK_CAMELLIA_128_CBC_SHA256 | RSA-PSK-CAMELLIA128-SHA256 | ||
0xC0,0x99 | TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 | TLS_RSA_PSK_CAMELLIA_256_CBC_SHA384 | RSA-PSK-CAMELLIA256-SHA384 | ||
0xC0,0x9A | TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 | TLS_ECDHE_PSK_CAMELLIA_128_CBC_SHA256 | ECDHE-PSK-CAMELLIA128-SHA256 | ||
0xC0,0x9B | TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 | TLS_ECDHE_PSK_CAMELLIA_256_CBC_SHA384 | ECDHE-PSK-CAMELLIA256-SHA384 | ||
0xC0,0xA4 | TLS_PSK_WITH_AES_128_CCM | TLS_PSK_AES_128_CCM | PSK-AES128-CCM | ||
0xC0,0xA5 | TLS_PSK_WITH_AES_256_CCM | TLS_PSK_AES_256_CCM | PSK-AES256-CCM | ||
0xC0,0xA6 | TLS_DHE_PSK_WITH_AES_128_CCM | TLS_DHE_PSK_AES_128_CCM | DHE-PSK-AES128-CCM | ||
0xC0,0xA7 | TLS_DHE_PSK_WITH_AES_256_CCM | TLS_DHE_PSK_AES_256_CCM | DHE-PSK-AES256-CCM | ||
0xC0,0xA8 | TLS_PSK_WITH_AES_128_CCM_8 | TLS_PSK_AES_128_CCM_8 | PSK-AES128-CCM8 | ||
0xC0,0xA9 | TLS_PSK_WITH_AES_256_CCM_8 | TLS_PSK_AES_256_CCM_8 | PSK-AES256-CCM8 | ||
0xC0,0xAA | TLS_PSK_DHE_WITH_AES_128_CCM_8 | TLS_DHE_PSK_AES_128_CCM_8 | DHE-PSK-AES128-CCM8 | ||
0xC0,0xAB | TLS_PSK_DHE_WITH_AES_256_CCM_8 | TLS_DHE_PSK_AES_256_CCM_8 | DHE-PSK-AES256-CCM8 | ||
0xC0,0xB0 | TLS_ECCPWD_WITH_AES_128_GCM_SHA256 | ||||
0xC0,0xB1 | TLS_ECCPWD_WITH_AES_256_GCM_SHA384 | ||||
0xC0,0xB2 | TLS_ECCPWD_WITH_AES_128_CCM_SHA256 | ||||
0xC0,0xB3 | TLS_ECCPWD_WITH_AES_256_CCM_SHA384 | ||||
0xC0,0xB4 | TLS_SHA256_SHA256 | ||||
0xC0,0xB5 | TLS_SHA384_SHA384 | ||||
0xC1,0x00 | TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC | ||||
0xC1,0x01 | TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC | ||||
0xC1,0x02 | TLS_GOSTR341112_256_WITH_28147_CNT_IMIT | ||||
0xCC,0xAB | TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 | TLS_PSK_CHACHA20_POLY1305 | PSK-CHACHA20-POLY1305 | ||
0xCC,0xAC | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | TLS_ECDHE_PSK_CHACHA20_POLY1305 | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | ECDHE-PSK-CHACHA20-POLY1305 | |
0xCC,0xAD | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | TLS_DHE_PSK_CHACHA20_POLY1305 | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 | DHE-PSK-CHACHA20-POLY1305 | |
0xCC,0xAE | TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 | TLS_RSA_PSK_CHACHA20_POLY1305 | RSA-PSK-CHACHA20-POLY1305 | ||
0xD0,0x00 | Unassigned | ||||
0xD0,0x01 | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 | |||
0xD0,0x02 | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 | |||
0xD0,0x03 | TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 | ||||
0xD0,0x04 | Unassigned | ||||
0xD0,0x05 | TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 |
Colors correspond to the Modern, Intermediate, and Old compatibility levels. Each compatibility level is a superset of the more modern levels above it.