From 5ad28ea4a52f81f565007264cac40e5c0065018e Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Sun, 24 Dec 2023 23:38:00 +0100
Subject: [PATCH 01/17] Fix Cipher_Suites links to Server_Side_TLS
---
Cipher_Suites.mediawiki | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index abf9340..a85c742 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -2445,6 +2445,6 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
-The table above was automatically generated via: [https://github.com/april/tls-table/blob/master/tls-table.py https://github.com/april/tls-table/blob/master/tls-table.py], and was last updated in May 2019.
+
-Colors correspond to the [[#Modern_compatibility|Modern ]], [[#Intermediate_compatibility_.28default.29|Intermediate ]], and [[#Old_backward_compatibility|Old ]] compatibility levels. Each compatibility level is a superset of the more modern levels above it.
\ No newline at end of file
+Colors correspond to the [[Security/Server Side TLS#Modern_compatibility|Modern ]], [[Security/Server Side TLS#Intermediate_compatibility_.28recommended.29|Intermediate ]], and [[Security/Server Side TLS#Old_backward_compatibility|Old ]] compatibility levels. Each compatibility level is a superset of the more modern levels above it.
From f26fcd0c69e2fa1615d49142b7dfbf61e12dba7d Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Sun, 24 Dec 2023 23:57:52 +0100
Subject: [PATCH 02/17] Link to Cipher_Suites from Server_Side_TLS
Adding back link removed during v4-v5 simplification & archiving.
---
Server_Side_TLS.mediawiki | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Server_Side_TLS.mediawiki b/Server_Side_TLS.mediawiki
index 4524aba..f161ea0 100644
--- a/Server_Side_TLS.mediawiki
+++ b/Server_Side_TLS.mediawiki
@@ -75,6 +75,8 @@ Mozilla maintains three recommended configurations for servers using TLS. Pick t
OpenSSL will ignore cipher suites it doesn't understand, so always use the full set of cipher suites below, in their recommended order. The use of the Old configuration with modern versions of OpenSSL may require custom builds with support for deprecated ciphers.
+Different libraries support different cipher suites and refer to them by different names. Mozilla maintains a list of [[Security/Cipher Suites|all known cipher suites]] and their corresponding names.
+
== '''Modern''' compatibility ==
For services with clients that support TLS 1.3 and don't need backward compatibility, the Modern configuration provides an extremely high level of security.
From 0900f84e8b36c17ad74b27c0c0c7d5c9f7b4e0b0 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Mon, 25 Dec 2023 00:00:18 +0100
Subject: [PATCH 03/17] Float styling
---
Server_Side_TLS.mediawiki | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Server_Side_TLS.mediawiki b/Server_Side_TLS.mediawiki
index f161ea0..727ce93 100644
--- a/Server_Side_TLS.mediawiki
+++ b/Server_Side_TLS.mediawiki
@@ -73,9 +73,9 @@ Mozilla maintains three recommended configurations for servers using TLS. Pick t
The ordering of cipher suites in the Old configuration is very important, as it determines the priority with which algorithms are selected.
OpenSSL will ignore cipher suites it doesn't understand, so always use the full set of cipher suites below, in their recommended order. The use of the Old configuration with modern versions of OpenSSL may require custom builds with support for deprecated ciphers.
-
-Different libraries support different cipher suites and refer to them by different names. Mozilla maintains a list of [[Security/Cipher Suites|all known cipher suites]] and their corresponding names.
+Different libraries support different cipher suites and refer to them by different names. Mozilla maintains a list of [[Security/Cipher Suites|all known cipher suites]] and their corresponding names.
+
== '''Modern''' compatibility ==
For services with clients that support TLS 1.3 and don't need backward compatibility, the Modern configuration provides an extremely high level of security.
From 465f8b45e3de088cdbc3cce30e28a5998dea0aad Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Mon, 25 Dec 2023 00:10:00 +0100
Subject: [PATCH 04/17] Fix OpenSSL TLSv1.3 Cipher_Suites
---
Cipher_Suites.mediawiki | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index a85c742..8a95a1e 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -18,21 +18,21 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" |
+| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
|-
! scope=row | 0x13,0x03
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 2
| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" |
+| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
|-
! scope=row | 0x13,0x01
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 3
| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" |
+| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
|-
! scope=row | 0xCC,0xA9
| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 4
From 90cd6e8c7aecbc50ceee24e068ca55d4071a15b5 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Mon, 25 Dec 2023 00:33:07 +0100
Subject: [PATCH 05/17] Fix CCM/8 Cipher_Suites
---
Cipher_Suites.mediawiki | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 8a95a1e..52847cc 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -1333,15 +1333,15 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_AES_128_CCM_SHA256
| style="background-color: white;" | TLS_AES_128_CCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="background-color: white;" | TLS_AES_128_CCM_SHA256
+| style="background-color: white;" | TLS_AES_128_CCM_SHA256
|-
! scope=row | 0x13,0x05
| style="background-color: white;" data-sort-value="1000" |
| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
+| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
|-
! scope=row | 0x56,0x00
| style="background-color: white;" data-sort-value="1000" |
From 86b04b1d376cf688df6c0e59af8c252d1ded2c04 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Mon, 25 Dec 2023 03:10:52 +0100
Subject: [PATCH 06/17] Simplify Cipher_Suites colors
---
Cipher_Suites.mediawiki | 776 ++++++++++++++++++++--------------------
1 file changed, 388 insertions(+), 388 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 52847cc..55bc74f 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -1,9 +1,9 @@
= Cipher suite correspondence table =
IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table below lists each cipher as well as its corresponding Mozilla [[Security/Server Side TLS|Server Side TLS]] compatibility level.
-
-
-
+
+
+
{| class="wikitable sortable"
|-
! scope="col" | Hex
@@ -14,543 +14,543 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
! scope="col" | OpenSSL
|-
! scope=row | 0x13,0x02
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 1
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 1
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
|-
! scope=row | 0x13,0x03
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 2
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 2
+| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
|-
! scope=row | 0x13,0x01
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 3
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 3
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
|-
! scope=row | 0xCC,0xA9
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 4
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 4
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305
|-
! scope=row | 0xCC,0xA8
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 5
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305
-| style="background-color: #9EDB58; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 5
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305
|-
! scope=row | 0xC0,0x2F
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 6
-| 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
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 6
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x2B
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 7
-| 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
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 7
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x30
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 8
-| 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;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 8
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x2C
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 9
-| 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;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 9
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9E
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 10
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_AES_128_GCM_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 10
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA2
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 11
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_AES_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-AES128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 11
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA3
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 12
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_AES_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-AES256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 12
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9F
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 13
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 13
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x27
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 14
-| 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
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 14
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES128-SHA256
|-
! scope=row | 0xC0,0x23
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 15
-| 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
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 15
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
|-
! scope=row | 0xC0,0x13
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 16
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | ECDHE-RSA-AES128-SHA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 16
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES128-SHA
|-
! scope=row | 0xC0,0x09
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 17
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 17
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
|-
! scope=row | 0xC0,0x28
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 18
-| 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;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 18
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
|-
! scope=row | 0xC0,0x24
-| style="background-color: #9EDB58; font-weight: bold; text-align: center;" | 19
-| 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;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #9EDB58; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 19
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
+| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
|-
! scope=row | 0xC0,0x14
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 20
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | ECDHE-RSA-AES256-SHA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 20
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES256-SHA
|-
! scope=row | 0xC0,0x0A
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 21
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
-| style="background-color: #DBC158; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 21
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
|-
! scope=row | 0x00,0x67
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 22
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-AES128-SHA256
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 22
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x33
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 23
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA1
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-AES128-SHA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 23
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-SHA
|-
! scope=row | 0x00,0x40
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 24
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-AES128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 24
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x6B
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 25
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-AES256-SHA256
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 25
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x38
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 26
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-AES256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 26
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES256-SHA
|-
! scope=row | 0x00,0x39
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 27
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA1
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-AES256-SHA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 27
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-SHA
|-
! scope=row | 0x00,0x9C
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 28
-| 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
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 28
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | AES128-GCM-SHA256
|-
! scope=row | 0x00,0x9D
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 29
-| 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;" | TLS_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #DBC158; font-weight: bold;" | AES256-GCM-SHA384
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 29
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | AES256-GCM-SHA384
|-
! scope=row | 0x00,0x3C
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 30
-| 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
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 30
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | AES128-SHA256
|-
! scope=row | 0x00,0x3D
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 31
-| 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
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 31
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #fc6; font-weight: bold;" | AES256-SHA256
|-
! scope=row | 0x00,0x2F
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 32
-| 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
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 32
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | AES128-SHA
|-
! scope=row | 0x00,0x35
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 33
-| 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
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 33
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1
+| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #fc6; font-weight: bold;" | AES256-SHA
|-
! scope=row | 0xC0,0xAF
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 34
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-AES256-CCM8
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 34
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CCM_8
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-CCM8
|-
! scope=row | 0xC0,0xAD
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 35
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-AES256-CCM
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 35
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CCM
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-CCM
|-
! scope=row | 0xC0,0xA3
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 36
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_AES_256_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-AES256-CCM8
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 36
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CCM_8
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CCM_8
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-CCM8
|-
! scope=row | 0xC0,0x9F
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 37
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_AES_256_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-AES256-CCM
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 37
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CCM
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CCM
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-CCM
|-
! scope=row | 0xC0,0xAE
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 38
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-AES128-CCM8
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 38
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CCM_8
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-CCM8
|-
! scope=row | 0xC0,0xAC
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 39
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-AES128-CCM
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 39
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CCM
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-CCM
|-
! scope=row | 0xC0,0xA2
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 40
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_AES_128_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-AES128-CCM8
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 40
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CCM_8
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CCM_8
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-CCM8
|-
! scope=row | 0xC0,0x9E
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 41
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_AES_128_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-AES128-CCM
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 41
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CCM
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CCM
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-CCM
|-
! scope=row | 0x00,0x6A
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 42
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-AES256-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 42
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x32
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 43
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-AES128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 43
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES128-SHA
|-
! scope=row | 0xC0,0xA1
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 44
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_AES_256_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_AES_256_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | AES256-CCM8
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 44
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CCM_8
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CCM_8
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | AES256-CCM8
|-
! scope=row | 0xC0,0x9D
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 45
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_AES_256_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_AES_256_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | AES256-CCM
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 45
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CCM
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CCM
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | AES256-CCM
|-
! scope=row | 0xC0,0xA0
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 46
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_AES_128_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_AES_128_CCM_8
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | AES128-CCM8
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 46
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CCM_8
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CCM_8
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | AES128-CCM8
|-
! scope=row | 0xC0,0x9C
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 47
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_AES_128_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_AES_128_CCM
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | AES128-CCM
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 47
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CCM
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CCM
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | AES128-CCM
|-
! scope=row | 0xCC,0xAA
-| style="background-color: #DBC158; font-weight: bold; text-align: center;" | 48
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_CHACHA20_POLY1305
-| style="background-color: #DBC158; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #DBC158; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 48
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_CHACHA20_POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305
|-
! scope=row | 0xC0,0x5D
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 49
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-ARIA256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 49
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x61
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 50
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ARIA256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 50
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x57
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 51
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-ARIA256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 51
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x53
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 52
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-ARIA256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 52
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x5C
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 53
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-ARIA128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 53
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x60
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 54
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ARIA128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 54
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x56
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 55
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-ARIA128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 55
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x52
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 56
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-ARIA128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 56
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x73
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 57
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-CAMELLIA256-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 57
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x77
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 58
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-RSA-CAMELLIA256-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 58
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-CAMELLIA256-SHA384
|-
! scope=row | 0x00,0xC4
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 59
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 59
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xC3
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 60
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 60
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA256
|-
! scope=row | 0xC0,0x72
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 61
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-ECDSA-CAMELLIA128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 61
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x76
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 62
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ECDHE-RSA-CAMELLIA128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 62
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xBE
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 63
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 63
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xBD
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 64
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 64
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0x88
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 65
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 65
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x87
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 66
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 66
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x45
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 67
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 67
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x44
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 68
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 68
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA
|-
! scope=row | 0xC0,0x51
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 69
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ARIA256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 69
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_ARIA_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x50
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 70
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | ARIA128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 70
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_ARIA_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | ARIA128-GCM-SHA256
|-
! scope=row | 0x00,0xC0
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 71
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | CAMELLIA256-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 71
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xBA
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 72
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | CAMELLIA128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 72
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | CAMELLIA128-SHA256
|-
! scope=row | 0x00,0x84
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 73
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | CAMELLIA256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 73
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | CAMELLIA256-SHA
|-
! scope=row | 0x00,0x41
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 74
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA1
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | CAMELLIA128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 74
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | CAMELLIA128-SHA
|-
! scope=row | 0x00,0x9A
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 75
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_RSA_WITH_SEED_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-RSA-SEED-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 75
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_SEED_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-SEED-SHA
|-
! scope=row | 0x00,0x99
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 76
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_DHE_DSS_WITH_SEED_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | DHE-DSS-SEED-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 76
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_SEED_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-SEED-SHA
|-
! scope=row | 0x00,0x96
-| style="background-color: #CCCCCC; font-weight: bold; text-align: center;" | 77
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_SEED_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" |
-| style="background-color: #CCCCCC; font-weight: bold;" | TLS_RSA_WITH_SEED_CBC_SHA
-| style="background-color: #CCCCCC; font-weight: bold;" | SEED-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 77
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_SEED_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" |
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_SEED_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | SEED-SHA
|-
! scope=row | 0x00,0x00
| style="background-color: white;" data-sort-value="1000" |
From 4b9de244127a9b73341849bce6c1aea99a219336 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 13:49:24 +0100
Subject: [PATCH 07/17] Fix Server_Side_TLS source highlighting error with pre
---
Server_Side_TLS.mediawiki | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Server_Side_TLS.mediawiki b/Server_Side_TLS.mediawiki
index 727ce93..d722d5b 100644
--- a/Server_Side_TLS.mediawiki
+++ b/Server_Side_TLS.mediawiki
@@ -90,11 +90,11 @@ For services with clients that support TLS 1.3 and don't need backward compatibi
* Cipher preference: '''client chooses'''
-
+
0x13,0x01 - TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD
0x13,0x02 - TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD
0x13,0x03 - TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any Enc=CHACHA20/POLY1305(256) Mac=AEAD
-
+
* Rationale:
** All cipher suites are [https://en.wikipedia.org/wiki/Forward_secrecy forward secret] and [https://en.wikipedia.org/wiki/Authenticated_encryption authenticated]
@@ -115,7 +115,7 @@ For services with clients that support TLS 1.3 and don't need backward compatibi
* Cipher preference: '''client chooses'''
-
+
0x13,0x01 - TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD
0x13,0x02 - TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD
0x13,0x03 - TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any Enc=CHACHA20/POLY1305(256) Mac=AEAD
@@ -128,7 +128,7 @@ For services with clients that support TLS 1.3 and don't need backward compatibi
0x00,0x9E - DHE-RSA-AES128-GCM-SHA256 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(128) Mac=AEAD
0x00,0x9F - DHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=DH Au=RSA Enc=AESGCM(256) Mac=AEAD
0xCC,0xAA - DHE-RSA-CHACHA20-POLY1305 TLSv1.2 Kx=DH Au=RSA Enc=CHACHA20/POLY1305(256) Mac=AEAD
-
+
* Rationale:
** All cipher suites are [https://en.wikipedia.org/wiki/Forward_secrecy forward secret] and [https://en.wikipedia.org/wiki/Authenticated_encryption authenticated]
@@ -156,7 +156,7 @@ This configuration is compatible with a number of very old clients, and should b
* Cipher preference: '''server chooses'''
-
+
0x13,0x01 - TLS_AES_128_GCM_SHA256 TLSv1.3 Kx=any Au=any Enc=AESGCM(128) Mac=AEAD
0x13,0x02 - TLS_AES_256_GCM_SHA384 TLSv1.3 Kx=any Au=any Enc=AESGCM(256) Mac=AEAD
0x13,0x03 - TLS_CHACHA20_POLY1305_SHA256 TLSv1.3 Kx=any Au=any Enc=CHACHA20/POLY1305(256) Mac=AEAD
@@ -186,7 +186,7 @@ This configuration is compatible with a number of very old clients, and should b
0x00,0x2F - AES128-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA1
0x00,0x35 - AES256-SHA SSLv3 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA1
0x00,0x0A - DES-CBC3-SHA SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA1
-
+
* Rationale:
** Take a hard look at your infrastructure needs before using this configuration; it is intended for special use cases only
From 8329bd6e303a1bf284f991ab318817ca6abda9c5 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 20:55:52 +0100
Subject: [PATCH 08/17] Default Cipher_Suites background
---
Cipher_Suites.mediawiki | 2702 +++++++++++++++++++--------------------
1 file changed, 1351 insertions(+), 1351 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 55bc74f..355c3aa 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -4,7 +4,7 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
-{| class="wikitable sortable"
+{| class="wikitable sortable" style="background-color:#fff;"
|-
! scope="col" | Hex
! scope="col" | Priority
@@ -553,1894 +553,1894 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #ccc; font-weight: bold;" | SEED-SHA
|-
! 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;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_NULL_WITH_NULL_NULL
+| style="" |
+| style="" | TLS_NULL_WITH_NULL_NULL
+| style="" |
|-
! 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;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_NULL_MD5
+| style="" | TLS_RSA_NULL_MD5
+| style="" | TLS_RSA_WITH_NULL_MD5
+| style="" |
|-
! scope=row | 0x00,0x02
-| style="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;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_NULL_SHA
+| style="" | TLS_RSA_NULL_SHA1
+| style="" | TLS_RSA_WITH_NULL_SHA
+| style="" |
|-
! scope=row | 0x00,0x03
-| style="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;" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
+| style="" |
+| style="" | TLS_RSA_EXPORT_WITH_RC4_40_MD5
+| style="" |
|-
! scope=row | 0x00,0x04
-| style="background-color: white;" data-sort-value="1000" |
-| 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_WITH_RC4_128_MD5
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_RC4_128_MD5
+| style="" | TLS_RSA_ARCFOUR_128_MD5
+| style="" | TLS_RSA_WITH_RC4_128_MD5
+| style="" |
|-
! scope=row | 0x00,0x05
-| style="background-color: white;" data-sort-value="1000" |
-| 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_WITH_RC4_128_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_RC4_128_SHA
+| style="" | TLS_RSA_ARCFOUR_128_SHA1
+| style="" | TLS_RSA_WITH_RC4_128_SHA
+| style="" |
|-
! scope=row | 0x00,0x06
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
+| style="" |
+| style="" | TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5
+| style="" |
|-
! scope=row | 0x00,0x07
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_WITH_IDEA_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_RSA_WITH_IDEA_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_IDEA_CBC_SHA
+| style="" |
+| style="" | TLS_RSA_WITH_IDEA_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x08
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
+| style="" | TLS_RSA_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x09
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_RSA_WITH_DES_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_DES_CBC_SHA
+| style="" |
+| style="" | TLS_RSA_WITH_DES_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x0A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | TLS_RSA_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_RSA_3DES_EDE_CBC_SHA1
+| style="" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" |
|-
! 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;" |
-| style="background-color: white;" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x0C
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_DES_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_DES_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_WITH_DES_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x0D
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x0E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x0F
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_DES_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_DES_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_WITH_DES_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x10
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x11
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
+| style="" | TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x12
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_DSS_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DHE_DSS_WITH_DES_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_DES_CBC_SHA
+| style="" |
+| style="" | TLS_DHE_DSS_WITH_DES_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x13
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_DHE_DSS_3DES_EDE_CBC_SHA1
+| style="" | TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x14
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
+| style="" | TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x15
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_RSA_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DHE_RSA_WITH_DES_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_DES_CBC_SHA
+| style="" |
+| style="" | TLS_DHE_RSA_WITH_DES_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x16
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_DHE_RSA_3DES_EDE_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x17
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
+| style="" |
+| style="" | TLS_DH_anon_EXPORT_WITH_RC4_40_MD5
+| style="" |
|-
! scope=row | 0x00,0x18
-| style="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_ARCFOUR_128_MD5
-| style="background-color: white;" | TLS_DH_anon_WITH_RC4_128_MD5
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_RC4_128_MD5
+| style="" | TLS_DH_ANON_ARCFOUR_128_MD5
+| style="" | TLS_DH_anon_WITH_RC4_128_MD5
+| style="" |
|-
! scope=row | 0x00,0x19
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
+| style="" | TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x1A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_anon_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_anon_WITH_DES_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_DES_CBC_SHA
+| style="" |
+| style="" | TLS_DH_anon_WITH_DES_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x1B
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_DH_ANON_3DES_EDE_CBC_SHA1
+| style="" | TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
+| style="" |
|-
! scope=row | 0x00,0x1E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_KRB5_WITH_DES_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_DES_CBC_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_3DES_EDE_CBC_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_RC4_128_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_IDEA_CBC_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_DES_CBC_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_3DES_EDE_CBC_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_RC4_128_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_WITH_IDEA_CBC_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_EXPORT_WITH_RC4_40_SHA
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_KRB5_EXPORT_WITH_RC4_40_MD5
+| style="" |
+| style="" |
+| style="" |
|-
! 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_NULL_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_NULL_SHA
+| style="" | TLS_PSK_NULL_SHA1
+| style="" |
+| style="" | PSK-NULL-SHA
|-
! scope=row | 0x00,0x2D
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA
-| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_NULL_SHA
+| style="" | TLS_DHE_PSK_NULL_SHA1
+| style="" |
+| style="" | DHE-PSK-NULL-SHA
|-
! scope=row | 0x00,0x2E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA
-| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_NULL_SHA
+| style="" | TLS_RSA_PSK_NULL_SHA1
+| style="" |
+| style="" | RSA-PSK-NULL-SHA
|-
! scope=row | 0x00,0x30
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | DH-DSS-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_WITH_AES_128_CBC_SHA
+| style="" | DH-DSS-AES128-SHA
|-
! scope=row | 0x00,0x31
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | DH-RSA-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_WITH_AES_128_CBC_SHA
+| style="" | DH-RSA-AES128-SHA
|-
! scope=row | 0x00,0x34
-| style="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_AES_128_CBC_SHA1
-| style="background-color: white;" | TLS_DH_anon_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | ADH-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_AES_128_CBC_SHA
+| style="" | TLS_DH_ANON_AES_128_CBC_SHA1
+| style="" | TLS_DH_anon_WITH_AES_128_CBC_SHA
+| style="" | ADH-AES128-SHA
|-
! scope=row | 0x00,0x36
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | DH-DSS-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_WITH_AES_256_CBC_SHA
+| style="" | DH-DSS-AES256-SHA
|-
! scope=row | 0x00,0x37
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | DH-RSA-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_WITH_AES_256_CBC_SHA
+| style="" | DH-RSA-AES256-SHA
|-
! scope=row | 0x00,0x3A
-| style="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_AES_256_CBC_SHA1
-| style="background-color: white;" | TLS_DH_anon_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | ADH-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_AES_256_CBC_SHA
+| style="" | TLS_DH_ANON_AES_256_CBC_SHA1
+| style="" | TLS_DH_anon_WITH_AES_256_CBC_SHA
+| style="" | ADH-AES256-SHA
|-
! scope=row | 0x00,0x3B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA256
-| style="background-color: white;" | TLS_RSA_NULL_SHA256
-| style="background-color: white;" | TLS_RSA_WITH_NULL_SHA256
-| style="background-color: white;" | NULL-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_NULL_SHA256
+| style="" | TLS_RSA_NULL_SHA256
+| style="" | TLS_RSA_WITH_NULL_SHA256
+| style="" | NULL-SHA256
|-
! scope=row | 0x00,0x3E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-AES128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_AES_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x3F
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-AES128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_AES_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x42
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: white;" | DH-DSS-CAMELLIA128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA
+| style="" | DH-DSS-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x43
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: white;" | DH-RSA-CAMELLIA128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="" | DH-RSA-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x46
-| style="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_CAMELLIA_128_CBC_SHA1
-| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: white;" | ADH-CAMELLIA128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
+| style="" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA1
+| style="" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA
+| style="" | ADH-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x68
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_256_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-AES256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_AES_256_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x69
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-AES256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_AES_256_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x6C
-| style="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_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-AES128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_AES_128_CBC_SHA256
+| style="" | TLS_DH_ANON_AES_128_CBC_SHA256
+| style="" |
+| style="" | ADH-AES128-SHA256
|-
! scope=row | 0x00,0x6D
-| style="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_AES_256_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-AES256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_AES_256_CBC_SHA256
+| style="" | TLS_DH_ANON_AES_256_CBC_SHA256
+| style="" |
+| style="" | ADH-AES256-SHA256
|-
! scope=row | 0x00,0x85
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: white;" | DH-DSS-CAMELLIA256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
+| style="" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA
+| style="" | DH-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x86
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: white;" | DH-RSA-CAMELLIA256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="" | DH-RSA-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x89
-| style="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_CAMELLIA_256_CBC_SHA1
-| style="background-color: white;" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: white;" | ADH-CAMELLIA256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA
+| style="" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA1
+| style="" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA
+| style="" | ADH-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x8A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_RC4_128_SHA
-| style="background-color: white;" | TLS_PSK_ARCFOUR_128_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_RC4_128_SHA
+| style="" | TLS_PSK_ARCFOUR_128_SHA1
+| style="" |
+| style="" | PSK-RC4-SHA
|-
! scope=row | 0x00,0x8B
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_PSK_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | PSK-3DES-EDE-CBC-SHA
|-
! scope=row | 0x00,0x8C
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_128_CBC_SHA
+| style="" | TLS_PSK_AES_128_CBC_SHA1
+| style="" |
+| style="" | PSK-AES128-CBC-SHA
|-
! scope=row | 0x00,0x8D
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_256_CBC_SHA
+| style="" | TLS_PSK_AES_256_CBC_SHA1
+| style="" |
+| style="" | PSK-AES256-CBC-SHA
|-
! scope=row | 0x00,0x8E
-| style="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_ARCFOUR_128_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_RC4_128_SHA
+| style="" | TLS_DHE_PSK_ARCFOUR_128_SHA1
+| style="" |
+| style="" | DHE-PSK-RC4-SHA
|-
! scope=row | 0x00,0x8F
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_DHE_PSK_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | DHE-PSK-3DES-EDE-CBC-SHA
|-
! scope=row | 0x00,0x90
-| style="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_AES_128_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-AES128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA
+| style="" | TLS_DHE_PSK_AES_128_CBC_SHA1
+| style="" |
+| style="" | DHE-PSK-AES128-CBC-SHA
|-
! scope=row | 0x00,0x91
-| style="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_AES_256_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-AES256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA
+| style="" | TLS_DHE_PSK_AES_256_CBC_SHA1
+| style="" |
+| style="" | DHE-PSK-AES256-CBC-SHA
|-
! scope=row | 0x00,0x92
-| style="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_ARCFOUR_128_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_RC4_128_SHA
+| style="" | TLS_RSA_PSK_ARCFOUR_128_SHA1
+| style="" |
+| style="" | RSA-PSK-RC4-SHA
|-
! scope=row | 0x00,0x93
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_RSA_PSK_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | RSA-PSK-3DES-EDE-CBC-SHA
|-
! scope=row | 0x00,0x94
-| style="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_AES_128_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-AES128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA
+| style="" | TLS_RSA_PSK_AES_128_CBC_SHA1
+| style="" |
+| style="" | RSA-PSK-AES128-CBC-SHA
|-
! scope=row | 0x00,0x95
-| style="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_AES_256_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-AES256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA
+| style="" | TLS_RSA_PSK_AES_256_CBC_SHA1
+| style="" |
+| style="" | RSA-PSK-AES256-CBC-SHA
|-
! scope=row | 0x00,0x97
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_SEED_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-SEED-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_SEED_CBC_SHA
+| style="" |
+| style="" |
+| style="" | DH-DSS-SEED-SHA
|-
! scope=row | 0x00,0x98
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_SEED_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-SEED-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_SEED_CBC_SHA
+| style="" |
+| style="" |
+| style="" | DH-RSA-SEED-SHA
|-
! scope=row | 0x00,0x9B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_anon_WITH_SEED_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-SEED-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_SEED_CBC_SHA
+| style="" |
+| style="" |
+| style="" | ADH-SEED-SHA
|-
! scope=row | 0x00,0xA0
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_AES_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DH-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA1
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_AES_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DH-RSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA4
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_AES_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DH-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA5
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_AES_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DH-DSS-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA6
-| style="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_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_AES_128_GCM_SHA256
+| style="" | TLS_DH_ANON_AES_128_GCM_SHA256
+| style="" |
+| style="" | ADH-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA7
-| style="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_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_AES_256_GCM_SHA384
+| style="" | TLS_DH_ANON_AES_256_GCM_SHA384
+| style="" |
+| style="" | ADH-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xA8
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_128_GCM_SHA256
+| style="" | TLS_PSK_AES_128_GCM_SHA256
+| style="" |
+| style="" | PSK-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA9
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_256_GCM_SHA384
+| style="" | TLS_PSK_AES_256_GCM_SHA384
+| style="" |
+| style="" | PSK-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xAA
-| style="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_AES_128_GCM_SHA256
-| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" | DHE-PSK-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
+| style="" | TLS_DHE_PSK_AES_128_GCM_SHA256
+| style="" | TLS_DHE_PSK_WITH_AES_128_GCM_SHA256
+| style="" | DHE-PSK-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xAB
-| style="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_AES_256_GCM_SHA384
-| style="background-color: white;" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" | DHE-PSK-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
+| style="" | TLS_DHE_PSK_AES_256_GCM_SHA384
+| style="" | TLS_DHE_PSK_WITH_AES_256_GCM_SHA384
+| style="" | DHE-PSK-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xAC
-| style="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_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_AES_128_GCM_SHA256
+| style="" | TLS_RSA_PSK_AES_128_GCM_SHA256
+| style="" |
+| style="" | RSA-PSK-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xAD
-| style="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_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_AES_256_GCM_SHA384
+| style="" | TLS_RSA_PSK_AES_256_GCM_SHA384
+| style="" |
+| style="" | RSA-PSK-AES256-GCM-SHA384
|-
! scope=row | 0x00,0xAE
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES128-CBC-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_128_CBC_SHA256
+| style="" | TLS_PSK_AES_128_CBC_SHA256
+| style="" |
+| style="" | PSK-AES128-CBC-SHA256
|-
! scope=row | 0x00,0xAF
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES256-CBC-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_256_CBC_SHA384
+| style="" | TLS_PSK_AES_256_CBC_SHA384
+| style="" |
+| style="" | PSK-AES256-CBC-SHA384
|-
! scope=row | 0x00,0xB0
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA256
-| style="background-color: white;" | TLS_PSK_NULL_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-NULL-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_NULL_SHA256
+| style="" | TLS_PSK_NULL_SHA256
+| style="" |
+| style="" | PSK-NULL-SHA256
|-
! scope=row | 0x00,0xB1
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_NULL_SHA384
-| style="background-color: white;" | TLS_PSK_NULL_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-NULL-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_NULL_SHA384
+| style="" | TLS_PSK_NULL_SHA384
+| style="" |
+| style="" | PSK-NULL-SHA384
|-
! scope=row | 0x00,0xB2
-| style="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_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-AES128-CBC-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_128_CBC_SHA256
+| style="" | TLS_DHE_PSK_AES_128_CBC_SHA256
+| style="" |
+| style="" | DHE-PSK-AES128-CBC-SHA256
|-
! scope=row | 0x00,0xB3
-| style="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_AES_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-AES256-CBC-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_256_CBC_SHA384
+| style="" | TLS_DHE_PSK_AES_256_CBC_SHA384
+| style="" |
+| style="" | DHE-PSK-AES256-CBC-SHA384
|-
! scope=row | 0x00,0xB4
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA256
-| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-NULL-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_NULL_SHA256
+| style="" | TLS_DHE_PSK_NULL_SHA256
+| style="" |
+| style="" | DHE-PSK-NULL-SHA256
|-
! scope=row | 0x00,0xB5
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_PSK_WITH_NULL_SHA384
-| style="background-color: white;" | TLS_DHE_PSK_NULL_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-NULL-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_NULL_SHA384
+| style="" | TLS_DHE_PSK_NULL_SHA384
+| style="" |
+| style="" | DHE-PSK-NULL-SHA384
|-
! scope=row | 0x00,0xB6
-| style="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_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-AES128-CBC-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_AES_128_CBC_SHA256
+| style="" | TLS_RSA_PSK_AES_128_CBC_SHA256
+| style="" |
+| style="" | RSA-PSK-AES128-CBC-SHA256
|-
! scope=row | 0x00,0xB7
-| style="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_AES_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-AES256-CBC-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_AES_256_CBC_SHA384
+| style="" | TLS_RSA_PSK_AES_256_CBC_SHA384
+| style="" |
+| style="" | RSA-PSK-AES256-CBC-SHA384
|-
! scope=row | 0x00,0xB8
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA256
-| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-NULL-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_NULL_SHA256
+| style="" | TLS_RSA_PSK_NULL_SHA256
+| style="" |
+| style="" | RSA-PSK-NULL-SHA256
|-
! scope=row | 0x00,0xB9
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_PSK_WITH_NULL_SHA384
-| style="background-color: white;" | TLS_RSA_PSK_NULL_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-NULL-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_NULL_SHA384
+| style="" | TLS_RSA_PSK_NULL_SHA384
+| style="" |
+| style="" | RSA-PSK-NULL-SHA384
|-
! scope=row | 0x00,0xBB
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-DSS-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xBC
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-RSA-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xBF
-| style="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_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_DH_ANON_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | ADH-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xC1
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-CAMELLIA256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-DSS-CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xC2
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-CAMELLIA256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | DH-RSA-CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xC5
-| style="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_CAMELLIA_256_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-CAMELLIA256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256
+| style="" | TLS_DH_ANON_CAMELLIA_256_CBC_SHA256
+| style="" |
+| style="" | ADH-CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xFF
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV
+| style="" |
+| style="" | TLS_EMPTY_RENEGOTIATION_INFO_SCSV
+| style="" |
|-
! scope=row | 0x13,0x00
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | Unassigned
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | Unassigned
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0x13,0x04
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_AES_128_CCM_SHA256
-| style="background-color: white;" | TLS_AES_128_CCM_SHA256
-| style="background-color: white;" | TLS_AES_128_CCM_SHA256
-| style="background-color: white;" | TLS_AES_128_CCM_SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_AES_128_CCM_SHA256
+| style="" | TLS_AES_128_CCM_SHA256
+| style="" | TLS_AES_128_CCM_SHA256
+| style="" | TLS_AES_128_CCM_SHA256
|-
! scope=row | 0x13,0x05
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
-| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
-| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
-| style="background-color: white;" | TLS_AES_128_CCM_8_SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_AES_128_CCM_8_SHA256
+| style="" | TLS_AES_128_CCM_8_SHA256
+| style="" | TLS_AES_128_CCM_8_SHA256
+| style="" | TLS_AES_128_CCM_8_SHA256
|-
! scope=row | 0x56,0x00
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_FALLBACK_SCSV
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_FALLBACK_SCSV
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_FALLBACK_SCSV
+| style="" |
+| style="" | TLS_FALLBACK_SCSV
+| style="" |
|-
! 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;" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_NULL_SHA
-| style="background-color: white;" | ECDH-ECDSA-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_NULL_SHA
+| style="" |
+| style="" | TLS_ECDH_ECDSA_WITH_NULL_SHA
+| style="" | ECDH-ECDSA-NULL-SHA
|-
! scope=row | 0xC0,0x02
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA
-| style="background-color: white;" | ECDH-ECDSA-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA
+| style="" |
+| style="" | TLS_ECDH_ECDSA_WITH_RC4_128_SHA
+| style="" | ECDH-ECDSA-RC4-SHA
|-
! scope=row | 0xC0,0x03
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | ECDH-ECDSA-DES-CBC3-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
+| style="" |
+| style="" | TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
+| style="" | ECDH-ECDSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x04
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | ECDH-ECDSA-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
+| style="" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
+| style="" | ECDH-ECDSA-AES128-SHA
|-
! scope=row | 0xC0,0x05
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | ECDH-ECDSA-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
+| style="" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
+| style="" | ECDH-ECDSA-AES256-SHA
|-
! scope=row | 0xC0,0x06
-| style="background-color: white;" data-sort-value="1000" |
-| 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_WITH_NULL_SHA
-| style="background-color: white;" | ECDHE-ECDSA-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_NULL_SHA
+| style="" | TLS_ECDHE_ECDSA_NULL_SHA1
+| style="" | TLS_ECDHE_ECDSA_WITH_NULL_SHA
+| style="" | ECDHE-ECDSA-NULL-SHA
|-
! scope=row | 0xC0,0x07
-| style="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_ARCFOUR_128_SHA1
-| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
-| style="background-color: white;" | ECDHE-ECDSA-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
+| style="" | TLS_ECDHE_ECDSA_ARCFOUR_128_SHA1
+| style="" | TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
+| style="" | ECDHE-ECDSA-RC4-SHA
|-
! scope=row | 0xC0,0x08
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | ECDHE-ECDSA-DES-CBC3-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_ECDHE_ECDSA_3DES_EDE_CBC_SHA1
+| style="" | TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
+| style="" | ECDHE-ECDSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x0B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_NULL_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_NULL_SHA
-| style="background-color: white;" | ECDH-RSA-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_NULL_SHA
+| style="" |
+| style="" | TLS_ECDH_RSA_WITH_NULL_SHA
+| style="" | ECDH-RSA-NULL-SHA
|-
! scope=row | 0xC0,0x0C
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_RC4_128_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_RC4_128_SHA
-| style="background-color: white;" | ECDH-RSA-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_RC4_128_SHA
+| style="" |
+| style="" | TLS_ECDH_RSA_WITH_RC4_128_SHA
+| style="" | ECDH-RSA-RC4-SHA
|-
! scope=row | 0xC0,0x0D
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | ECDH-RSA-DES-CBC3-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" |
+| style="" | TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" | ECDH-RSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x0E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | ECDH-RSA-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
+| style="" |
+| style="" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
+| style="" | ECDH-RSA-AES128-SHA
|-
! scope=row | 0xC0,0x0F
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | ECDH-RSA-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
+| style="" |
+| style="" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
+| style="" | ECDH-RSA-AES256-SHA
|-
! scope=row | 0xC0,0x10
-| style="background-color: white;" data-sort-value="1000" |
-| 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_WITH_NULL_SHA
-| style="background-color: white;" | ECDHE-RSA-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_NULL_SHA
+| style="" | TLS_ECDHE_RSA_NULL_SHA1
+| style="" | TLS_ECDHE_RSA_WITH_NULL_SHA
+| style="" | ECDHE-RSA-NULL-SHA
|-
! scope=row | 0xC0,0x11
-| style="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_ARCFOUR_128_SHA1
-| style="background-color: white;" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
-| style="background-color: white;" | ECDHE-RSA-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
+| style="" | TLS_ECDHE_RSA_ARCFOUR_128_SHA1
+| style="" | TLS_ECDHE_RSA_WITH_RC4_128_SHA
+| style="" | ECDHE-RSA-RC4-SHA
|-
! scope=row | 0xC0,0x12
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | ECDHE-RSA-DES-CBC3-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_ECDHE_RSA_3DES_EDE_CBC_SHA1
+| style="" | TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" | ECDHE-RSA-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x15
-| style="background-color: white;" data-sort-value="1000" |
-| 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_WITH_NULL_SHA
-| style="background-color: white;" | AECDH-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_anon_WITH_NULL_SHA
+| style="" | TLS_ECDH_ANON_NULL_SHA1
+| style="" | TLS_ECDH_anon_WITH_NULL_SHA
+| style="" | AECDH-NULL-SHA
|-
! scope=row | 0xC0,0x16
-| style="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_ARCFOUR_128_SHA1
-| style="background-color: white;" | TLS_ECDH_anon_WITH_RC4_128_SHA
-| style="background-color: white;" | AECDH-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_anon_WITH_RC4_128_SHA
+| style="" | TLS_ECDH_ANON_ARCFOUR_128_SHA1
+| style="" | TLS_ECDH_anon_WITH_RC4_128_SHA
+| style="" | AECDH-RC4-SHA
|-
! scope=row | 0xC0,0x17
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | AECDH-DES-CBC3-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_ECDH_ANON_3DES_EDE_CBC_SHA1
+| style="" | TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
+| style="" | AECDH-DES-CBC3-SHA
|-
! scope=row | 0xC0,0x18
-| style="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_AES_128_CBC_SHA1
-| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | AECDH-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA
+| style="" | TLS_ECDH_ANON_AES_128_CBC_SHA1
+| style="" | TLS_ECDH_anon_WITH_AES_128_CBC_SHA
+| style="" | AECDH-AES128-SHA
|-
! scope=row | 0xC0,0x19
-| style="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_AES_256_CBC_SHA1
-| style="background-color: white;" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | AECDH-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
+| style="" | TLS_ECDH_ANON_AES_256_CBC_SHA1
+| style="" | TLS_ECDH_anon_WITH_AES_256_CBC_SHA
+| style="" | AECDH-AES256-SHA
|-
! scope=row | 0xC0,0x1A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_3DES_EDE_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_SRP_SHA_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | SRP-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-RSA-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | SRP-RSA-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1C
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-DSS-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | SRP-DSS-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x1D
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_AES_128_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-AES-128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_WITH_AES_128_CBC_SHA
+| style="" | TLS_SRP_SHA_AES_128_CBC_SHA1
+| style="" |
+| style="" | SRP-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x1E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_RSA_AES_128_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-RSA-AES-128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA
+| style="" | TLS_SRP_SHA_RSA_AES_128_CBC_SHA1
+| style="" |
+| style="" | SRP-RSA-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x1F
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_DSS_AES_128_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-DSS-AES-128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA
+| style="" | TLS_SRP_SHA_DSS_AES_128_CBC_SHA1
+| style="" |
+| style="" | SRP-DSS-AES-128-CBC-SHA
|-
! scope=row | 0xC0,0x20
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_AES_256_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-AES-256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_WITH_AES_256_CBC_SHA
+| style="" | TLS_SRP_SHA_AES_256_CBC_SHA1
+| style="" |
+| style="" | SRP-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x21
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_RSA_AES_256_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-RSA-AES-256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA
+| style="" | TLS_SRP_SHA_RSA_AES_256_CBC_SHA1
+| style="" |
+| style="" | SRP-RSA-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x22
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: white;" | TLS_SRP_SHA_DSS_AES_256_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | SRP-DSS-AES-256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA
+| style="" | TLS_SRP_SHA_DSS_AES_256_CBC_SHA1
+| style="" |
+| style="" | SRP-DSS-AES-256-CBC-SHA
|-
! scope=row | 0xC0,0x25
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-AES128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-AES128-SHA256
|-
! scope=row | 0xC0,0x26
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-AES256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-AES256-SHA384
|-
! scope=row | 0xC0,0x29
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-RSA-AES128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | ECDH-RSA-AES128-SHA256
|-
! scope=row | 0xC0,0x2A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-RSA-AES256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-RSA-AES256-SHA384
|-
! scope=row | 0xC0,0x2D
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" | ECDH-ECDSA-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
+| style="" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
+| style="" | ECDH-ECDSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x2E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x31
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" | ECDH-RSA-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
+| style="" |
+| style="" | TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
+| style="" | ECDH-RSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x32
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-RSA-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-RSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x33
-| style="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_ARCFOUR_128_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-RC4-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_RC4_128_SHA
+| style="" | TLS_ECDHE_PSK_ARCFOUR_128_SHA1
+| style="" |
+| style="" | ECDHE-PSK-RC4-SHA
|-
! scope=row | 0xC0,0x34
-| style="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_3DES_EDE_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-3DES-EDE-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA
+| style="" | TLS_ECDHE_PSK_3DES_EDE_CBC_SHA1
+| style="" |
+| style="" | ECDHE-PSK-3DES-EDE-CBC-SHA
|-
! scope=row | 0xC0,0x35
-| style="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_AES_128_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-AES128-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA
+| style="" | TLS_ECDHE_PSK_AES_128_CBC_SHA1
+| style="" |
+| style="" | ECDHE-PSK-AES128-CBC-SHA
|-
! scope=row | 0xC0,0x36
-| style="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_AES_256_CBC_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-AES256-CBC-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA
+| style="" | TLS_ECDHE_PSK_AES_256_CBC_SHA1
+| style="" |
+| style="" | ECDHE-PSK-AES256-CBC-SHA
|-
! scope=row | 0xC0,0x37
-| style="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_AES_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-AES128-CBC-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256
+| style="" | TLS_ECDHE_PSK_AES_128_CBC_SHA256
+| style="" |
+| style="" | ECDHE-PSK-AES128-CBC-SHA256
|-
! scope=row | 0xC0,0x38
-| style="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_AES_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-AES256-CBC-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384
+| style="" | TLS_ECDHE_PSK_AES_256_CBC_SHA384
+| style="" |
+| style="" | ECDHE-PSK-AES256-CBC-SHA384
|-
! scope=row | 0xC0,0x39
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA
-| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA1
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-NULL-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_NULL_SHA
+| style="" | TLS_ECDHE_PSK_NULL_SHA1
+| style="" |
+| style="" | ECDHE-PSK-NULL-SHA
|-
! scope=row | 0xC0,0x3A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA256
-| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-NULL-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_NULL_SHA256
+| style="" | TLS_ECDHE_PSK_NULL_SHA256
+| style="" |
+| style="" | ECDHE-PSK-NULL-SHA256
|-
! scope=row | 0xC0,0x3B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_NULL_SHA384
-| style="background-color: white;" | TLS_ECDHE_PSK_NULL_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-NULL-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_NULL_SHA384
+| style="" | TLS_ECDHE_PSK_NULL_SHA384
+| style="" |
+| style="" | ECDHE-PSK-NULL-SHA384
|-
! scope=row | 0xC0,0x3C
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_WITH_ARIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DH-RSA-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x55
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-RSA-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DH-RSA-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x58
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DH-DSS-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x59
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DH-DSS-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DH-DSS-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x5A
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | ADH-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x5B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ADH-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ADH-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x5E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x5F
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x62
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | ECDH-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x63
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x64
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_ARIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | PSK-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x6B
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | PSK-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x6C
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DHE-PSK-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x6D
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DHE-PSK-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x6E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | RSA-PSK-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x6F
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | RSA-PSK-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x70
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x75
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-ECDSA-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-ECDSA-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x78
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-RSA-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" |
+| style="" | ECDH-RSA-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x79
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" | ECDH-RSA-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" |
+| style="" | ECDH-RSA-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x7A
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_RSA_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x7B
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_RSA_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x7C
-| style="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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_DHE_RSA_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x7D
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_DHE_RSA_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x7E
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_DHE_DSS_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x81
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_DHE_DSS_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x82
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_DH_ANON_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x85
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_DH_ANON_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x86
-| style="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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_ECDHE_ECDSA_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x87
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_ECDHE_ECDSA_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x88
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_ECDHE_RSA_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x8B
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_ECDHE_RSA_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x8C
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! 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;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! 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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_PSK_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x8F
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_PSK_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x90
-| style="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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_DHE_PSK_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x91
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_DHE_PSK_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x92
-| style="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_CAMELLIA_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256
+| style="" | TLS_RSA_PSK_CAMELLIA_128_GCM_SHA256
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x93
-| style="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_CAMELLIA_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384
+| style="" | TLS_RSA_PSK_CAMELLIA_256_GCM_SHA384
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0x94
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_PSK_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | PSK-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x95
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384
+| style="" | TLS_PSK_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" | PSK-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x96
-| style="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_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_DHE_PSK_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | DHE-PSK-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x97
-| style="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_CAMELLIA_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
+| style="" | TLS_DHE_PSK_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" | DHE-PSK-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x98
-| style="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_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_RSA_PSK_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | RSA-PSK-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x99
-| style="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_CAMELLIA_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384
+| style="" | TLS_RSA_PSK_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" | RSA-PSK-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x9A
-| style="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_CAMELLIA_128_CBC_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_ECDHE_PSK_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | ECDHE-PSK-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x9B
-| style="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_CAMELLIA_256_CBC_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | ECDHE-PSK-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384
+| style="" | TLS_ECDHE_PSK_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" | ECDHE-PSK-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0xA4
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_AES_128_CCM
-| style="background-color: white;" | TLS_PSK_AES_128_CCM
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-AES128-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_128_CCM
+| style="" | TLS_PSK_AES_128_CCM
+| style="" |
+| style="" | PSK-AES128-CCM
|-
! scope=row | 0xC0,0xA5
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_AES_256_CCM
-| style="background-color: white;" | TLS_PSK_AES_256_CCM
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-AES256-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_256_CCM
+| style="" | TLS_PSK_AES_256_CCM
+| style="" |
+| style="" | PSK-AES256-CCM
|-
! scope=row | 0xC0,0xA6
-| style="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_AES_128_CCM
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-AES128-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_128_CCM
+| style="" | TLS_DHE_PSK_AES_128_CCM
+| style="" |
+| style="" | DHE-PSK-AES128-CCM
|-
! scope=row | 0xC0,0xA7
-| style="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_AES_256_CCM
-| style="background-color: white;" |
-| style="background-color: white;" | DHE-PSK-AES256-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_AES_256_CCM
+| style="" | TLS_DHE_PSK_AES_256_CCM
+| style="" |
+| style="" | DHE-PSK-AES256-CCM
|-
! scope=row | 0xC0,0xA8
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES128-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_128_CCM_8
+| style="" | TLS_PSK_AES_128_CCM_8
+| style="" |
+| style="" | PSK-AES128-CCM8
|-
! scope=row | 0xC0,0xA9
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | PSK-AES256-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_AES_256_CCM_8
+| style="" | TLS_PSK_AES_256_CCM_8
+| style="" |
+| style="" | PSK-AES256-CCM8
|-
! scope=row | 0xC0,0xAA
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | DHE-PSK-AES128-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_DHE_WITH_AES_128_CCM_8
+| style="" | TLS_DHE_PSK_AES_128_CCM_8
+| style="" |
+| style="" | DHE-PSK-AES128-CCM8
|-
! scope=row | 0xC0,0xAB
-| style="background-color: white;" data-sort-value="1000" |
-| 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;" |
-| style="background-color: white;" | DHE-PSK-AES256-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_DHE_WITH_AES_256_CCM_8
+| style="" | TLS_DHE_PSK_AES_256_CCM_8
+| style="" |
+| style="" | DHE-PSK-AES256-CCM8
|-
! scope=row | 0xC0,0xB0
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECCPWD_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECCPWD_WITH_AES_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0xB1
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECCPWD_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECCPWD_WITH_AES_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0xB2
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECCPWD_WITH_AES_128_CCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECCPWD_WITH_AES_128_CCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0xB3
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECCPWD_WITH_AES_256_CCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECCPWD_WITH_AES_256_CCM_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0xB4
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SHA256_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_SHA256_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC0,0xB5
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_SHA384_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_SHA384_SHA384
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC1,0x00
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_GOSTR341112_256_WITH_KUZNYECHIK_CTR_OMAC
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC1,0x01
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_GOSTR341112_256_WITH_MAGMA_CTR_OMAC
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xC1,0x02
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_GOSTR341112_256_WITH_28147_CNT_IMIT
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_GOSTR341112_256_WITH_28147_CNT_IMIT
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xCC,0xAB
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_PSK_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: white;" | TLS_PSK_CHACHA20_POLY1305
-| style="background-color: white;" |
-| style="background-color: white;" | PSK-CHACHA20-POLY1305
+| style="" data-sort-value="1000" |
+| style="" | TLS_PSK_WITH_CHACHA20_POLY1305_SHA256
+| style="" | TLS_PSK_CHACHA20_POLY1305
+| style="" |
+| style="" | PSK-CHACHA20-POLY1305
|-
! scope=row | 0xCC,0xAC
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: white;" | TLS_ECDHE_PSK_CHACHA20_POLY1305
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: white;" | ECDHE-PSK-CHACHA20-POLY1305
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
+| style="" | TLS_ECDHE_PSK_CHACHA20_POLY1305
+| style="" | TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256
+| style="" | ECDHE-PSK-CHACHA20-POLY1305
|-
! scope=row | 0xCC,0xAD
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: white;" | TLS_DHE_PSK_CHACHA20_POLY1305
-| style="background-color: white;" | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: white;" | DHE-PSK-CHACHA20-POLY1305
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
+| style="" | TLS_DHE_PSK_CHACHA20_POLY1305
+| style="" | TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256
+| style="" | DHE-PSK-CHACHA20-POLY1305
|-
! scope=row | 0xCC,0xAE
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: white;" | TLS_RSA_PSK_CHACHA20_POLY1305
-| style="background-color: white;" |
-| style="background-color: white;" | RSA-PSK-CHACHA20-POLY1305
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256
+| style="" | TLS_RSA_PSK_CHACHA20_POLY1305
+| style="" |
+| style="" | RSA-PSK-CHACHA20-POLY1305
|-
! scope=row | 0xD0,0x00
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | Unassigned
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | Unassigned
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xD0,0x01
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256
+| style="" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256
+| style="" |
|-
! scope=row | 0xD0,0x02
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384
+| style="" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384
+| style="" |
|-
! scope=row | 0xD0,0x03
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xD0,0x04
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | Unassigned
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | Unassigned
+| style="" |
+| style="" |
+| style="" |
|-
! scope=row | 0xD0,0x05
-| style="background-color: white;" data-sort-value="1000" |
-| style="background-color: white;" | TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256
-| style="background-color: white;" |
-| style="background-color: white;" |
-| style="background-color: white;" |
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256
+| style="" |
+| style="" |
+| style="" |
|}
From 9b5ebe9b1dd9fc5e5f921964c10f23929130f2e4 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 21:57:23 +0100
Subject: [PATCH 09/17] Remove legacy Cipher_Suites from 'old'
---
Cipher_Suites.mediawiki | 470 ++++++++++++++++++++--------------------
1 file changed, 235 insertions(+), 235 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 355c3aa..761eb97 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -84,18 +84,18 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA2
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 11
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+| style="" | TLS_DHE_DSS_AES_128_GCM_SHA256
+| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+| style="" | DHE-DSS-AES128-GCM-SHA256
|-
! scope=row | 0x00,0xA3
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 12
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
+| style="" | TLS_DHE_DSS_AES_256_GCM_SHA384
+| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
+| style="" | DHE-DSS-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9F
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 13
@@ -175,11 +175,11 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-SHA
|-
! scope=row | 0x00,0x40
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 24
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+| style="" | TLS_DHE_DSS_AES_128_CBC_SHA256
+| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+| style="" | DHE-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x6B
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 25
@@ -189,11 +189,11 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x38
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 26
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+| style="" | TLS_DHE_DSS_AES_256_CBC_SHA1
+| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+| style="" | DHE-DSS-AES256-SHA
|-
! scope=row | 0x00,0x39
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 27
@@ -245,102 +245,102 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | AES256-SHA
|-
! scope=row | 0xC0,0xAF
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 34
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CCM_8
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
+| style="" | TLS_ECDHE_ECDSA_AES_256_CCM_8
+| style="" |
+| style="" | ECDHE-ECDSA-AES256-CCM8
|-
! scope=row | 0xC0,0xAD
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 35
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CCM
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM
+| style="" | TLS_ECDHE_ECDSA_AES_256_CCM
+| style="" |
+| style="" | ECDHE-ECDSA-AES256-CCM
|-
! scope=row | 0xC0,0xA3
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 36
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CCM_8
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CCM_8
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_256_CCM_8
+| style="" | TLS_DHE_RSA_AES_256_CCM_8
+| style="" |
+| style="" | DHE-RSA-AES256-CCM8
|-
! scope=row | 0xC0,0x9F
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 37
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CCM
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CCM
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_256_CCM
+| style="" | TLS_DHE_RSA_AES_256_CCM
+| style="" |
+| style="" | DHE-RSA-AES256-CCM
|-
! scope=row | 0xC0,0xAE
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 38
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CCM_8
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
+| style="" | TLS_ECDHE_ECDSA_AES_128_CCM_8
+| style="" |
+| style="" | ECDHE-ECDSA-AES128-CCM8
|-
! scope=row | 0xC0,0xAC
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 39
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CCM
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_AES_128_CCM
+| style="" | TLS_ECDHE_ECDSA_AES_128_CCM
+| style="" |
+| style="" | ECDHE-ECDSA-AES128-CCM
|-
! scope=row | 0xC0,0xA2
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 40
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CCM_8
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CCM_8
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_128_CCM_8
+| style="" | TLS_DHE_RSA_AES_128_CCM_8
+| style="" |
+| style="" | DHE-RSA-AES128-CCM8
|-
! scope=row | 0xC0,0x9E
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 41
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CCM
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CCM
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_128_CCM
+| style="" | TLS_DHE_RSA_AES_128_CCM
+| style="" |
+| style="" | DHE-RSA-AES128-CCM
|-
! scope=row | 0x00,0x6A
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 42
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
+| style="" | TLS_DHE_DSS_AES_256_CBC_SHA256
+| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
+| style="" | DHE-DSS-AES256-SHA256
|-
! scope=row | 0x00,0x32
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 43
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_AES_128_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
+| style="" | TLS_DHE_DSS_AES_128_CBC_SHA1
+| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA
+| style="" | DHE-DSS-AES128-SHA
|-
! scope=row | 0xC0,0xA1
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 44
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CCM_8
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CCM_8
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | AES256-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_AES_256_CCM_8
+| style="" | TLS_RSA_AES_256_CCM_8
+| style="" |
+| style="" | AES256-CCM8
|-
! scope=row | 0xC0,0x9D
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 45
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CCM
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CCM
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | AES256-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_AES_256_CCM
+| style="" | TLS_RSA_AES_256_CCM
+| style="" |
+| style="" | AES256-CCM
|-
! scope=row | 0xC0,0xA0
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 46
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CCM_8
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CCM_8
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | AES128-CCM8
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_AES_128_CCM_8
+| style="" | TLS_RSA_AES_128_CCM_8
+| style="" |
+| style="" | AES128-CCM8
|-
! scope=row | 0xC0,0x9C
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 47
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CCM
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CCM
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | AES128-CCM
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_AES_128_CCM
+| style="" | TLS_RSA_AES_128_CCM
+| style="" |
+| style="" | AES128-CCM
|-
! scope=row | 0xCC,0xAA
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 48
@@ -350,207 +350,207 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305
|-
! scope=row | 0xC0,0x5D
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 49
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ECDHE-ECDSA-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x61
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 50
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ECDHE-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x57
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 51
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DHE-DSS-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x53
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 52
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | DHE-RSA-ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x5C
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 53
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | ECDHE-ECDSA-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x60
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 54
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | ECDHE-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x56
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 55
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DHE-DSS-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x52
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 56
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | DHE-RSA-ARIA128-GCM-SHA256
|-
! scope=row | 0xC0,0x73
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 57
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384
+| style="" | TLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" | ECDHE-ECDSA-CAMELLIA256-SHA384
|-
! scope=row | 0xC0,0x77
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 58
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-CAMELLIA256-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384
+| style="" | TLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384
+| style="" |
+| style="" | ECDHE-RSA-CAMELLIA256-SHA384
|-
! scope=row | 0x00,0xC4
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 59
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256
+| style="" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA256
+| style="" |
+| style="" | DHE-RSA-CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xC3
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 60
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256
+| style="" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA256
+| style="" |
+| style="" | DHE-DSS-CAMELLIA256-SHA256
|-
! scope=row | 0xC0,0x72
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 61
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_ECDHE_ECDSA_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | ECDHE-ECDSA-CAMELLIA128-SHA256
|-
! scope=row | 0xC0,0x76
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 62
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_ECDHE_RSA_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | ECDHE-RSA-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xBE
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 63
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | DHE-RSA-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0xBD
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 64
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | DHE-DSS-CAMELLIA128-SHA256
|-
! scope=row | 0x00,0x88
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 65
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="" | TLS_DHE_RSA_CAMELLIA_256_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="" | DHE-RSA-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x87
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 66
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
+| style="" | TLS_DHE_DSS_CAMELLIA_256_CBC_SHA1
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA
+| style="" | DHE-DSS-CAMELLIA256-SHA
|-
! scope=row | 0x00,0x45
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 67
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-CAMELLIA128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="" | TLS_DHE_RSA_CAMELLIA_128_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="" | DHE-RSA-CAMELLIA128-SHA
|-
! scope=row | 0x00,0x44
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 68
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-CAMELLIA128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
+| style="" | TLS_DHE_DSS_CAMELLIA_128_CBC_SHA1
+| style="" | TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA
+| style="" | DHE-DSS-CAMELLIA128-SHA
|-
! scope=row | 0xC0,0x51
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 69
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_ARIA_256_GCM_SHA384
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ARIA256-GCM-SHA384
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_ARIA_256_GCM_SHA384
+| style="" |
+| style="" |
+| style="" | ARIA256-GCM-SHA384
|-
! scope=row | 0xC0,0x50
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 70
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_ARIA_128_GCM_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | ARIA128-GCM-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_ARIA_128_GCM_SHA256
+| style="" |
+| style="" |
+| style="" | ARIA128-GCM-SHA256
|-
! scope=row | 0x00,0xC0
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 71
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | CAMELLIA256-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256
+| style="" | TLS_RSA_CAMELLIA_256_CBC_SHA256
+| style="" |
+| style="" | CAMELLIA256-SHA256
|-
! scope=row | 0x00,0xBA
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 72
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | CAMELLIA128-SHA256
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256
+| style="" | TLS_RSA_CAMELLIA_128_CBC_SHA256
+| style="" |
+| style="" | CAMELLIA128-SHA256
|-
! scope=row | 0x00,0x84
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 73
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_256_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | CAMELLIA256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="" | TLS_RSA_CAMELLIA_256_CBC_SHA1
+| style="" | TLS_RSA_WITH_CAMELLIA_256_CBC_SHA
+| style="" | CAMELLIA256-SHA
|-
! scope=row | 0x00,0x41
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 74
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_CAMELLIA_128_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | CAMELLIA128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="" | TLS_RSA_CAMELLIA_128_CBC_SHA1
+| style="" | TLS_RSA_WITH_CAMELLIA_128_CBC_SHA
+| style="" | CAMELLIA128-SHA
|-
! scope=row | 0x00,0x9A
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 75
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_SEED_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-SEED-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_SEED_CBC_SHA
+| style="" |
+| style="" |
+| style="" | DHE-RSA-SEED-SHA
|-
! scope=row | 0x00,0x99
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 76
-| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_DSS_WITH_SEED_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | DHE-DSS-SEED-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_SEED_CBC_SHA
+| style="" |
+| style="" |
+| style="" | DHE-DSS-SEED-SHA
|-
! scope=row | 0x00,0x96
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 77
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_SEED_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" |
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_SEED_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | SEED-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_RSA_WITH_SEED_CBC_SHA
+| style="" |
+| style="" | TLS_RSA_WITH_SEED_CBC_SHA
+| style="" | SEED-SHA
|-
! scope=row | 0x00,0x00
| style="" data-sort-value="1000" |
From 7416db56bb47eb3674918357241dc70dfb5ccba1 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 22:16:00 +0100
Subject: [PATCH 10/17] Remove obsolete Cipher_Suites from 'intermediate'
---
Cipher_Suites.mediawiki | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 761eb97..6aac718 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -168,11 +168,11 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x33
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 23
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+| style="" | TLS_DHE_RSA_AES_128_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+| style="" | DHE-RSA-AES128-SHA
|-
! scope=row | 0x00,0x40
| style="" data-sort-value="1000" |
@@ -196,11 +196,11 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" | DHE-DSS-AES256-SHA
|-
! scope=row | 0x00,0x39
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 27
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-SHA
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+| style="" | TLS_DHE_RSA_AES_256_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+| style="" | DHE-RSA-AES256-SHA
|-
! scope=row | 0x00,0x9C
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 28
From f52c134b1ac0f0246780aa1ca480e9d502cae689 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 22:29:10 +0100
Subject: [PATCH 11/17] Demote old Cipher_Suites to 'old'
---
Cipher_Suites.mediawiki | 160 ++++++++++++++++++++--------------------
1 file changed, 80 insertions(+), 80 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 6aac718..b7c55d6 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -105,67 +105,67 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x27
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 14
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 14
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES128-SHA256
|-
! scope=row | 0xC0,0x23
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 15
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 15
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
|-
! scope=row | 0xC0,0x13
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 16
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 16
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES128-SHA
|-
! scope=row | 0xC0,0x09
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 17
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 17
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
|-
! scope=row | 0xC0,0x28
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 18
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 18
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
|-
! scope=row | 0xC0,0x24
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 19
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 19
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
|-
! scope=row | 0xC0,0x14
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 20
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 20
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES256-SHA
|-
! scope=row | 0xC0,0x0A
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 21
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 21
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
|-
! scope=row | 0x00,0x67
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 22
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 22
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-SHA256
|-
! scope=row | 0x00,0x33
| style="" data-sort-value="1000" |
@@ -182,11 +182,11 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" | DHE-DSS-AES128-SHA256
|-
! scope=row | 0x00,0x6B
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 25
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 25
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-SHA256
|-
! scope=row | 0x00,0x38
| style="" data-sort-value="1000" |
@@ -203,46 +203,46 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" | DHE-RSA-AES256-SHA
|-
! scope=row | 0x00,0x9C
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 28
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #fc6; font-weight: bold;" | AES128-GCM-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 28
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #ccc; font-weight: bold;" | AES128-GCM-SHA256
|-
! scope=row | 0x00,0x9D
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 29
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | AES256-GCM-SHA384
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 29
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #ccc; font-weight: bold;" | AES256-GCM-SHA384
|-
! scope=row | 0x00,0x3C
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 30
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | AES128-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 30
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | AES128-SHA256
|-
! scope=row | 0x00,0x3D
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 31
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
-| style="background-color: #fc6; font-weight: bold;" | AES256-SHA256
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 31
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | AES256-SHA256
|-
! scope=row | 0x00,0x2F
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 32
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | AES128-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 32
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | AES128-SHA
|-
! scope=row | 0x00,0x35
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 33
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1
-| style="background-color: #fc6; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
-| style="background-color: #fc6; font-weight: bold;" | AES256-SHA
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 33
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | AES256-SHA
|-
! scope=row | 0xC0,0xAF
| style="" data-sort-value="1000" |
From d37606974112cf03b46b84f230b8f6fccc1cbea7 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 22:37:18 +0100
Subject: [PATCH 12/17] Demote intermediate Cipher_Suites to 'intermediate'
---
Cipher_Suites.mediawiki | 60 ++++++++++++++++++++---------------------
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index b7c55d6..971d220 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -35,46 +35,46 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
|-
! scope=row | 0xCC,0xA9
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 4
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 4
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305
|-
! scope=row | 0xCC,0xA8
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 5
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 5
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305
|-
! scope=row | 0xC0,0x2F
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 6
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 6
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x2B
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 7
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 7
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x30
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 8
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 8
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x2C
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 9
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
-| style="background-color: #9c0; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #9c0; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 9
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
|-
! scope=row | 0x00,0x9E
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 10
From 49b5371050a1d6e823e6a3d657cad16385b24dad Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 22:45:22 +0100
Subject: [PATCH 13/17] Add DES-CBC3-SHA to 'old' Cipher_Suites
---
Cipher_Suites.mediawiki | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 971d220..6840f99 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -623,11 +623,11 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" |
|-
! scope=row | 0x00,0x0A
-| style="" data-sort-value="1000" |
-| style="" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
-| style="" | TLS_RSA_3DES_EDE_CBC_SHA1
-| style="" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
-| style="" |
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 88
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_3DES_EDE_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DES-CBC3-SHA
|-
! scope=row | 0x00,0x0B
| style="" data-sort-value="1000" |
From b3c21b01541230fa88c4609e2b6585c8cf9460e6 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 23:04:05 +0100
Subject: [PATCH 14/17] Reorder 'modern' Cipher_Suites priority
---
Cipher_Suites.mediawiki | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 6840f99..f459f24 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -13,27 +13,27 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
! scope="col" | NSS
! scope="col" | OpenSSL
|-
-! scope=row | 0x13,0x02
+! scope=row | 0x13,0x01
| style="background-color: #9c0; font-weight: bold; text-align: center;" | 1
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
+|-
+! scope=row | 0x13,0x02
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 2
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
| style="background-color: #9c0; font-weight: bold;" | TLS_AES_256_GCM_SHA384
|-
! scope=row | 0x13,0x03
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 2
+| style="background-color: #9c0; font-weight: bold; text-align: center;" | 3
| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
|-
-! scope=row | 0x13,0x01
-| style="background-color: #9c0; font-weight: bold; text-align: center;" | 3
-| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-| style="background-color: #9c0; font-weight: bold;" | TLS_AES_128_GCM_SHA256
-|-
! scope=row | 0xCC,0xA9
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 4
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
From 50086314f9a4614bd7b27b3ef93b42a704b1fec2 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 23:16:31 +0100
Subject: [PATCH 15/17] Reorder 'intermediate' Cipher_Suites priority
---
Cipher_Suites.mediawiki | 78 ++++++++++++++++++++---------------------
1 file changed, 39 insertions(+), 39 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index f459f24..42725c3 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -34,47 +34,47 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
| style="background-color: #9c0; font-weight: bold;" | TLS_CHACHA20_POLY1305_SHA256
|-
-! scope=row | 0xCC,0xA9
+! scope=row | 0xC0,0x2B
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 4
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305
-|-
-! scope=row | 0xCC,0xA8
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 5
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
|-
! scope=row | 0xC0,0x2F
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 6
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 5
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_128_GCM_SHA256
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES128-GCM-SHA256
|-
-! scope=row | 0xC0,0x2B
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 7
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_GCM_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES128-GCM-SHA256
+! scope=row | 0xC0,0x2C
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 6
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
|-
! scope=row | 0xC0,0x30
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 8
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 7
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_AES_256_GCM_SHA384
| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-AES256-GCM-SHA384
|-
-! scope=row | 0xC0,0x2C
+! scope=row | 0xCC,0xA9
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 8
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_CHACHA20_POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-CHACHA20-POLY1305
+|-
+! scope=row | 0xCC,0xA8
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 9
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | ECDHE-ECDSA-AES256-GCM-SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_CHACHA20_POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | ECDHE-RSA-CHACHA20-POLY1305
|-
! scope=row | 0x00,0x9E
| style="background-color: #fc6; font-weight: bold; text-align: center;" | 10
@@ -83,6 +83,20 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES128-GCM-SHA256
|-
+! scope=row | 0x00,0x9F
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 11
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
+|-
+! scope=row | 0xCC,0xAA
+| style="background-color: #fc6; font-weight: bold; text-align: center;" | 12
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_CHACHA20_POLY1305
+| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
+| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305
+|-
! scope=row | 0x00,0xA2
| style="" data-sort-value="1000" |
| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
@@ -97,13 +111,6 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
| style="" | DHE-DSS-AES256-GCM-SHA384
|-
-! scope=row | 0x00,0x9F
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 13
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
-| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-AES256-GCM-SHA384
-|-
! scope=row | 0xC0,0x27
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 14
| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
@@ -342,13 +349,6 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" |
| style="" | AES128-CCM
|-
-! scope=row | 0xCC,0xAA
-| style="background-color: #fc6; font-weight: bold; text-align: center;" | 48
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_CHACHA20_POLY1305
-| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
-| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305
-|-
! scope=row | 0xC0,0x5D
| style="" data-sort-value="1000" |
| style="" | TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384
From 05991dd74e76aac288a4f5aedeede9f58f8e4e35 Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Wed, 13 Mar 2024 23:31:40 +0100
Subject: [PATCH 16/17] Reorder 'old' Cipher_Suites priority
---
Cipher_Suites.mediawiki | 156 ++++++++++++++++++++--------------------
1 file changed, 78 insertions(+), 78 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 42725c3..57ac7b8 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -97,19 +97,12 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #fc6; font-weight: bold;" | TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
| style="background-color: #fc6; font-weight: bold;" | DHE-RSA-CHACHA20-POLY1305
|-
-! scope=row | 0x00,0xA2
-| style="" data-sort-value="1000" |
-| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
-| style="" | TLS_DHE_DSS_AES_128_GCM_SHA256
-| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
-| style="" | DHE-DSS-AES128-GCM-SHA256
-|-
-! scope=row | 0x00,0xA3
-| style="" data-sort-value="1000" |
-| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
-| style="" | TLS_DHE_DSS_AES_256_GCM_SHA384
-| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
-| style="" | DHE-DSS-AES256-GCM-SHA384
+! scope=row | 0xC0,0x23
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 13
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
|-
! scope=row | 0xC0,0x27
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 14
@@ -118,12 +111,12 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES128-SHA256
|-
-! scope=row | 0xC0,0x23
+! scope=row | 0xC0,0x09
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 15
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA256
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
|-
! scope=row | 0xC0,0x13
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 16
@@ -132,12 +125,12 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES128-SHA
|-
-! scope=row | 0xC0,0x09
+! scope=row | 0xC0,0x24
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 17
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_128_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES128-SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
|-
! scope=row | 0xC0,0x28
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 18
@@ -146,12 +139,12 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES256-SHA384
|-
-! scope=row | 0xC0,0x24
+! scope=row | 0xC0,0x0A
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 19
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA384
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
|-
! scope=row | 0xC0,0x14
| style="background-color: #ccc; font-weight: bold; text-align: center;" | 20
@@ -160,97 +153,111 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #ccc; font-weight: bold;" | ECDHE-RSA-AES256-SHA
|-
-! scope=row | 0xC0,0x0A
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 21
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_AES_256_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | ECDHE-ECDSA-AES256-SHA
-|-
! scope=row | 0x00,0x67
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 22
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 21
| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES128-SHA256
|-
-! scope=row | 0x00,0x33
-| style="" data-sort-value="1000" |
-| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
-| style="" | TLS_DHE_RSA_AES_128_CBC_SHA1
-| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
-| style="" | DHE-RSA-AES128-SHA
-|-
-! scope=row | 0x00,0x40
-| style="" data-sort-value="1000" |
-| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
-| style="" | TLS_DHE_DSS_AES_128_CBC_SHA256
-| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
-| style="" | DHE-DSS-AES128-SHA256
-|-
! scope=row | 0x00,0x6B
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 25
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 22
| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_AES_256_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | DHE-RSA-AES256-SHA256
|-
-! scope=row | 0x00,0x38
-| style="" data-sort-value="1000" |
-| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
-| style="" | TLS_DHE_DSS_AES_256_CBC_SHA1
-| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
-| style="" | DHE-DSS-AES256-SHA
-|-
-! scope=row | 0x00,0x39
-| style="" data-sort-value="1000" |
-| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
-| style="" | TLS_DHE_RSA_AES_256_CBC_SHA1
-| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
-| style="" | DHE-RSA-AES256-SHA
-|-
! scope=row | 0x00,0x9C
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 28
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 23
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_GCM_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_GCM_SHA256
| style="background-color: #ccc; font-weight: bold;" | AES128-GCM-SHA256
|-
! scope=row | 0x00,0x9D
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 29
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 24
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_GCM_SHA384
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_GCM_SHA384
| style="background-color: #ccc; font-weight: bold;" | AES256-GCM-SHA384
|-
! scope=row | 0x00,0x3C
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 30
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 25
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | AES128-SHA256
|-
! scope=row | 0x00,0x3D
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 31
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 26
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA256
| style="background-color: #ccc; font-weight: bold;" | AES256-SHA256
|-
! scope=row | 0x00,0x2F
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 32
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 27
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_128_CBC_SHA1
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_128_CBC_SHA
| style="background-color: #ccc; font-weight: bold;" | AES128-SHA
|-
! scope=row | 0x00,0x35
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 33
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 28
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_AES_256_CBC_SHA1
| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_AES_256_CBC_SHA
| style="background-color: #ccc; font-weight: bold;" | AES256-SHA
|-
+! scope=row | 0x00,0x0A
+| style="background-color: #ccc; font-weight: bold; text-align: center;" | 29
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_3DES_EDE_CBC_SHA1
+| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
+| style="background-color: #ccc; font-weight: bold;" | DES-CBC3-SHA
+|-
+! scope=row | 0x00,0xA2
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+| style="" | TLS_DHE_DSS_AES_128_GCM_SHA256
+| style="" | TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
+| style="" | DHE-DSS-AES128-GCM-SHA256
+|-
+! scope=row | 0x00,0xA3
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
+| style="" | TLS_DHE_DSS_AES_256_GCM_SHA384
+| style="" | TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
+| style="" | DHE-DSS-AES256-GCM-SHA384
+|-
+! scope=row | 0x00,0x33
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+| style="" | TLS_DHE_RSA_AES_128_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+| style="" | DHE-RSA-AES128-SHA
+|-
+! scope=row | 0x00,0x40
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+| style="" | TLS_DHE_DSS_AES_128_CBC_SHA256
+| style="" | TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
+| style="" | DHE-DSS-AES128-SHA256
+|-
+! scope=row | 0x00,0x38
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+| style="" | TLS_DHE_DSS_AES_256_CBC_SHA1
+| style="" | TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+| style="" | DHE-DSS-AES256-SHA
+|-
+! scope=row | 0x00,0x39
+| style="" data-sort-value="1000" |
+| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+| style="" | TLS_DHE_RSA_AES_256_CBC_SHA1
+| style="" | TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+| style="" | DHE-RSA-AES256-SHA
+|-
! scope=row | 0xC0,0xAF
| style="" data-sort-value="1000" |
| style="" | TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8
@@ -622,13 +629,6 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" | TLS_RSA_WITH_DES_CBC_SHA
| style="" |
|-
-! scope=row | 0x00,0x0A
-| style="background-color: #ccc; font-weight: bold; text-align: center;" | 88
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_3DES_EDE_CBC_SHA1
-| style="background-color: #ccc; font-weight: bold;" | TLS_RSA_WITH_3DES_EDE_CBC_SHA
-| style="background-color: #ccc; font-weight: bold;" | DES-CBC3-SHA
-|-
! scope=row | 0x00,0x0B
| style="" data-sort-value="1000" |
| style="" | TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
From 8d1c84657cf1e562b98e5c4faab8c83a4146df4a Mon Sep 17 00:00:00 2001
From: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
Date: Thu, 14 Mar 2024 15:17:39 +0100
Subject: [PATCH 17/17] Remove CCM from NSS Cipher_Suites
---
Cipher_Suites.mediawiki | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cipher_Suites.mediawiki b/Cipher_Suites.mediawiki
index 57ac7b8..28fe413 100644
--- a/Cipher_Suites.mediawiki
+++ b/Cipher_Suites.mediawiki
@@ -1333,14 +1333,14 @@ IANA, OpenSSL and GnuTLS use different naming for the same ciphers. The table be
| style="" data-sort-value="1000" |
| style="" | TLS_AES_128_CCM_SHA256
| style="" | TLS_AES_128_CCM_SHA256
-| style="" | TLS_AES_128_CCM_SHA256
+| style="" |
| style="" | TLS_AES_128_CCM_SHA256
|-
! scope=row | 0x13,0x05
| style="" data-sort-value="1000" |
| style="" | TLS_AES_128_CCM_8_SHA256
| style="" | TLS_AES_128_CCM_8_SHA256
-| style="" | TLS_AES_128_CCM_8_SHA256
+| style="" |
| style="" | TLS_AES_128_CCM_8_SHA256
|-
! scope=row | 0x56,0x00