Cipher_Suites.mediawiki (2,445 lines of code) (raw):

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