User:Apking/Server Side TLS Chart: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Temporary Server Side TLS demo)
 
(Update with priority)
Line 2: Line 2:
|-
|-
! scope="col" | Hex
! scope="col" | Hex
! scope="col" | Priority
! scope="col" | IANA
! scope="col" | IANA
! scope="col" | GnuTLS
! scope="col" | GnuTLS
Line 7: Line 8:
! scope="col" | OpenSSL
! scope="col" | OpenSSL
|-
|-
! scope=row | 0x00,0x00
! scope=row | 0xC0,0x2F
| style="background-color: white;" | TLS_NULL_WITH_NULL_NULL
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 1
| style="background-color: white;" |  
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_NULL_WITH_NULL_NULL
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256
|-
|-
! scope=row | 0x00,0x01
! scope=row | 0xC0,0x2B
| style="background-color: white;" | TLS_RSA_WITH_NULL_MD5
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 2
| style="background-color: white;" | TLS_RSA_NULL_MD5
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_WITH_NULL_MD5
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
|-
|-
! scope=row | 0x00,0x02
! scope=row | 0xC0,0x30
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 3
| style="background-color: white;" | TLS_RSA_NULL_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: #9EDB58; font-weight: bold;" |
|-
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
! scope=row | 0x00,0x03
|-
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
! scope=row | 0xC0,0x2C
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 4
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9E
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 5
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA2
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 6
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA3
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 7
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9F
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 8
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x27
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 9
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES128-SHA256
|-
! scope=row | 0xC0,0x23
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 10
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
|-
! scope=row | 0xC0,0x13
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 11
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES128-SHA
|-
! scope=row | 0xC0,0x09
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 12
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
|-
! scope=row | 0xC0,0x28
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 13
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
|-
! scope=row | 0xC0,0x24
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 14
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
|-
! scope=row | 0xC0,0x14
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 15
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-SHA
|-
! scope=row | 0xC0,0x0A
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 16
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
|-
! scope=row | 0x00,0x67
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 17
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x33
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 18
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES128-SHA
|-
! scope=row | 0x00,0x40
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 19
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x6B
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 20
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x38
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 21
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES256-SHA
|-
! scope=row | 0x00,0x39
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 22
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES256-SHA
|-
! scope=row | 0xC0,0x12
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 23
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-RSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x08
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 24
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-DES-CBC3-SHA
|-
! scope=row | 0x00,0x9C
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 25
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #DBC158; font-weight: bold;" | AES128-GCM-SHA256
|-
! scope=row | 0x00,0x9D
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 26
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | AES256-GCM-SHA384
|-
! scope=row | 0x00,0x3C
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 27
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | AES128-SHA256
|-
! scope=row | 0x00,0x3D
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 28
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | AES256-SHA256
|-
! scope=row | 0x00,0x2F
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 29
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | AES128-SHA
|-
! scope=row | 0x00,0x35
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 30
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | AES256-SHA
|-
! scope=row | 0xC0,0x22
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 31
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_DSS_AES_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | SRP-DSS-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x21
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 32
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_RSA_AES_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | SRP-RSA-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x20
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 33
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_AES_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | SRP-AES-256-CBC-SHA
|-
! scope=row | 0x00,0xA5
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 34
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_GCM_SHA384
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA1
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 35
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x6A
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 36
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" | DHE-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x69
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 37
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x68
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 38
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x37
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 39
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-AES256-SHA
|-
! scope=row | 0x00,0x36
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 40
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-AES256-SHA
|-
! scope=row | 0xC0,0x1F
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 41
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_DSS_AES_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | SRP-DSS-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x1E
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 42
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_RSA_AES_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | SRP-RSA-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x1D
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 43
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_SRP_SHA_AES_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | SRP-AES-128-CBC-SHA
|-
! scope=row | 0x00,0xA4
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 44
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_GCM_SHA256
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA0
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 45
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0x3F
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 46
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x3E
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 47
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA256
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x32
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 48
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DHE-DSS-AES128-SHA
|-
! scope=row | 0x00,0x31
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 49
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-AES128-SHA
|-
! scope=row | 0x00,0x30
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 50
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-AES128-SHA
|-
! scope=row | 0x00,0x0A
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 51
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_3DES_EDE_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
|-
! scope=row | 0x00,0x88
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 52
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x87
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 53
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x86
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 54
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x85
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 55
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x84
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 56
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | CAMELLIA256-SHA
|-
! scope=row | 0x00,0x45
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 57
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x44
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 58
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x43
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 59
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-RSA-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x42
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 60
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" |
| style="background-color: #DBC158; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | DH-DSS-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x41
| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 61
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA1
| style="background-color: #DBC158; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #DBC158; font-weight: bold;" | CAMELLIA128-SHA
|-
! scope=row | 0xC0,0x1C
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 62
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | SRP-DSS-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1B
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 63
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | SRP-RSA-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1A
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 64
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | SRP-3DES-EDE-CBC-SHA
|-
! scope=row | 0x00,0x10
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 65
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
|-
! scope=row | 0x00,0x0D
| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 66
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
|-
! scope=row | 0x00,0x00
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_NULL_WITH_NULL_NULL
| style="background-color: white;" |
| style="background-color: white;" | TLS_NULL_WITH_NULL_NULL
| style="background-color: white;" |
|-
! scope=row | 0x00,0x01
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_NULL_MD5
| style="background-color: white;" | TLS_RSA_NULL_MD5
| style="background-color: white;" | TLS_RSA_WITH_NULL_MD5
| style="background-color: white;" |
|-
! scope=row | 0x00,0x02
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_RSA_NULL_SHA1
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA
| style="background-color: white;" |  
|-
! scope=row | 0x00,0x03
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
Line 32: Line 499:
|-
|-
! scope=row | 0x00,0x04
! scope=row | 0x00,0x04
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_RC4_128_MD5
| style="background-color: white;" | TLS_RSA_WITH_RC4_128_MD5
| style="background-color: white;" | TLS_RSA_ARCFOUR_128_MD5
| style="background-color: white;" | TLS_RSA_ARCFOUR_128_MD5
Line 38: Line 506:
|-
|-
! scope=row | 0x00,0x05
! scope=row | 0x00,0x05
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_RSA_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_RSA_ARCFOUR_128_SHA1
Line 44: Line 513:
|-
|-
! scope=row | 0x00,0x06
! scope=row | 0x00,0x06
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 50: Line 520:
|-
|-
! scope=row | 0x00,0x07
! scope=row | 0x00,0x07
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_IDEA_CBC_SHA
| style="background-color: white;" | TLS_RSA_WITH_IDEA_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 56: Line 527:
|-
|-
! scope=row | 0x00,0x08
! scope=row | 0x00,0x08
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 62: Line 534:
|-
|-
! scope=row | 0x00,0x09
! scope=row | 0x00,0x09
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | TLS_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
|-
! scope=row | 0x00,0x0A
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_3DES_EDE_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
|-
|-
! scope=row | 0x00,0x0B
! scope=row | 0x00,0x0B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 80: Line 548:
|-
|-
! scope=row | 0x00,0x0C
! scope=row | 0x00,0x0C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DH_DSS_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | TLS_DH_DSS_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DH_DSS_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
|-
! scope=row | 0x00,0x0D
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
|-
|-
! scope=row | 0x00,0x0E
! scope=row | 0x00,0x0E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 98: Line 562:
|-
|-
! scope=row | 0x00,0x0F
! scope=row | 0x00,0x0F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DH_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | TLS_DH_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DH_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
|-
! scope=row | 0x00,0x10
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" |
|-
|-
! scope=row | 0x00,0x11
! scope=row | 0x00,0x11
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 116: Line 576:
|-
|-
! scope=row | 0x00,0x12
! scope=row | 0x00,0x12
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DHE_DSS_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 122: Line 583:
|-
|-
! scope=row | 0x00,0x13
! scope=row | 0x00,0x13
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DHE_DSS_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_DHE_DSS_3DES_EDE_CBC_SHA1
Line 128: Line 590:
|-
|-
! scope=row | 0x00,0x14
! scope=row | 0x00,0x14
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 134: Line 597:
|-
|-
! scope=row | 0x00,0x15
! scope=row | 0x00,0x15
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DHE_RSA_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 140: Line 604:
|-
|-
! scope=row | 0x00,0x16
! scope=row | 0x00,0x16
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DHE_RSA_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_DHE_RSA_3DES_EDE_CBC_SHA1
Line 146: Line 611:
|-
|-
! scope=row | 0x00,0x17
! scope=row | 0x00,0x17
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 152: Line 618:
|-
|-
! scope=row | 0x00,0x18
! scope=row | 0x00,0x18
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_RC4_128_MD5
| style="background-color: white;" | TLS_DH_anon_WITH_RC4_128_MD5
| style="background-color: white;" | TLS_DH_ANON_ARCFOUR_128_MD5
| style="background-color: white;" | TLS_DH_ANON_ARCFOUR_128_MD5
Line 158: Line 625:
|-
|-
! scope=row | 0x00,0x19
! scope=row | 0x00,0x19
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 164: Line 632:
|-
|-
! scope=row | 0x00,0x1A
! scope=row | 0x00,0x1A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 170: Line 639:
|-
|-
! scope=row | 0x00,0x1B
! scope=row | 0x00,0x1B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DH_ANON_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_DH_ANON_3DES_EDE_CBC_SHA1
Line 176: Line 646:
|-
|-
! scope=row | 0x00,0x1E
! scope=row | 0x00,0x1E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_DES_CBC_SHA
| style="background-color: white;" | TLS_KRB5_WITH_DES_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 182: Line 653:
|-
|-
! scope=row | 0x00,0x1F
! scope=row | 0x00,0x1F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_KRB5_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 188: Line 660:
|-
|-
! scope=row | 0x00,0x20
! scope=row | 0x00,0x20
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_KRB5_WITH_RC4_128_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 194: Line 667:
|-
|-
! scope=row | 0x00,0x21
! scope=row | 0x00,0x21
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_IDEA_CBC_SHA
| style="background-color: white;" | TLS_KRB5_WITH_IDEA_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 200: Line 674:
|-
|-
! scope=row | 0x00,0x22
! scope=row | 0x00,0x22
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_DES_CBC_MD5
| style="background-color: white;" | TLS_KRB5_WITH_DES_CBC_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 206: Line 681:
|-
|-
! scope=row | 0x00,0x23
! scope=row | 0x00,0x23
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_3DES_EDE_CBC_MD5
| style="background-color: white;" | TLS_KRB5_WITH_3DES_EDE_CBC_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 212: Line 688:
|-
|-
! scope=row | 0x00,0x24
! scope=row | 0x00,0x24
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_RC4_128_MD5
| style="background-color: white;" | TLS_KRB5_WITH_RC4_128_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 218: Line 695:
|-
|-
! scope=row | 0x00,0x25
! scope=row | 0x00,0x25
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_WITH_IDEA_CBC_MD5
| style="background-color: white;" | TLS_KRB5_WITH_IDEA_CBC_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 224: Line 702:
|-
|-
! scope=row | 0x00,0x26
! scope=row | 0x00,0x26
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 230: Line 709:
|-
|-
! scope=row | 0x00,0x27
! scope=row | 0x00,0x27
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 236: Line 716:
|-
|-
! scope=row | 0x00,0x28
! scope=row | 0x00,0x28
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC4_40_SHA
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC4_40_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 242: Line 723:
|-
|-
! scope=row | 0x00,0x29
! scope=row | 0x00,0x29
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 248: Line 730:
|-
|-
! scope=row | 0x00,0x2A
! scope=row | 0x00,0x2A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 254: Line 737:
|-
|-
! scope=row | 0x00,0x2B
! scope=row | 0x00,0x2B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC4_40_MD5
| style="background-color: white;" | TLS_KRB5_EXPORT_WITH_RC4_40_MD5
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 260: Line 744:
|-
|-
! scope=row | 0x00,0x2C
! scope=row | 0x00,0x2C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_PSK_NULL_SHA1
| style="background-color: white;" | TLS_PSK_NULL_SHA1
Line 266: Line 751:
|-
|-
! scope=row | 0x00,0x2D
! scope=row | 0x00,0x2D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA1
| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA1
Line 272: Line 758:
|-
|-
! scope=row | 0x00,0x2E
! scope=row | 0x00,0x2E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA1
| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA1
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | RSA-PSK-NULL-SHA
| style="background-color: white;" | RSA-PSK-NULL-SHA
|-
! scope=row | 0x00,0x2F
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | AES128-SHA
|-
! scope=row | 0x00,0x30
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-AES128-SHA
|-
! scope=row | 0x00,0x31
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-AES128-SHA
|-
! scope=row | 0x00,0x32
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DHE-DSS-AES128-SHA
|-
! scope=row | 0x00,0x33
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES128-SHA
|-
|-
! scope=row | 0x00,0x34
! scope=row | 0x00,0x34
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_DH_ANON_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_DH_ANON_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA
| style="background-color: white;" | ADH-AES128-SHA
| style="background-color: white;" | ADH-AES128-SHA
|-
! scope=row | 0x00,0x35
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | AES256-SHA
|-
! scope=row | 0x00,0x36
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-AES256-SHA
|-
! scope=row | 0x00,0x37
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-AES256-SHA
|-
! scope=row | 0x00,0x38
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES256-SHA
|-
! scope=row | 0x00,0x39
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES256-SHA
|-
|-
! scope=row | 0x00,0x3A
! scope=row | 0x00,0x3A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_DH_ANON_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_DH_ANON_AES_256_CBC_SHA1
Line 350: Line 779:
|-
|-
! scope=row | 0x00,0x3B
! scope=row | 0x00,0x3B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA256
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA256
| style="background-color: white;" | TLS_RSA_NULL_SHA256
| style="background-color: white;" | TLS_RSA_NULL_SHA256
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA256
| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA256
| style="background-color: white;" | NULL-SHA256
| style="background-color: white;" | NULL-SHA256
|-
! scope=row | 0x00,0x3C
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | AES128-SHA256
|-
! scope=row | 0x00,0x3D
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | AES256-SHA256
|-
! scope=row | 0x00,0x3E
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x3F
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x40
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x41
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | CAMELLIA128-SHA
|-
! scope=row | 0x00,0x42
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x43
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x44
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x45
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA
|-
|-
! scope=row | 0x00,0x46
! scope=row | 0x00,0x46
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA1
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA1
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
| style="background-color: white;" | ADH-CAMELLIA128-SHA
| style="background-color: white;" | ADH-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x67
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x68
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x69
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x6A
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | DHE-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x6B
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES256-SHA256
|-
|-
! scope=row | 0x00,0x6C
! scope=row | 0x00,0x6C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_AES_128_CBC_SHA256
Line 458: Line 800:
|-
|-
! scope=row | 0x00,0x6D
! scope=row | 0x00,0x6D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_AES_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_AES_256_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | ADH-AES256-SHA256
| style="background-color: white;" | ADH-AES256-SHA256
|-
! scope=row | 0x00,0x84
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | CAMELLIA256-SHA
|-
! scope=row | 0x00,0x85
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x86
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x87
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x88
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA
|-
|-
! scope=row | 0x00,0x89
! scope=row | 0x00,0x89
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA1
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA1
Line 500: Line 814:
|-
|-
! scope=row | 0x00,0x8A
! scope=row | 0x00,0x8A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_PSK_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_PSK_ARCFOUR_128_SHA1
Line 506: Line 821:
|-
|-
! scope=row | 0x00,0x8B
! scope=row | 0x00,0x8B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_PSK_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_PSK_3DES_EDE_CBC_SHA1
Line 512: Line 828:
|-
|-
! scope=row | 0x00,0x8C
! scope=row | 0x00,0x8C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_PSK_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_PSK_AES_128_CBC_SHA1
Line 518: Line 835:
|-
|-
! scope=row | 0x00,0x8D
! scope=row | 0x00,0x8D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_PSK_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_PSK_AES_256_CBC_SHA1
Line 524: Line 842:
|-
|-
! scope=row | 0x00,0x8E
! scope=row | 0x00,0x8E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_DHE_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_DHE_PSK_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_DHE_PSK_ARCFOUR_128_SHA1
Line 530: Line 849:
|-
|-
! scope=row | 0x00,0x8F
! scope=row | 0x00,0x8F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_DHE_PSK_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_DHE_PSK_3DES_EDE_CBC_SHA1
Line 536: Line 856:
|-
|-
! scope=row | 0x00,0x90
! scope=row | 0x00,0x90
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CBC_SHA1
Line 542: Line 863:
|-
|-
! scope=row | 0x00,0x91
! scope=row | 0x00,0x91
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CBC_SHA1
Line 548: Line 870:
|-
|-
! scope=row | 0x00,0x92
! scope=row | 0x00,0x92
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_RSA_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_RSA_PSK_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_RSA_PSK_ARCFOUR_128_SHA1
Line 554: Line 877:
|-
|-
! scope=row | 0x00,0x93
! scope=row | 0x00,0x93
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_RSA_PSK_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_RSA_PSK_3DES_EDE_CBC_SHA1
Line 560: Line 884:
|-
|-
! scope=row | 0x00,0x94
! scope=row | 0x00,0x94
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_RSA_PSK_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_RSA_PSK_AES_128_CBC_SHA1
Line 566: Line 891:
|-
|-
! scope=row | 0x00,0x95
! scope=row | 0x00,0x95
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_RSA_PSK_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_RSA_PSK_AES_256_CBC_SHA1
Line 572: Line 898:
|-
|-
! scope=row | 0x00,0x96
! scope=row | 0x00,0x96
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_SEED_CBC_SHA
| style="background-color: white;" | TLS_RSA_WITH_SEED_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 578: Line 905:
|-
|-
! scope=row | 0x00,0x97
! scope=row | 0x00,0x97
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_SEED_CBC_SHA
| style="background-color: white;" | TLS_DH_DSS_WITH_SEED_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 584: Line 912:
|-
|-
! scope=row | 0x00,0x98
! scope=row | 0x00,0x98
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_SEED_CBC_SHA
| style="background-color: white;" | TLS_DH_RSA_WITH_SEED_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 590: Line 919:
|-
|-
! scope=row | 0x00,0x99
! scope=row | 0x00,0x99
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_SEED_CBC_SHA
| style="background-color: white;" | TLS_DHE_DSS_WITH_SEED_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 596: Line 926:
|-
|-
! scope=row | 0x00,0x9A
! scope=row | 0x00,0x9A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_SEED_CBC_SHA
| style="background-color: white;" | TLS_DHE_RSA_WITH_SEED_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 602: Line 933:
|-
|-
! scope=row | 0x00,0x9B
! scope=row | 0x00,0x9B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_SEED_CBC_SHA
| style="background-color: white;" | TLS_DH_anon_WITH_SEED_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | ADH-SEED-SHA
| style="background-color: white;" | ADH-SEED-SHA
|-
! scope=row | 0x00,0x9C
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #F5BF62; font-weight: bold;" | AES128-GCM-SHA256
|-
! scope=row | 0x00,0x9D
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #F5BF62; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9E
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0x9F
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA0
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA1
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-RSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA2
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA3
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_DHE_DSS_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | DHE-DSS-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA4
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_128_GCM_SHA256
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA5
| style="background-color: #F5BF62; font-weight: bold;" | TLS_DH_DSS_WITH_AES_256_GCM_SHA384
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | DH-DSS-AES256-GCM-SHA384
|-
|-
! scope=row | 0x00,0xA6
! scope=row | 0x00,0xA6
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_ANON_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_ANON_AES_128_GCM_SHA256
Line 674: Line 947:
|-
|-
! scope=row | 0x00,0xA7
! scope=row | 0x00,0xA7
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_ANON_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_ANON_AES_256_GCM_SHA384
Line 680: Line 954:
|-
|-
! scope=row | 0x00,0xA8
! scope=row | 0x00,0xA8
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_AES_128_GCM_SHA256
Line 686: Line 961:
|-
|-
! scope=row | 0x00,0xA9
! scope=row | 0x00,0xA9
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_AES_256_GCM_SHA384
Line 692: Line 968:
|-
|-
! scope=row | 0x00,0xAA
! scope=row | 0x00,0xAA
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_AES_128_GCM_SHA256
Line 698: Line 975:
|-
|-
! scope=row | 0x00,0xAB
! scope=row | 0x00,0xAB
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_AES_256_GCM_SHA384
Line 704: Line 982:
|-
|-
! scope=row | 0x00,0xAC
! scope=row | 0x00,0xAC
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_AES_128_GCM_SHA256
Line 710: Line 989:
|-
|-
! scope=row | 0x00,0xAD
! scope=row | 0x00,0xAD
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_AES_256_GCM_SHA384
Line 716: Line 996:
|-
|-
! scope=row | 0x00,0xAE
! scope=row | 0x00,0xAE
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_AES_128_CBC_SHA256
Line 722: Line 1,003:
|-
|-
! scope=row | 0x00,0xAF
! scope=row | 0x00,0xAF
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_AES_256_CBC_SHA384
Line 728: Line 1,010:
|-
|-
! scope=row | 0x00,0xB0
! scope=row | 0x00,0xB0
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_PSK_NULL_SHA256
| style="background-color: white;" | TLS_PSK_NULL_SHA256
Line 734: Line 1,017:
|-
|-
! scope=row | 0x00,0xB1
! scope=row | 0x00,0xB1
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_PSK_NULL_SHA384
| style="background-color: white;" | TLS_PSK_NULL_SHA384
Line 740: Line 1,024:
|-
|-
! scope=row | 0x00,0xB2
! scope=row | 0x00,0xB2
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CBC_SHA256
Line 746: Line 1,031:
|-
|-
! scope=row | 0x00,0xB3
! scope=row | 0x00,0xB3
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CBC_SHA384
Line 752: Line 1,038:
|-
|-
! scope=row | 0x00,0xB4
! scope=row | 0x00,0xB4
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA256
| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA256
Line 758: Line 1,045:
|-
|-
! scope=row | 0x00,0xB5
! scope=row | 0x00,0xB5
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA384
| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA384
Line 764: Line 1,052:
|-
|-
! scope=row | 0x00,0xB6
! scope=row | 0x00,0xB6
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_AES_128_CBC_SHA256
Line 770: Line 1,059:
|-
|-
! scope=row | 0x00,0xB7
! scope=row | 0x00,0xB7
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_AES_256_CBC_SHA384
Line 776: Line 1,066:
|-
|-
! scope=row | 0x00,0xB8
! scope=row | 0x00,0xB8
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA256
| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA256
Line 782: Line 1,073:
|-
|-
! scope=row | 0x00,0xB9
! scope=row | 0x00,0xB9
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA384
| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA384
Line 788: Line 1,080:
|-
|-
! scope=row | 0x00,0xBA
! scope=row | 0x00,0xBA
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_CAMELLIA_128_CBC_SHA256
Line 794: Line 1,087:
|-
|-
! scope=row | 0x00,0xBB
! scope=row | 0x00,0xBB
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 800: Line 1,094:
|-
|-
! scope=row | 0x00,0xBC
! scope=row | 0x00,0xBC
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 806: Line 1,101:
|-
|-
! scope=row | 0x00,0xBD
! scope=row | 0x00,0xBD
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256
Line 812: Line 1,108:
|-
|-
! scope=row | 0x00,0xBE
! scope=row | 0x00,0xBE
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256
Line 818: Line 1,115:
|-
|-
! scope=row | 0x00,0xBF
! scope=row | 0x00,0xBF
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA256
Line 824: Line 1,122:
|-
|-
! scope=row | 0x00,0xC0
! scope=row | 0x00,0xC0
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_RSA_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_RSA_CAMELLIA_256_CBC_SHA256
Line 830: Line 1,129:
|-
|-
! scope=row | 0x00,0xC1
! scope=row | 0x00,0xC1
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 836: Line 1,136:
|-
|-
! scope=row | 0x00,0xC2
! scope=row | 0x00,0xC2
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 842: Line 1,143:
|-
|-
! scope=row | 0x00,0xC3
! scope=row | 0x00,0xC3
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256
Line 848: Line 1,150:
|-
|-
! scope=row | 0x00,0xC4
! scope=row | 0x00,0xC4
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256
Line 854: Line 1,157:
|-
|-
! scope=row | 0x00,0xC5
! scope=row | 0x00,0xC5
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA256
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA256
Line 860: Line 1,164:
|-
|-
! scope=row | 0x00,0xFF
! scope=row | 0x00,0xFF
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV
| style="background-color: white;" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 866: Line 1,171:
|-
|-
! scope=row | 0x56,0x00
! scope=row | 0x56,0x00
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_FALLBACK_SCSV
| style="background-color: white;" | TLS_FALLBACK_SCSV
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 872: Line 1,178:
|-
|-
! scope=row | 0xC0,0x01
! scope=row | 0xC0,0x01
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_NULL_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 878: Line 1,185:
|-
|-
! scope=row | 0xC0,0x02
! scope=row | 0xC0,0x02
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 884: Line 1,192:
|-
|-
! scope=row | 0xC0,0x03
! scope=row | 0xC0,0x03
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 890: Line 1,199:
|-
|-
! scope=row | 0xC0,0x04
! scope=row | 0xC0,0x04
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 896: Line 1,206:
|-
|-
! scope=row | 0xC0,0x05
! scope=row | 0xC0,0x05
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 902: Line 1,213:
|-
|-
! scope=row | 0xC0,0x06
! scope=row | 0xC0,0x06
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDHE_ECDSA_NULL_SHA1
| style="background-color: white;" | TLS_ECDHE_ECDSA_NULL_SHA1
Line 908: Line 1,220:
|-
|-
! scope=row | 0xC0,0x07
! scope=row | 0xC0,0x07
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_ECDSA_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_ECDHE_ECDSA_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
| style="background-color: white;" | ECDHE-ECDSA-RC4-SHA
| style="background-color: white;" | ECDHE-ECDSA-RC4-SHA
|-
! scope=row | 0xC0,0x08
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x09
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
|-
! scope=row | 0xC0,0x0A
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
|-
|-
! scope=row | 0xC0,0x0B
! scope=row | 0xC0,0x0B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDH_RSA_WITH_NULL_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 938: Line 1,234:
|-
|-
! scope=row | 0xC0,0x0C
! scope=row | 0xC0,0x0C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDH_RSA_WITH_RC4_128_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 944: Line 1,241:
|-
|-
! scope=row | 0xC0,0x0D
! scope=row | 0xC0,0x0D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 950: Line 1,248:
|-
|-
! scope=row | 0xC0,0x0E
! scope=row | 0xC0,0x0E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 956: Line 1,255:
|-
|-
! scope=row | 0xC0,0x0F
! scope=row | 0xC0,0x0F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 962: Line 1,262:
|-
|-
! scope=row | 0xC0,0x10
! scope=row | 0xC0,0x10
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDHE_RSA_NULL_SHA1
| style="background-color: white;" | TLS_ECDHE_RSA_NULL_SHA1
Line 968: Line 1,269:
|-
|-
! scope=row | 0xC0,0x11
! scope=row | 0xC0,0x11
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_RSA_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_ECDHE_RSA_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
| style="background-color: white;" | ECDHE-RSA-RC4-SHA
| style="background-color: white;" | ECDHE-RSA-RC4-SHA
|-
! scope=row | 0xC0,0x12
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-RSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x13
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES128-SHA
|-
! scope=row | 0xC0,0x14
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-SHA
|-
|-
! scope=row | 0xC0,0x15
! scope=row | 0xC0,0x15
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_anon_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDH_anon_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDH_ANON_NULL_SHA1
| style="background-color: white;" | TLS_ECDH_ANON_NULL_SHA1
Line 998: Line 1,283:
|-
|-
! scope=row | 0xC0,0x16
! scope=row | 0xC0,0x16
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_anon_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDH_anon_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDH_ANON_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_ECDH_ANON_ARCFOUR_128_SHA1
Line 1,004: Line 1,290:
|-
|-
! scope=row | 0xC0,0x17
! scope=row | 0xC0,0x17
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_ECDH_ANON_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_ECDH_ANON_3DES_EDE_CBC_SHA1
Line 1,010: Line 1,297:
|-
|-
! scope=row | 0xC0,0x18
! scope=row | 0xC0,0x18
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_ECDH_ANON_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_ECDH_ANON_AES_128_CBC_SHA1
Line 1,016: Line 1,304:
|-
|-
! scope=row | 0xC0,0x19
! scope=row | 0xC0,0x19
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDH_ANON_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_ECDH_ANON_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
| style="background-color: white;" | AECDH-AES256-SHA
| style="background-color: white;" | AECDH-AES256-SHA
|-
! scope=row | 0xC0,0x1A
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | SRP-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1B
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | SRP-RSA-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1C
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA
| style="background-color: #CCCCCC; font-weight: bold;" | TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1
| style="background-color: #CCCCCC; font-weight: bold;" |
| style="background-color: #CCCCCC; font-weight: bold;" | SRP-DSS-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1D
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_AES_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | SRP-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x1E
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_RSA_AES_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | SRP-RSA-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x1F
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_DSS_AES_128_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | SRP-DSS-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x20
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_AES_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | SRP-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x21
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_RSA_AES_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | SRP-RSA-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x22
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA
| style="background-color: #F5BF62; font-weight: bold;" | TLS_SRP_SHA_DSS_AES_256_CBC_SHA1
| style="background-color: #F5BF62; font-weight: bold;" |
| style="background-color: #F5BF62; font-weight: bold;" | SRP-DSS-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x23
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
|-
! scope=row | 0xC0,0x24
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
|-
|-
! scope=row | 0xC0,0x25
! scope=row | 0xC0,0x25
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,094: Line 1,318:
|-
|-
! scope=row | 0xC0,0x26
! scope=row | 0xC0,0x26
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | ECDH-ECDSA-AES256-SHA384
| style="background-color: white;" | ECDH-ECDSA-AES256-SHA384
|-
! scope=row | 0xC0,0x27
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES128-SHA256
|-
! scope=row | 0xC0,0x28
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
|-
|-
! scope=row | 0xC0,0x29
! scope=row | 0xC0,0x29
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,118: Line 1,332:
|-
|-
! scope=row | 0xC0,0x2A
! scope=row | 0xC0,0x2A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | ECDH-RSA-AES256-SHA384
| style="background-color: white;" | ECDH-RSA-AES256-SHA384
|-
! scope=row | 0xC0,0x2B
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x2C
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
|-
|-
! scope=row | 0xC0,0x2D
! scope=row | 0xC0,0x2D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,142: Line 1,346:
|-
|-
! scope=row | 0xC0,0x2E
! scope=row | 0xC0,0x2E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" |  
| style="background-color: white;" | ECDH-ECDSA-AES256-GCM-SHA384
| style="background-color: white;" | ECDH-ECDSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x2F
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x30
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" |
| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
|-
|-
! scope=row | 0xC0,0x31
! scope=row | 0xC0,0x31
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,166: Line 1,360:
|-
|-
! scope=row | 0xC0,0x32
! scope=row | 0xC0,0x32
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,172: Line 1,367:
|-
|-
! scope=row | 0xC0,0x33
! scope=row | 0xC0,0x33
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_RC4_128_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_ARCFOUR_128_SHA1
| style="background-color: white;" | TLS_ECDHE_PSK_ARCFOUR_128_SHA1
Line 1,178: Line 1,374:
|-
|-
! scope=row | 0xC0,0x34
! scope=row | 0xC0,0x34
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_3DES_EDE_CBC_SHA1
| style="background-color: white;" | TLS_ECDHE_PSK_3DES_EDE_CBC_SHA1
Line 1,184: Line 1,381:
|-
|-
! scope=row | 0xC0,0x35
! scope=row | 0xC0,0x35
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_AES_128_CBC_SHA1
| style="background-color: white;" | TLS_ECDHE_PSK_AES_128_CBC_SHA1
Line 1,190: Line 1,388:
|-
|-
! scope=row | 0xC0,0x36
! scope=row | 0xC0,0x36
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_AES_256_CBC_SHA1
| style="background-color: white;" | TLS_ECDHE_PSK_AES_256_CBC_SHA1
Line 1,196: Line 1,395:
|-
|-
! scope=row | 0xC0,0x37
! scope=row | 0xC0,0x37
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_AES_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_AES_128_CBC_SHA256
Line 1,202: Line 1,402:
|-
|-
! scope=row | 0xC0,0x38
! scope=row | 0xC0,0x38
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_AES_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_AES_256_CBC_SHA384
Line 1,208: Line 1,409:
|-
|-
! scope=row | 0xC0,0x39
! scope=row | 0xC0,0x39
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA
| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA1
| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA1
Line 1,214: Line 1,416:
|-
|-
! scope=row | 0xC0,0x3A
! scope=row | 0xC0,0x3A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA256
Line 1,220: Line 1,423:
|-
|-
! scope=row | 0xC0,0x3B
! scope=row | 0xC0,0x3B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA384
Line 1,226: Line 1,430:
|-
|-
! scope=row | 0xC0,0x3C
! scope=row | 0xC0,0x3C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,232: Line 1,437:
|-
|-
! scope=row | 0xC0,0x3D
! scope=row | 0xC0,0x3D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,238: Line 1,444:
|-
|-
! scope=row | 0xC0,0x3E
! scope=row | 0xC0,0x3E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,244: Line 1,451:
|-
|-
! scope=row | 0xC0,0x3F
! scope=row | 0xC0,0x3F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,250: Line 1,458:
|-
|-
! scope=row | 0xC0,0x40
! scope=row | 0xC0,0x40
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,256: Line 1,465:
|-
|-
! scope=row | 0xC0,0x41
! scope=row | 0xC0,0x41
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,262: Line 1,472:
|-
|-
! scope=row | 0xC0,0x42
! scope=row | 0xC0,0x42
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,268: Line 1,479:
|-
|-
! scope=row | 0xC0,0x43
! scope=row | 0xC0,0x43
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,274: Line 1,486:
|-
|-
! scope=row | 0xC0,0x44
! scope=row | 0xC0,0x44
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,280: Line 1,493:
|-
|-
! scope=row | 0xC0,0x45
! scope=row | 0xC0,0x45
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,286: Line 1,500:
|-
|-
! scope=row | 0xC0,0x46
! scope=row | 0xC0,0x46
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,292: Line 1,507:
|-
|-
! scope=row | 0xC0,0x47
! scope=row | 0xC0,0x47
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,298: Line 1,514:
|-
|-
! scope=row | 0xC0,0x48
! scope=row | 0xC0,0x48
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,304: Line 1,521:
|-
|-
! scope=row | 0xC0,0x49
! scope=row | 0xC0,0x49
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,310: Line 1,528:
|-
|-
! scope=row | 0xC0,0x4A
! scope=row | 0xC0,0x4A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,316: Line 1,535:
|-
|-
! scope=row | 0xC0,0x4B
! scope=row | 0xC0,0x4B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,322: Line 1,542:
|-
|-
! scope=row | 0xC0,0x4C
! scope=row | 0xC0,0x4C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,328: Line 1,549:
|-
|-
! scope=row | 0xC0,0x4D
! scope=row | 0xC0,0x4D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,334: Line 1,556:
|-
|-
! scope=row | 0xC0,0x4E
! scope=row | 0xC0,0x4E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,340: Line 1,563:
|-
|-
! scope=row | 0xC0,0x4F
! scope=row | 0xC0,0x4F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,346: Line 1,570:
|-
|-
! scope=row | 0xC0,0x50
! scope=row | 0xC0,0x50
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,352: Line 1,577:
|-
|-
! scope=row | 0xC0,0x51
! scope=row | 0xC0,0x51
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,358: Line 1,584:
|-
|-
! scope=row | 0xC0,0x52
! scope=row | 0xC0,0x52
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,364: Line 1,591:
|-
|-
! scope=row | 0xC0,0x53
! scope=row | 0xC0,0x53
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,370: Line 1,598:
|-
|-
! scope=row | 0xC0,0x54
! scope=row | 0xC0,0x54
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,376: Line 1,605:
|-
|-
! scope=row | 0xC0,0x55
! scope=row | 0xC0,0x55
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,382: Line 1,612:
|-
|-
! scope=row | 0xC0,0x56
! scope=row | 0xC0,0x56
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,388: Line 1,619:
|-
|-
! scope=row | 0xC0,0x57
! scope=row | 0xC0,0x57
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,394: Line 1,626:
|-
|-
! scope=row | 0xC0,0x58
! scope=row | 0xC0,0x58
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,400: Line 1,633:
|-
|-
! scope=row | 0xC0,0x59
! scope=row | 0xC0,0x59
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,406: Line 1,640:
|-
|-
! scope=row | 0xC0,0x5A
! scope=row | 0xC0,0x5A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,412: Line 1,647:
|-
|-
! scope=row | 0xC0,0x5B
! scope=row | 0xC0,0x5B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,418: Line 1,654:
|-
|-
! scope=row | 0xC0,0x5C
! scope=row | 0xC0,0x5C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,424: Line 1,661:
|-
|-
! scope=row | 0xC0,0x5D
! scope=row | 0xC0,0x5D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,430: Line 1,668:
|-
|-
! scope=row | 0xC0,0x5E
! scope=row | 0xC0,0x5E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,436: Line 1,675:
|-
|-
! scope=row | 0xC0,0x5F
! scope=row | 0xC0,0x5F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,442: Line 1,682:
|-
|-
! scope=row | 0xC0,0x60
! scope=row | 0xC0,0x60
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,448: Line 1,689:
|-
|-
! scope=row | 0xC0,0x61
! scope=row | 0xC0,0x61
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,454: Line 1,696:
|-
|-
! scope=row | 0xC0,0x62
! scope=row | 0xC0,0x62
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,460: Line 1,703:
|-
|-
! scope=row | 0xC0,0x63
! scope=row | 0xC0,0x63
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,466: Line 1,710:
|-
|-
! scope=row | 0xC0,0x64
! scope=row | 0xC0,0x64
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,472: Line 1,717:
|-
|-
! scope=row | 0xC0,0x65
! scope=row | 0xC0,0x65
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,478: Line 1,724:
|-
|-
! scope=row | 0xC0,0x66
! scope=row | 0xC0,0x66
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,484: Line 1,731:
|-
|-
! scope=row | 0xC0,0x67
! scope=row | 0xC0,0x67
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,490: Line 1,738:
|-
|-
! scope=row | 0xC0,0x68
! scope=row | 0xC0,0x68
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,496: Line 1,745:
|-
|-
! scope=row | 0xC0,0x69
! scope=row | 0xC0,0x69
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,502: Line 1,752:
|-
|-
! scope=row | 0xC0,0x6A
! scope=row | 0xC0,0x6A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,508: Line 1,759:
|-
|-
! scope=row | 0xC0,0x6B
! scope=row | 0xC0,0x6B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,514: Line 1,766:
|-
|-
! scope=row | 0xC0,0x6C
! scope=row | 0xC0,0x6C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,520: Line 1,773:
|-
|-
! scope=row | 0xC0,0x6D
! scope=row | 0xC0,0x6D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,526: Line 1,780:
|-
|-
! scope=row | 0xC0,0x6E
! scope=row | 0xC0,0x6E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,532: Line 1,787:
|-
|-
! scope=row | 0xC0,0x6F
! scope=row | 0xC0,0x6F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,538: Line 1,794:
|-
|-
! scope=row | 0xC0,0x70
! scope=row | 0xC0,0x70
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,544: Line 1,801:
|-
|-
! scope=row | 0xC0,0x71
! scope=row | 0xC0,0x71
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,550: Line 1,808:
|-
|-
! scope=row | 0xC0,0x72
! scope=row | 0xC0,0x72
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256
Line 1,556: Line 1,815:
|-
|-
! scope=row | 0xC0,0x73
! scope=row | 0xC0,0x73
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384
Line 1,562: Line 1,822:
|-
|-
! scope=row | 0xC0,0x74
! scope=row | 0xC0,0x74
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,568: Line 1,829:
|-
|-
! scope=row | 0xC0,0x75
! scope=row | 0xC0,0x75
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,574: Line 1,836:
|-
|-
! scope=row | 0xC0,0x76
! scope=row | 0xC0,0x76
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256
Line 1,580: Line 1,843:
|-
|-
! scope=row | 0xC0,0x77
! scope=row | 0xC0,0x77
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384
Line 1,586: Line 1,850:
|-
|-
! scope=row | 0xC0,0x78
! scope=row | 0xC0,0x78
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,592: Line 1,857:
|-
|-
! scope=row | 0xC0,0x79
! scope=row | 0xC0,0x79
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,598: Line 1,864:
|-
|-
! scope=row | 0xC0,0x7A
! scope=row | 0xC0,0x7A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_CAMELLIA_128_GCM_SHA256
Line 1,604: Line 1,871:
|-
|-
! scope=row | 0xC0,0x7B
! scope=row | 0xC0,0x7B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_CAMELLIA_256_GCM_SHA384
Line 1,610: Line 1,878:
|-
|-
! scope=row | 0xC0,0x7C
! scope=row | 0xC0,0x7C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_128_GCM_SHA256
Line 1,616: Line 1,885:
|-
|-
! scope=row | 0xC0,0x7D
! scope=row | 0xC0,0x7D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_RSA_CAMELLIA_256_GCM_SHA384
Line 1,622: Line 1,892:
|-
|-
! scope=row | 0xC0,0x7E
! scope=row | 0xC0,0x7E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,628: Line 1,899:
|-
|-
! scope=row | 0xC0,0x7F
! scope=row | 0xC0,0x7F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,634: Line 1,906:
|-
|-
! scope=row | 0xC0,0x80
! scope=row | 0xC0,0x80
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_128_GCM_SHA256
Line 1,640: Line 1,913:
|-
|-
! scope=row | 0xC0,0x81
! scope=row | 0xC0,0x81
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_DSS_CAMELLIA_256_GCM_SHA384
Line 1,646: Line 1,920:
|-
|-
! scope=row | 0xC0,0x82
! scope=row | 0xC0,0x82
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,652: Line 1,927:
|-
|-
! scope=row | 0xC0,0x83
! scope=row | 0xC0,0x83
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,658: Line 1,934:
|-
|-
! scope=row | 0xC0,0x84
! scope=row | 0xC0,0x84
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_128_GCM_SHA256
Line 1,664: Line 1,941:
|-
|-
! scope=row | 0xC0,0x85
! scope=row | 0xC0,0x85
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DH_ANON_CAMELLIA_256_GCM_SHA384
Line 1,670: Line 1,948:
|-
|-
! scope=row | 0xC0,0x86
! scope=row | 0xC0,0x86
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_128_GCM_SHA256
Line 1,676: Line 1,955:
|-
|-
! scope=row | 0xC0,0x87
! scope=row | 0xC0,0x87
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_ECDSA_CAMELLIA_256_GCM_SHA384
Line 1,682: Line 1,962:
|-
|-
! scope=row | 0xC0,0x88
! scope=row | 0xC0,0x88
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,688: Line 1,969:
|-
|-
! scope=row | 0xC0,0x89
! scope=row | 0xC0,0x89
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,694: Line 1,976:
|-
|-
! scope=row | 0xC0,0x8A
! scope=row | 0xC0,0x8A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_128_GCM_SHA256
Line 1,700: Line 1,983:
|-
|-
! scope=row | 0xC0,0x8B
! scope=row | 0xC0,0x8B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDHE_RSA_CAMELLIA_256_GCM_SHA384
Line 1,706: Line 1,990:
|-
|-
! scope=row | 0xC0,0x8C
! scope=row | 0xC0,0x8C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,712: Line 1,997:
|-
|-
! scope=row | 0xC0,0x8D
! scope=row | 0xC0,0x8D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" |  
| style="background-color: white;" |  
Line 1,718: Line 2,004:
|-
|-
! scope=row | 0xC0,0x8E
! scope=row | 0xC0,0x8E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_PSK_CAMELLIA_128_GCM_SHA256
Line 1,724: Line 2,011:
|-
|-
! scope=row | 0xC0,0x8F
! scope=row | 0xC0,0x8F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_PSK_CAMELLIA_256_GCM_SHA384
Line 1,730: Line 2,018:
|-
|-
! scope=row | 0xC0,0x90
! scope=row | 0xC0,0x90
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_128_GCM_SHA256
Line 1,736: Line 2,025:
|-
|-
! scope=row | 0xC0,0x91
! scope=row | 0xC0,0x91
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_256_GCM_SHA384
Line 1,742: Line 2,032:
|-
|-
! scope=row | 0xC0,0x92
! scope=row | 0xC0,0x92
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_128_GCM_SHA256
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_128_GCM_SHA256
Line 1,748: Line 2,039:
|-
|-
! scope=row | 0xC0,0x93
! scope=row | 0xC0,0x93
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_256_GCM_SHA384
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_256_GCM_SHA384
Line 1,754: Line 2,046:
|-
|-
! scope=row | 0xC0,0x94
! scope=row | 0xC0,0x94
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_PSK_CAMELLIA_128_CBC_SHA256
Line 1,760: Line 2,053:
|-
|-
! scope=row | 0xC0,0x95
! scope=row | 0xC0,0x95
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_PSK_CAMELLIA_256_CBC_SHA384
Line 1,766: Line 2,060:
|-
|-
! scope=row | 0xC0,0x96
! scope=row | 0xC0,0x96
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_128_CBC_SHA256
Line 1,772: Line 2,067:
|-
|-
! scope=row | 0xC0,0x97
! scope=row | 0xC0,0x97
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_DHE_PSK_CAMELLIA_256_CBC_SHA384
Line 1,778: Line 2,074:
|-
|-
! scope=row | 0xC0,0x98
! scope=row | 0xC0,0x98
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_128_CBC_SHA256
Line 1,784: Line 2,081:
|-
|-
! scope=row | 0xC0,0x99
! scope=row | 0xC0,0x99
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_RSA_PSK_CAMELLIA_256_CBC_SHA384
Line 1,790: Line 2,088:
|-
|-
! scope=row | 0xC0,0x9A
! scope=row | 0xC0,0x9A
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_CAMELLIA_128_CBC_SHA256
| style="background-color: white;" | TLS_ECDHE_PSK_CAMELLIA_128_CBC_SHA256
Line 1,796: Line 2,095:
|-
|-
! scope=row | 0xC0,0x9B
! scope=row | 0xC0,0x9B
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_CAMELLIA_256_CBC_SHA384
| style="background-color: white;" | TLS_ECDHE_PSK_CAMELLIA_256_CBC_SHA384
Line 1,802: Line 2,102:
|-
|-
! scope=row | 0xC0,0x9C
! scope=row | 0xC0,0x9C
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_AES_128_CCM
| style="background-color: white;" | TLS_RSA_WITH_AES_128_CCM
| style="background-color: white;" | TLS_RSA_AES_128_CCM
| style="background-color: white;" | TLS_RSA_AES_128_CCM
Line 1,808: Line 2,109:
|-
|-
! scope=row | 0xC0,0x9D
! scope=row | 0xC0,0x9D
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_AES_256_CCM
| style="background-color: white;" | TLS_RSA_WITH_AES_256_CCM
| style="background-color: white;" | TLS_RSA_AES_256_CCM
| style="background-color: white;" | TLS_RSA_AES_256_CCM
Line 1,814: Line 2,116:
|-
|-
! scope=row | 0xC0,0x9E
! scope=row | 0xC0,0x9E
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_128_CCM
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_128_CCM
| style="background-color: white;" | TLS_DHE_RSA_AES_128_CCM
| style="background-color: white;" | TLS_DHE_RSA_AES_128_CCM
Line 1,820: Line 2,123:
|-
|-
! scope=row | 0xC0,0x9F
! scope=row | 0xC0,0x9F
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_256_CCM
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_256_CCM
| style="background-color: white;" | TLS_DHE_RSA_AES_256_CCM
| style="background-color: white;" | TLS_DHE_RSA_AES_256_CCM
Line 1,826: Line 2,130:
|-
|-
! scope=row | 0xC0,0xA0
! scope=row | 0xC0,0xA0
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_RSA_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_RSA_AES_128_CCM_8
| style="background-color: white;" | TLS_RSA_AES_128_CCM_8
Line 1,832: Line 2,137:
|-
|-
! scope=row | 0xC0,0xA1
! scope=row | 0xC0,0xA1
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_RSA_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_RSA_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_RSA_AES_256_CCM_8
| style="background-color: white;" | TLS_RSA_AES_256_CCM_8
Line 1,838: Line 2,144:
|-
|-
! scope=row | 0xC0,0xA2
! scope=row | 0xC0,0xA2
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_DHE_RSA_AES_128_CCM_8
| style="background-color: white;" | TLS_DHE_RSA_AES_128_CCM_8
Line 1,844: Line 2,151:
|-
|-
! scope=row | 0xC0,0xA3
! scope=row | 0xC0,0xA3
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_DHE_RSA_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_DHE_RSA_AES_256_CCM_8
| style="background-color: white;" | TLS_DHE_RSA_AES_256_CCM_8
Line 1,850: Line 2,158:
|-
|-
! scope=row | 0xC0,0xA4
! scope=row | 0xC0,0xA4
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CCM
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CCM
| style="background-color: white;" | TLS_PSK_AES_128_CCM
| style="background-color: white;" | TLS_PSK_AES_128_CCM
Line 1,856: Line 2,165:
|-
|-
! scope=row | 0xC0,0xA5
! scope=row | 0xC0,0xA5
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CCM
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CCM
| style="background-color: white;" | TLS_PSK_AES_256_CCM
| style="background-color: white;" | TLS_PSK_AES_256_CCM
Line 1,862: Line 2,172:
|-
|-
! scope=row | 0xC0,0xA6
! scope=row | 0xC0,0xA6
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_CCM
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_CCM
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CCM
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CCM
Line 1,868: Line 2,179:
|-
|-
! scope=row | 0xC0,0xA7
! scope=row | 0xC0,0xA7
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_CCM
| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_CCM
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CCM
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CCM
Line 1,874: Line 2,186:
|-
|-
! scope=row | 0xC0,0xA8
! scope=row | 0xC0,0xA8
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_PSK_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_PSK_AES_128_CCM_8
| style="background-color: white;" | TLS_PSK_AES_128_CCM_8
Line 1,880: Line 2,193:
|-
|-
! scope=row | 0xC0,0xA9
! scope=row | 0xC0,0xA9
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_PSK_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_PSK_AES_256_CCM_8
| style="background-color: white;" | TLS_PSK_AES_256_CCM_8
Line 1,886: Line 2,200:
|-
|-
! scope=row | 0xC0,0xAA
! scope=row | 0xC0,0xAA
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_DHE_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_PSK_DHE_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CCM_8
| style="background-color: white;" | TLS_DHE_PSK_AES_128_CCM_8
Line 1,892: Line 2,207:
|-
|-
! scope=row | 0xC0,0xAB
! scope=row | 0xC0,0xAB
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_PSK_DHE_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_PSK_DHE_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CCM_8
| style="background-color: white;" | TLS_DHE_PSK_AES_256_CCM_8
Line 1,898: Line 2,214:
|-
|-
! scope=row | 0xC0,0xAC
! scope=row | 0xC0,0xAC
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_128_CCM
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_128_CCM
Line 1,904: Line 2,221:
|-
|-
! scope=row | 0xC0,0xAD
! scope=row | 0xC0,0xAD
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_256_CCM
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_256_CCM
Line 1,910: Line 2,228:
|-
|-
! scope=row | 0xC0,0xAE
! scope=row | 0xC0,0xAE
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_128_CCM_8
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_128_CCM_8
Line 1,916: Line 2,235:
|-
|-
! scope=row | 0xC0,0xAF
! scope=row | 0xC0,0xAF
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_256_CCM_8
| style="background-color: white;" | TLS_ECDHE_ECDSA_AES_256_CCM_8

Revision as of 20:47, 28 August 2015

Hex Priority IANA GnuTLS NSS OpenSSL
0xC0,0x2F 1 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,0x2B 2 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,0x30 3 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_RSA_AES_256_GCM_SHA384 ECDHE-RSA-AES256-GCM-SHA384
0xC0,0x2C 4 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 TLS_ECDHE_ECDSA_AES_256_GCM_SHA384 ECDHE-ECDSA-AES256-GCM-SHA384
0x00,0x9E 5 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,0xA2 6 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 7 TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 TLS_DHE_DSS_AES_256_GCM_SHA384 DHE-DSS-AES256-GCM-SHA384
0x00,0x9F 8 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 TLS_DHE_RSA_AES_256_GCM_SHA384 DHE-RSA-AES256-GCM-SHA384
0xC0,0x27 9 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,0x23 10 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,0x13 11 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,0x09 12 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,0x28 13 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_RSA_AES_256_CBC_SHA384 ECDHE-RSA-AES256-SHA384
0xC0,0x24 14 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 TLS_ECDHE_ECDSA_AES_256_CBC_SHA384 ECDHE-ECDSA-AES256-SHA384
0xC0,0x14 15 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
0xC0,0x0A 16 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
0x00,0x67 17 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,0x33 18 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 19 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,0x6B 20 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,0x38 21 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 22 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,0x12 23 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,0x08 24 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
0x00,0x9C 25 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 26 TLS_RSA_WITH_AES_256_GCM_SHA384 TLS_RSA_AES_256_GCM_SHA384 AES256-GCM-SHA384
0x00,0x3C 27 TLS_RSA_WITH_AES_128_CBC_SHA256 TLS_RSA_AES_128_CBC_SHA256 TLS_RSA_WITH_AES_128_CBC_SHA256 AES128-SHA256
0x00,0x3D 28 TLS_RSA_WITH_AES_256_CBC_SHA256 TLS_RSA_AES_256_CBC_SHA256 TLS_RSA_WITH_AES_256_CBC_SHA256 AES256-SHA256
0x00,0x2F 29 TLS_RSA_WITH_AES_128_CBC_SHA TLS_RSA_AES_128_CBC_SHA1 TLS_RSA_WITH_AES_128_CBC_SHA AES128-SHA
0x00,0x35 30 TLS_RSA_WITH_AES_256_CBC_SHA TLS_RSA_AES_256_CBC_SHA1 TLS_RSA_WITH_AES_256_CBC_SHA AES256-SHA
0xC0,0x22 31 TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA TLS_SRP_SHA_DSS_AES_256_CBC_SHA1 SRP-DSS-AES-256-CBC-SHA
0xC0,0x21 32 TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA TLS_SRP_SHA_RSA_AES_256_CBC_SHA1 SRP-RSA-AES-256-CBC-SHA
0xC0,0x20 33 TLS_SRP_SHA_WITH_AES_256_CBC_SHA TLS_SRP_SHA_AES_256_CBC_SHA1 SRP-AES-256-CBC-SHA
0x00,0xA5 34 TLS_DH_DSS_WITH_AES_256_GCM_SHA384 DH-DSS-AES256-GCM-SHA384
0x00,0xA1 35 TLS_DH_RSA_WITH_AES_256_GCM_SHA384 DH-RSA-AES256-GCM-SHA384
0x00,0x6A 36 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,0x69 37 TLS_DH_RSA_WITH_AES_256_CBC_SHA256 DH-RSA-AES256-SHA256
0x00,0x68 38 TLS_DH_DSS_WITH_AES_256_CBC_SHA256 DH-DSS-AES256-SHA256
0x00,0x37 39 TLS_DH_RSA_WITH_AES_256_CBC_SHA TLS_DH_RSA_WITH_AES_256_CBC_SHA DH-RSA-AES256-SHA
0x00,0x36 40 TLS_DH_DSS_WITH_AES_256_CBC_SHA TLS_DH_DSS_WITH_AES_256_CBC_SHA DH-DSS-AES256-SHA
0xC0,0x1F 41 TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA TLS_SRP_SHA_DSS_AES_128_CBC_SHA1 SRP-DSS-AES-128-CBC-SHA
0xC0,0x1E 42 TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA TLS_SRP_SHA_RSA_AES_128_CBC_SHA1 SRP-RSA-AES-128-CBC-SHA
0xC0,0x1D 43 TLS_SRP_SHA_WITH_AES_128_CBC_SHA TLS_SRP_SHA_AES_128_CBC_SHA1 SRP-AES-128-CBC-SHA
0x00,0xA4 44 TLS_DH_DSS_WITH_AES_128_GCM_SHA256 DH-DSS-AES128-GCM-SHA256
0x00,0xA0 45 TLS_DH_RSA_WITH_AES_128_GCM_SHA256 DH-RSA-AES128-GCM-SHA256
0x00,0x3F 46 TLS_DH_RSA_WITH_AES_128_CBC_SHA256 DH-RSA-AES128-SHA256
0x00,0x3E 47 TLS_DH_DSS_WITH_AES_128_CBC_SHA256 DH-DSS-AES128-SHA256
0x00,0x32 48 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
0x00,0x31 49 TLS_DH_RSA_WITH_AES_128_CBC_SHA TLS_DH_RSA_WITH_AES_128_CBC_SHA DH-RSA-AES128-SHA
0x00,0x30 50 TLS_DH_DSS_WITH_AES_128_CBC_SHA TLS_DH_DSS_WITH_AES_128_CBC_SHA DH-DSS-AES128-SHA
0x00,0x0A 51 TLS_RSA_WITH_3DES_EDE_CBC_SHA TLS_RSA_3DES_EDE_CBC_SHA1 TLS_RSA_WITH_3DES_EDE_CBC_SHA
0x00,0x88 52 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 53 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,0x86 54 TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA DH-RSA-CAMELLIA256-SHA
0x00,0x85 55 TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA DH-DSS-CAMELLIA256-SHA
0x00,0x84 56 TLS_RSA_WITH_CAMELLIA_256_CBC_SHA TLS_RSA_CAMELLIA_256_CBC_SHA1 TLS_RSA_WITH_CAMELLIA_256_CBC_SHA CAMELLIA256-SHA
0x00,0x45 57 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 58 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
0x00,0x43 59 TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA DH-RSA-CAMELLIA128-SHA
0x00,0x42 60 TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA DH-DSS-CAMELLIA128-SHA
0x00,0x41 61 TLS_RSA_WITH_CAMELLIA_128_CBC_SHA TLS_RSA_CAMELLIA_128_CBC_SHA1 TLS_RSA_WITH_CAMELLIA_128_CBC_SHA CAMELLIA128-SHA
0xC0,0x1C 62 TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1 SRP-DSS-3DES-EDE-CBC-SHA
0xC0,0x1B 63 TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1 SRP-RSA-3DES-EDE-CBC-SHA
0xC0,0x1A 64 TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA TLS_SRP_SHA_3DES_EDE_CBC_SHA1 SRP-3DES-EDE-CBC-SHA
0x00,0x10 65 TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
0x00,0x0D 66 TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA TLS_DH_DSS_WITH_3DES_EDE_CBC_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,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,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,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,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,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,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,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,0x96 TLS_RSA_WITH_SEED_CBC_SHA TLS_RSA_WITH_SEED_CBC_SHA SEED-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,0x99 TLS_DHE_DSS_WITH_SEED_CBC_SHA DHE-DSS-SEED-SHA
0x00,0x9A TLS_DHE_RSA_WITH_SEED_CBC_SHA DHE-RSA-SEED-SHA
0x00,0x9B TLS_DH_anon_WITH_SEED_CBC_SHA ADH-SEED-SHA
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 DHE-PSK-AES128-GCM-SHA256
0x00,0xAB TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 TLS_DHE_PSK_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,0xBA TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 TLS_RSA_CAMELLIA_128_CBC_SHA256 CAMELLIA128-SHA256
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,0xBD TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256 DHE-DSS-CAMELLIA128-SHA256
0x00,0xBE TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256 DHE-RSA-CAMELLIA128-SHA256
0x00,0xBF TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 TLS_DH_ANON_CAMELLIA_128_CBC_SHA256 ADH-CAMELLIA128-SHA256
0x00,0xC0 TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 TLS_RSA_CAMELLIA_256_CBC_SHA256 CAMELLIA256-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,0xC3 TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256 DHE-DSS-CAMELLIA256-SHA256
0x00,0xC4 TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256 DHE-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
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,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,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,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,0x50 TLS_RSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x51 TLS_RSA_WITH_ARIA_256_GCM_SHA384
0xC0,0x52 TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x53 TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
0xC0,0x54 TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x55 TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
0xC0,0x56 TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
0xC0,0x57 TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
0xC0,0x58 TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
0xC0,0x59 TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
0xC0,0x5A TLS_DH_anon_WITH_ARIA_128_GCM_SHA256
0xC0,0x5B TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
0xC0,0x5C TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x5D TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
0xC0,0x5E TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x5F TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384
0xC0,0x60 TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x61 TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
0xC0,0x62 TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
0xC0,0x63 TLS_ECDH_RSA_WITH_ARIA_256_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
0xC0,0x6B TLS_PSK_WITH_ARIA_256_GCM_SHA384
0xC0,0x6C TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
0xC0,0x6D TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384
0xC0,0x6E TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
0xC0,0x6F TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384
0xC0,0x70 TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
0xC0,0x71 TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
0xC0,0x72 TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256 ECDHE-ECDSA-CAMELLIA128-SHA256
0xC0,0x73 TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384 ECDHE-ECDSA-CAMELLIA256-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,0x76 TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256 ECDHE-RSA-CAMELLIA128-SHA256
0xC0,0x77 TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 ECDHE-RSA-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,0x9C TLS_RSA_WITH_AES_128_CCM TLS_RSA_AES_128_CCM AES128-CCM
0xC0,0x9D TLS_RSA_WITH_AES_256_CCM TLS_RSA_AES_256_CCM AES256-CCM
0xC0,0x9E TLS_DHE_RSA_WITH_AES_128_CCM TLS_DHE_RSA_AES_128_CCM DHE-RSA-AES128-CCM
0xC0,0x9F TLS_DHE_RSA_WITH_AES_256_CCM TLS_DHE_RSA_AES_256_CCM DHE-RSA-AES256-CCM
0xC0,0xA0 TLS_RSA_WITH_AES_128_CCM_8 TLS_RSA_AES_128_CCM_8 AES128-CCM8
0xC0,0xA1 TLS_RSA_WITH_AES_256_CCM_8 TLS_RSA_AES_256_CCM_8 AES256-CCM8
0xC0,0xA2 TLS_DHE_RSA_WITH_AES_128_CCM_8 TLS_DHE_RSA_AES_128_CCM_8 DHE-RSA-AES128-CCM8
0xC0,0xA3 TLS_DHE_RSA_WITH_AES_256_CCM_8 TLS_DHE_RSA_AES_256_CCM_8 DHE-RSA-AES256-CCM8
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,0xAC TLS_ECDHE_ECDSA_WITH_AES_128_CCM TLS_ECDHE_ECDSA_AES_128_CCM ECDHE-ECDSA-AES128-CCM
0xC0,0xAD TLS_ECDHE_ECDSA_WITH_AES_256_CCM TLS_ECDHE_ECDSA_AES_256_CCM ECDHE-ECDSA-AES256-CCM
0xC0,0xAE TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 TLS_ECDHE_ECDSA_AES_128_CCM_8 ECDHE-ECDSA-AES128-CCM8
0xC0,0xAF TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 TLS_ECDHE_ECDSA_AES_256_CCM_8 ECDHE-ECDSA-AES256-CCM8