diff --git a/xml/System.Net.Security/CipherSuitesPolicy.xml b/xml/System.Net.Security/CipherSuitesPolicy.xml index 13bea8950c1..69410e2f23c 100644 --- a/xml/System.Net.Security/CipherSuitesPolicy.xml +++ b/xml/System.Net.Security/CipherSuitesPolicy.xml @@ -39,9 +39,21 @@ - To be added. - To be added. - To be added. + The collection of cipher suites allowed in this policy for negotiation. + Initializes a new instance of the class that can be used for client or server authentication. + + [!NOTE] +> Defining a cipher suite policy on authentication will prevent the OS from deciding which are the best cipher suites to negotiate with and requires that you manually check and update this code. We strongly recommend that you avoid using this feature and rely on your constantly updated OS policy. + +## Remarks + +Unlike the operating system's underlying SSL/TLS implementation, the order of the elements in `allowedCipherSuites` doesn't guarantee their priority in client-server negotiation. You can only initialize an instance of this class if you're using Linux systems with OpenSSL 1.1.1 or higher or macOS. + + + ]]> + + Platform is not a Linux system with OpenSSL 1.1.1 or higher or a macOS. @@ -65,10 +77,21 @@ System.Collections.Generic.IEnumerable<System.Net.Security.TlsCipherSuite> - To be added. - To be added. - To be added. + Gets a subset of valid cipher suites passed into constructor as a collection of cipher suites allowed in this policy for negotiation. + The collection of cipher suites allowed in this policy for negotiation. + + [!NOTE] +> Defining a cipher suite policy on authentication will prevent the OS from deciding which are the best cipher suites to negotiate with and requires that you manually check and update this code. We strongly recommend that you avoid using this feature and rely on your constantly updated OS policy. + +## Remarks +Unlike the operating system's underlying SSL/TLS implementation, the order of the elements in `allowedCipherSuites` doesn't guarantee their priority in client-server negotiation. You can only initialize an instance of this class if you're using Linux systems with OpenSSL 1.1.1 or higher or macOS. + + ]]> + - \ No newline at end of file + diff --git a/xml/System.Net.Security/SslStream.xml b/xml/System.Net.Security/SslStream.xml index a79974a04cc..53edd5e04a5 100644 --- a/xml/System.Net.Security/SslStream.xml +++ b/xml/System.Net.Security/SslStream.xml @@ -3453,9 +3453,18 @@ Authentication has not occurred. System.Net.Security.TlsCipherSuite - To be added. - To be added. - To be added. + Gets the cipher suite which was negotiated for this connection. + One of the enumeration values that identifies the cipher suite which was negotiated for this connection. + + or . + + ]]> + + The property was accessed before the completion of the authentication process or the authentication process failed. diff --git a/xml/System.Net.Security/TlsCipherSuite.xml b/xml/System.Net.Security/TlsCipherSuite.xml index 3094d6d6d3c..387d67ac762 100644 --- a/xml/System.Net.Security/TlsCipherSuite.xml +++ b/xml/System.Net.Security/TlsCipherSuite.xml @@ -18,8 +18,17 @@ - To be added. - To be added. + Represents cipher suite values for the TLS (formerly SSL) protocol. + + + @@ -39,7 +48,7 @@ 4869 - To be added. + Represents the TLS_AES_128_CCM_8_SHA256 cipher suite. @@ -59,7 +68,7 @@ 4868 - To be added. + Represents the TLS_AES_128_CCM_SHA256 cipher suite. @@ -79,7 +88,7 @@ 4865 - To be added. + Represents the TLS_AES_128_GCM_SHA256 cipher suite. @@ -99,7 +108,7 @@ 4866 - To be added. + Represents the TLS_AES_256_GCM_SHA384 cipher suite. @@ -119,7 +128,7 @@ 4867 - To be added. + Represents the TLS_CHACHA20_POLY1305_SHA256 cipher suite. @@ -139,7 +148,7 @@ 25 - To be added. + Represents the TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA cipher suite. @@ -159,7 +168,7 @@ 23 - To be added. + Represents the TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 cipher suite. @@ -179,7 +188,7 @@ 27 - To be added. + Represents the TLS_DH_anon_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -199,7 +208,7 @@ 52 - To be added. + Represents the TLS_DH_anon_WITH_AES_128_CBC_SHA cipher suite. @@ -219,7 +228,7 @@ 108 - To be added. + Represents the TLS_DH_anon_WITH_AES_128_CBC_SHA256 cipher suite. @@ -239,7 +248,7 @@ 166 - To be added. + Represents the TLS_DH_anon_WITH_AES_128_GCM_SHA256 cipher suite. @@ -259,7 +268,7 @@ 58 - To be added. + Represents the TLS_DH_anon_WITH_AES_256_CBC_SHA cipher suite. @@ -279,7 +288,7 @@ 109 - To be added. + Represents the TLS_DH_anon_WITH_AES_256_CBC_SHA256 cipher suite. @@ -299,7 +308,7 @@ 167 - To be added. + Represents the TLS_DH_anon_WITH_AES_256_GCM_SHA384 cipher suite. @@ -319,7 +328,7 @@ 49222 - To be added. + Represents the TLS_DH_anon_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -339,7 +348,7 @@ 49242 - To be added. + Represents the TLS_DH_anon_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -359,7 +368,7 @@ 49223 - To be added. + Represents the TLS_DH_anon_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -379,7 +388,7 @@ 49243 - To be added. + Represents the TLS_DH_anon_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -399,7 +408,7 @@ 70 - To be added. + Represents the TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA cipher suite. @@ -419,7 +428,7 @@ 191 - To be added. + Represents the TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -439,7 +448,7 @@ 49284 - To be added. + Represents the TLS_DH_anon_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -459,7 +468,7 @@ 137 - To be added. + Represents the TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA cipher suite. @@ -479,7 +488,7 @@ 197 - To be added. + Represents the TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 cipher suite. @@ -499,7 +508,7 @@ 49285 - To be added. + Represents the TLS_DH_anon_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -519,7 +528,7 @@ 26 - To be added. + Represents the TLS_DH_anon_WITH_DES_CBC_SHA cipher suite. @@ -539,7 +548,7 @@ 24 - To be added. + Represents the TLS_DH_anon_WITH_RC4_128_MD5 cipher suite. @@ -559,7 +568,7 @@ 155 - To be added. + Represents the TLS_DH_anon_WITH_SEED_CBC_SHA cipher suite. @@ -579,7 +588,7 @@ 11 - To be added. + Represents the TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite. @@ -599,7 +608,7 @@ 13 - To be added. + Represents the TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -619,7 +628,7 @@ 48 - To be added. + Represents the TLS_DH_DSS_WITH_AES_128_CBC_SHA cipher suite. @@ -639,7 +648,7 @@ 62 - To be added. + Represents the TLS_DH_DSS_WITH_AES_128_CBC_SHA256 cipher suite. @@ -659,7 +668,7 @@ 164 - To be added. + Represents the TLS_DH_DSS_WITH_AES_128_GCM_SHA256 cipher suite. @@ -679,7 +688,7 @@ 54 - To be added. + Represents the TLS_DH_DSS_WITH_AES_256_CBC_SHA cipher suite. @@ -699,7 +708,7 @@ 104 - To be added. + Represents the TLS_DH_DSS_WITH_AES_256_CBC_SHA256 cipher suite. @@ -719,7 +728,7 @@ 165 - To be added. + Represents the TLS_DH_DSS_WITH_AES_256_GCM_SHA384 cipher suite. @@ -739,7 +748,7 @@ 49214 - To be added. + Represents the TLS_DH_DSS_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -759,7 +768,7 @@ 49240 - To be added. + Represents the TLS_DH_DSS_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -779,7 +788,7 @@ 49215 - To be added. + Represents the TLS_DH_DSS_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -799,7 +808,7 @@ 49241 - To be added. + Represents the TLS_DH_DSS_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -819,7 +828,7 @@ 66 - To be added. + Represents the TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA cipher suite. @@ -839,7 +848,7 @@ 187 - To be added. + Represents the TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -859,7 +868,7 @@ 49282 - To be added. + Represents the TLS_DH_DSS_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -879,7 +888,7 @@ 133 - To be added. + Represents the TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA cipher suite. @@ -899,7 +908,7 @@ 193 - To be added. + Represents the TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 cipher suite. @@ -919,7 +928,7 @@ 49283 - To be added. + Represents the TLS_DH_DSS_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -939,7 +948,7 @@ 12 - To be added. + Represents the TLS_DH_DSS_WITH_DES_CBC_SHA cipher suite. @@ -959,7 +968,7 @@ 151 - To be added. + Represents the TLS_DH_DSS_WITH_SEED_CBC_SHA cipher suite. @@ -979,7 +988,7 @@ 14 - To be added. + Represents the TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite. @@ -999,7 +1008,7 @@ 16 - To be added. + Represents the TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -1019,7 +1028,7 @@ 49 - To be added. + Represents the TLS_DH_RSA_WITH_AES_128_CBC_SHA cipher suite. @@ -1039,7 +1048,7 @@ 63 - To be added. + Represents the TLS_DH_RSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -1059,7 +1068,7 @@ 160 - To be added. + Represents the TLS_DH_RSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -1079,7 +1088,7 @@ 55 - To be added. + Represents the TLS_DH_RSA_WITH_AES_256_CBC_SHA cipher suite. @@ -1099,7 +1108,7 @@ 105 - To be added. + Represents the TLS_DH_RSA_WITH_AES_256_CBC_SHA256 cipher suite. @@ -1119,7 +1128,7 @@ 161 - To be added. + Represents the TLS_DH_RSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -1139,7 +1148,7 @@ 49216 - To be added. + Represents the TLS_DH_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -1159,7 +1168,7 @@ 49236 - To be added. + Represents the TLS_DH_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -1179,7 +1188,7 @@ 49217 - To be added. + Represents the TLS_DH_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -1199,7 +1208,7 @@ 49237 - To be added. + Represents the TLS_DH_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -1219,7 +1228,7 @@ 67 - To be added. + Represents the TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite. @@ -1239,7 +1248,7 @@ 188 - To be added. + Represents the TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -1259,7 +1268,7 @@ 49278 - To be added. + Represents the TLS_DH_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -1279,7 +1288,7 @@ 134 - To be added. + Represents the TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite. @@ -1299,7 +1308,7 @@ 194 - To be added. + Represents the TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite. @@ -1319,7 +1328,7 @@ 49279 - To be added. + Represents the TLS_DH_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -1339,7 +1348,7 @@ 15 - To be added. + Represents the TLS_DH_RSA_WITH_DES_CBC_SHA cipher suite. @@ -1359,7 +1368,7 @@ 152 - To be added. + Represents the TLS_DH_RSA_WITH_SEED_CBC_SHA cipher suite. @@ -1379,7 +1388,7 @@ 17 - To be added. + Represents the TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA cipher suite. @@ -1399,7 +1408,7 @@ 19 - To be added. + Represents the TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -1419,7 +1428,7 @@ 50 - To be added. + Represents the TLS_DHE_DSS_WITH_AES_128_CBC_SHA cipher suite. @@ -1439,7 +1448,7 @@ 64 - To be added. + Represents the TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 cipher suite. @@ -1459,7 +1468,7 @@ 162 - To be added. + Represents the TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 cipher suite. @@ -1479,7 +1488,7 @@ 56 - To be added. + Represents the TLS_DHE_DSS_WITH_AES_256_CBC_SHA cipher suite. @@ -1499,7 +1508,7 @@ 106 - To be added. + Represents the TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 cipher suite. @@ -1519,7 +1528,7 @@ 163 - To be added. + Represents the TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 cipher suite. @@ -1539,7 +1548,7 @@ 49218 - To be added. + Represents the TLS_DHE_DSS_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -1559,7 +1568,7 @@ 49238 - To be added. + Represents the TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -1579,7 +1588,7 @@ 49219 - To be added. + Represents the TLS_DHE_DSS_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -1599,7 +1608,7 @@ 49239 - To be added. + Represents the TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -1619,7 +1628,7 @@ 68 - To be added. + Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA cipher suite. @@ -1639,7 +1648,7 @@ 189 - To be added. + Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -1659,7 +1668,7 @@ 49280 - To be added. + Represents the TLS_DHE_DSS_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -1679,7 +1688,7 @@ 135 - To be added. + Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA cipher suite. @@ -1699,7 +1708,7 @@ 195 - To be added. + Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 cipher suite. @@ -1719,7 +1728,7 @@ 49281 - To be added. + Represents the TLS_DHE_DSS_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -1739,7 +1748,7 @@ 18 - To be added. + Represents the TLS_DHE_DSS_WITH_DES_CBC_SHA cipher suite. @@ -1759,7 +1768,7 @@ 153 - To be added. + Represents the TLS_DHE_DSS_WITH_SEED_CBC_SHA cipher suite. @@ -1779,7 +1788,7 @@ 143 - To be added. + Represents the TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -1799,7 +1808,7 @@ 144 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_128_CBC_SHA cipher suite. @@ -1819,7 +1828,7 @@ 178 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 cipher suite. @@ -1839,7 +1848,7 @@ 49318 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_128_CCM cipher suite. @@ -1859,7 +1868,7 @@ 170 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite. @@ -1879,7 +1888,7 @@ 145 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_256_CBC_SHA cipher suite. @@ -1899,7 +1908,7 @@ 179 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 cipher suite. @@ -1919,7 +1928,7 @@ 49319 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_256_CCM cipher suite. @@ -1939,7 +1948,7 @@ 171 - To be added. + Represents the TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 cipher suite. @@ -1959,7 +1968,7 @@ 49254 - To be added. + Represents the TLS_DHE_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -1979,7 +1988,7 @@ 49260 - To be added. + Represents the TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -1999,7 +2008,7 @@ 49255 - To be added. + Represents the TLS_DHE_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -2019,7 +2028,7 @@ 49261 - To be added. + Represents the TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -2039,7 +2048,7 @@ 49302 - To be added. + Represents the TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -2059,7 +2068,7 @@ 49296 - To be added. + Represents the TLS_DHE_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -2079,7 +2088,7 @@ 49303 - To be added. + Represents the TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -2099,7 +2108,7 @@ 49297 - To be added. + Represents the TLS_DHE_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -2119,7 +2128,7 @@ 52397 - To be added. + Represents the TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -2139,7 +2148,7 @@ 45 - To be added. + Represents the TLS_DHE_PSK_WITH_NULL_SHA cipher suite. @@ -2159,7 +2168,7 @@ 180 - To be added. + Represents the TLS_DHE_PSK_WITH_NULL_SHA256 cipher suite. @@ -2179,7 +2188,7 @@ 181 - To be added. + Represents the TLS_DHE_PSK_WITH_NULL_SHA384 cipher suite. @@ -2199,7 +2208,7 @@ 142 - To be added. + Represents the TLS_DHE_PSK_WITH_RC4_128_SHA cipher suite. @@ -2219,7 +2228,7 @@ 20 - To be added. + Represents the TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite. @@ -2239,7 +2248,7 @@ 22 - To be added. + Represents the TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -2259,7 +2268,7 @@ 51 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_128_CBC_SHA cipher suite. @@ -2279,7 +2288,7 @@ 103 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -2299,7 +2308,7 @@ 49310 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_128_CCM cipher suite. @@ -2319,7 +2328,7 @@ 49314 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_128_CCM_8 cipher suite. @@ -2339,7 +2348,7 @@ 158 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -2359,7 +2368,7 @@ 57 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_256_CBC_SHA cipher suite. @@ -2379,7 +2388,7 @@ 107 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 cipher suite. @@ -2399,7 +2408,7 @@ 49311 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_256_CCM cipher suite. @@ -2419,7 +2428,7 @@ 49315 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_256_CCM_8 cipher suite. @@ -2439,7 +2448,7 @@ 159 - To be added. + Represents the TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -2459,7 +2468,7 @@ 49220 - To be added. + Represents the TLS_DHE_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -2479,7 +2488,7 @@ 49234 - To be added. + Represents the TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -2499,7 +2508,7 @@ 49221 - To be added. + Represents the TLS_DHE_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -2519,7 +2528,7 @@ 49235 - To be added. + Represents the TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -2539,7 +2548,7 @@ 69 - To be added. + Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite. @@ -2559,7 +2568,7 @@ 190 - To be added. + Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -2579,7 +2588,7 @@ 49276 - To be added. + Represents the TLS_DHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -2599,7 +2608,7 @@ 136 - To be added. + Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite. @@ -2619,7 +2628,7 @@ 196 - To be added. + Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite. @@ -2639,7 +2648,7 @@ 49277 - To be added. + Represents the TLS_DHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -2659,7 +2668,7 @@ 52394 - To be added. + Represents the TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -2679,7 +2688,7 @@ 21 - To be added. + Represents the TLS_DHE_RSA_WITH_DES_CBC_SHA cipher suite. @@ -2699,7 +2708,7 @@ 154 - To be added. + Represents the TLS_DHE_RSA_WITH_SEED_CBC_SHA cipher suite. @@ -2719,7 +2728,7 @@ 49330 - To be added. + Represents the TLS_ECCPWD_WITH_AES_128_CCM_SHA256 cipher suite. @@ -2739,7 +2748,7 @@ 49328 - To be added. + Represents the TLS_ECCPWD_WITH_AES_128_GCM_SHA256 cipher suite. @@ -2759,7 +2768,7 @@ 49331 - To be added. + Represents the TLS_ECCPWD_WITH_AES_256_CCM_SHA384 cipher suite. @@ -2779,7 +2788,7 @@ 49329 - To be added. + Represents the TLS_ECCPWD_WITH_AES_256_GCM_SHA384 cipher suite. @@ -2799,7 +2808,7 @@ 49175 - To be added. + Represents the TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -2819,7 +2828,7 @@ 49176 - To be added. + Represents the TLS_ECDH_anon_WITH_AES_128_CBC_SHA cipher suite. @@ -2839,7 +2848,7 @@ 49177 - To be added. + Represents the TLS_ECDH_anon_WITH_AES_256_CBC_SHA cipher suite. @@ -2859,7 +2868,7 @@ 49173 - To be added. + Represents the TLS_ECDH_anon_WITH_NULL_SHA cipher suite. @@ -2879,7 +2888,7 @@ 49174 - To be added. + Represents the TLS_ECDH_anon_WITH_RC4_128_SHA cipher suite. @@ -2899,7 +2908,7 @@ 49155 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -2919,7 +2928,7 @@ 49156 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA cipher suite. @@ -2939,7 +2948,7 @@ 49189 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -2959,7 +2968,7 @@ 49197 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -2979,7 +2988,7 @@ 49157 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA cipher suite. @@ -2999,7 +3008,7 @@ 49190 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 cipher suite. @@ -3019,7 +3028,7 @@ 49198 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -3039,7 +3048,7 @@ 49226 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -3059,7 +3068,7 @@ 49246 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -3079,7 +3088,7 @@ 49227 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -3099,7 +3108,7 @@ 49247 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -3119,7 +3128,7 @@ 49268 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -3139,7 +3148,7 @@ 49288 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -3159,7 +3168,7 @@ 49269 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -3179,7 +3188,7 @@ 49289 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -3199,7 +3208,7 @@ 49153 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_NULL_SHA cipher suite. @@ -3219,7 +3228,7 @@ 49154 - To be added. + Represents the TLS_ECDH_ECDSA_WITH_RC4_128_SHA cipher suite. @@ -3239,7 +3248,7 @@ 49165 - To be added. + Represents the TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -3259,7 +3268,7 @@ 49166 - To be added. + Represents the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA cipher suite. @@ -3279,7 +3288,7 @@ 49193 - To be added. + Represents the TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -3299,7 +3308,7 @@ 49201 - To be added. + Represents the TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -3319,7 +3328,7 @@ 49167 - To be added. + Represents the TLS_ECDH_RSA_WITH_AES_256_CBC_SHA cipher suite. @@ -3339,7 +3348,7 @@ 49194 - To be added. + Represents the TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 cipher suite. @@ -3359,7 +3368,7 @@ 49202 - To be added. + Represents the TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -3379,7 +3388,7 @@ 49230 - To be added. + Represents the TLS_ECDH_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -3399,7 +3408,7 @@ 49250 - To be added. + Represents the TLS_ECDH_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -3419,7 +3428,7 @@ 49231 - To be added. + Represents the TLS_ECDH_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -3439,7 +3448,7 @@ 49251 - To be added. + Represents the TLS_ECDH_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -3459,7 +3468,7 @@ 49272 - To be added. + Represents the TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -3479,7 +3488,7 @@ 49292 - To be added. + Represents the TLS_ECDH_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -3499,7 +3508,7 @@ 49273 - To be added. + Represents the TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -3519,7 +3528,7 @@ 49293 - To be added. + Represents the TLS_ECDH_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -3539,7 +3548,7 @@ 49163 - To be added. + Represents the TLS_ECDH_RSA_WITH_NULL_SHA cipher suite. @@ -3559,7 +3568,7 @@ 49164 - To be added. + Represents the TLS_ECDH_RSA_WITH_RC4_128_SHA cipher suite. @@ -3579,7 +3588,7 @@ 49160 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -3599,7 +3608,7 @@ 49161 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA cipher suite. @@ -3619,7 +3628,7 @@ 49187 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -3639,7 +3648,7 @@ 49324 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CCM cipher suite. @@ -3659,7 +3668,7 @@ 49326 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 cipher suite. @@ -3679,7 +3688,7 @@ 49195 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -3699,7 +3708,7 @@ 49162 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA cipher suite. @@ -3719,7 +3728,7 @@ 49188 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 cipher suite. @@ -3739,7 +3748,7 @@ 49325 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CCM cipher suite. @@ -3759,7 +3768,7 @@ 49327 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 cipher suite. @@ -3779,7 +3788,7 @@ 49196 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -3799,7 +3808,7 @@ 49224 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -3819,7 +3828,7 @@ 49244 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -3839,7 +3848,7 @@ 49225 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -3859,7 +3868,7 @@ 49245 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -3879,7 +3888,7 @@ 49266 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -3899,7 +3908,7 @@ 49286 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -3919,7 +3928,7 @@ 49267 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -3939,7 +3948,7 @@ 49287 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -3959,7 +3968,7 @@ 52393 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -3979,7 +3988,7 @@ 49158 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_NULL_SHA cipher suite. @@ -3999,7 +4008,7 @@ 49159 - To be added. + Represents the TLS_ECDHE_ECDSA_WITH_RC4_128_SHA cipher suite. @@ -4019,7 +4028,7 @@ 49204 - To be added. + Represents the TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -4039,7 +4048,7 @@ 49205 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA cipher suite. @@ -4059,7 +4068,7 @@ 49207 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 cipher suite. @@ -4079,7 +4088,7 @@ 53251 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256 cipher suite. @@ -4099,7 +4108,7 @@ 53253 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256 cipher suite. @@ -4119,7 +4128,7 @@ 53249 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite. @@ -4139,7 +4148,7 @@ 49206 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA cipher suite. @@ -4159,7 +4168,7 @@ 49208 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 cipher suite. @@ -4179,7 +4188,7 @@ 53250 - To be added. + Represents the TLS_ECDHE_PSK_WITH_AES_256_GCM_SHA384 cipher suite. @@ -4199,7 +4208,7 @@ 49264 - To be added. + Represents the TLS_ECDHE_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -4219,7 +4228,7 @@ 49265 - To be added. + Represents the TLS_ECDHE_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -4239,7 +4248,7 @@ 49306 - To be added. + Represents the TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -4259,7 +4268,7 @@ 49307 - To be added. + Represents the TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -4279,7 +4288,7 @@ 52396 - To be added. + Represents the TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -4299,7 +4308,7 @@ 49209 - To be added. + Represents the TLS_ECDHE_PSK_WITH_NULL_SHA cipher suite. @@ -4319,7 +4328,7 @@ 49210 - To be added. + Represents the TLS_ECDHE_PSK_WITH_NULL_SHA256 cipher suite. @@ -4339,7 +4348,7 @@ 49211 - To be added. + Represents the TLS_ECDHE_PSK_WITH_NULL_SHA384 cipher suite. @@ -4359,7 +4368,7 @@ 49203 - To be added. + Represents the TLS_ECDHE_PSK_WITH_RC4_128_SHA cipher suite. @@ -4379,7 +4388,7 @@ 49170 - To be added. + Represents the TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -4399,7 +4408,7 @@ 49171 - To be added. + Represents the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA cipher suite. @@ -4419,7 +4428,7 @@ 49191 - To be added. + Represents the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -4439,7 +4448,7 @@ 49199 - To be added. + Represents the TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -4459,7 +4468,7 @@ 49172 - To be added. + Represents the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA cipher suite. @@ -4479,7 +4488,7 @@ 49192 - To be added. + Represents the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 cipher suite. @@ -4499,7 +4508,7 @@ 49200 - To be added. + Represents the TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -4519,7 +4528,7 @@ 49228 - To be added. + Represents the TLS_ECDHE_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -4539,7 +4548,7 @@ 49248 - To be added. + Represents the TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -4559,7 +4568,7 @@ 49229 - To be added. + Represents the TLS_ECDHE_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -4579,7 +4588,7 @@ 49249 - To be added. + Represents the TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -4599,7 +4608,7 @@ 49270 - To be added. + Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -4619,7 +4628,7 @@ 49290 - To be added. + Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -4639,7 +4648,7 @@ 49271 - To be added. + Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -4659,7 +4668,7 @@ 49291 - To be added. + Represents the TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -4679,7 +4688,7 @@ 52392 - To be added. + Represents the TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -4699,7 +4708,7 @@ 49168 - To be added. + Represents the TLS_ECDHE_RSA_WITH_NULL_SHA cipher suite. @@ -4719,7 +4728,7 @@ 49169 - To be added. + Represents the TLS_ECDHE_RSA_WITH_RC4_128_SHA cipher suite. @@ -4739,7 +4748,7 @@ 41 - To be added. + Represents the TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 cipher suite. @@ -4759,7 +4768,7 @@ 38 - To be added. + Represents the TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA cipher suite. @@ -4779,7 +4788,7 @@ 42 - To be added. + Represents the TLS_KRB5_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite. @@ -4799,7 +4808,7 @@ 39 - To be added. + Represents the TLS_KRB5_EXPORT_WITH_RC2_CBC_40_SHA cipher suite. @@ -4819,7 +4828,7 @@ 43 - To be added. + Represents the TLS_KRB5_EXPORT_WITH_RC4_40_MD5 cipher suite. @@ -4839,7 +4848,7 @@ 40 - To be added. + Represents the TLS_KRB5_EXPORT_WITH_RC4_40_SHA cipher suite. @@ -4859,7 +4868,7 @@ 35 - To be added. + Represents the TLS_KRB5_WITH_3DES_EDE_CBC_MD5 cipher suite. @@ -4879,7 +4888,7 @@ 31 - To be added. + Represents the TLS_KRB5_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -4899,7 +4908,7 @@ 34 - To be added. + Represents the TLS_KRB5_WITH_DES_CBC_MD5 cipher suite. @@ -4919,7 +4928,7 @@ 30 - To be added. + Represents the TLS_KRB5_WITH_DES_CBC_SHA cipher suite. @@ -4939,7 +4948,7 @@ 37 - To be added. + Represents the TLS_KRB5_WITH_IDEA_CBC_MD5 cipher suite. @@ -4959,7 +4968,7 @@ 33 - To be added. + Represents the TLS_KRB5_WITH_IDEA_CBC_SHA cipher suite. @@ -4979,7 +4988,7 @@ 36 - To be added. + Represents the TLS_KRB5_WITH_RC4_128_MD5 cipher suite. @@ -4999,7 +5008,7 @@ 32 - To be added. + Represents the TLS_KRB5_WITH_RC4_128_SHA cipher suite. @@ -5019,7 +5028,7 @@ 0 - To be added. + Represents the TLS_NULL_WITH_NULL_NULL cipher suite. @@ -5039,7 +5048,7 @@ 49322 - To be added. + Represents the TLS_PSK_DHE_WITH_AES_128_CCM_8 cipher suite. @@ -5059,7 +5068,7 @@ 49323 - To be added. + Represents the TLS_PSK_DHE_WITH_AES_256_CCM_8 cipher suite. @@ -5079,7 +5088,7 @@ 139 - To be added. + Represents the TLS_PSK_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -5099,7 +5108,7 @@ 140 - To be added. + Represents the TLS_PSK_WITH_AES_128_CBC_SHA cipher suite. @@ -5119,7 +5128,7 @@ 174 - To be added. + Represents the TLS_PSK_WITH_AES_128_CBC_SHA256 cipher suite. @@ -5139,7 +5148,7 @@ 49316 - To be added. + Represents the TLS_PSK_WITH_AES_128_CCM cipher suite. @@ -5159,7 +5168,7 @@ 49320 - To be added. + Represents the TLS_PSK_WITH_AES_128_CCM_8 cipher suite. @@ -5179,7 +5188,7 @@ 168 - To be added. + Represents the TLS_PSK_WITH_AES_128_GCM_SHA256 cipher suite. @@ -5199,7 +5208,7 @@ 141 - To be added. + Represents the TLS_PSK_WITH_AES_256_CBC_SHA cipher suite. @@ -5219,7 +5228,7 @@ 175 - To be added. + Represents the TLS_PSK_WITH_AES_256_CBC_SHA384 cipher suite. @@ -5239,7 +5248,7 @@ 49317 - To be added. + Represents the TLS_PSK_WITH_AES_256_CCM cipher suite. @@ -5259,7 +5268,7 @@ 49321 - To be added. + Represents the TLS_PSK_WITH_AES_256_CCM_8 cipher suite. @@ -5279,7 +5288,7 @@ 169 - To be added. + Represents the TLS_PSK_WITH_AES_256_GCM_SHA384 cipher suite. @@ -5299,7 +5308,7 @@ 49252 - To be added. + Represents the TLS_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -5319,7 +5328,7 @@ 49258 - To be added. + Represents the TLS_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -5339,7 +5348,7 @@ 49253 - To be added. + Represents the TLS_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -5359,7 +5368,7 @@ 49259 - To be added. + Represents the TLS_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -5379,7 +5388,7 @@ 49300 - To be added. + Represents the TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -5399,7 +5408,7 @@ 49294 - To be added. + Represents the TLS_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -5419,7 +5428,7 @@ 49301 - To be added. + Represents the TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -5439,7 +5448,7 @@ 49295 - To be added. + Represents the TLS_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -5459,7 +5468,7 @@ 52395 - To be added. + Represents the TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -5479,7 +5488,7 @@ 44 - To be added. + Represents the TLS_PSK_WITH_NULL_SHA cipher suite. @@ -5499,7 +5508,7 @@ 176 - To be added. + Represents the TLS_PSK_WITH_NULL_SHA256 cipher suite. @@ -5519,7 +5528,7 @@ 177 - To be added. + Represents the TLS_PSK_WITH_NULL_SHA384 cipher suite. @@ -5539,7 +5548,7 @@ 138 - To be added. + Represents the TLS_PSK_WITH_RC4_128_SHA cipher suite. @@ -5559,7 +5568,7 @@ 8 - To be added. + Represents the TLS_RSA_EXPORT_WITH_DES40_CBC_SHA cipher suite. @@ -5579,7 +5588,7 @@ 6 - To be added. + Represents the TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 cipher suite. @@ -5599,7 +5608,7 @@ 3 - To be added. + Represents the TLS_RSA_EXPORT_WITH_RC4_40_MD5 cipher suite. @@ -5619,7 +5628,7 @@ 147 - To be added. + Represents the TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -5639,7 +5648,7 @@ 148 - To be added. + Represents the TLS_RSA_PSK_WITH_AES_128_CBC_SHA cipher suite. @@ -5659,7 +5668,7 @@ 182 - To be added. + Represents the TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 cipher suite. @@ -5679,7 +5688,7 @@ 172 - To be added. + Represents the TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 cipher suite. @@ -5699,7 +5708,7 @@ 149 - To be added. + Represents the TLS_RSA_PSK_WITH_AES_256_CBC_SHA cipher suite. @@ -5719,7 +5728,7 @@ 183 - To be added. + Represents the TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 cipher suite. @@ -5739,7 +5748,7 @@ 173 - To be added. + Represents the TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 cipher suite. @@ -5759,7 +5768,7 @@ 49256 - To be added. + Represents the TLS_RSA_PSK_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -5779,7 +5788,7 @@ 49262 - To be added. + Represents the TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -5799,7 +5808,7 @@ 49257 - To be added. + Represents the TLS_RSA_PSK_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -5819,7 +5828,7 @@ 49263 - To be added. + Represents the TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -5839,7 +5848,7 @@ 49304 - To be added. + Represents the TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -5859,7 +5868,7 @@ 49298 - To be added. + Represents the TLS_RSA_PSK_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -5879,7 +5888,7 @@ 49305 - To be added. + Represents the TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 cipher suite. @@ -5899,7 +5908,7 @@ 49299 - To be added. + Represents the TLS_RSA_PSK_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -5919,7 +5928,7 @@ 52398 - To be added. + Represents the TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 cipher suite. @@ -5939,7 +5948,7 @@ 46 - To be added. + Represents the TLS_RSA_PSK_WITH_NULL_SHA cipher suite. @@ -5959,7 +5968,7 @@ 184 - To be added. + Represents the TLS_RSA_PSK_WITH_NULL_SHA256 cipher suite. @@ -5979,7 +5988,7 @@ 185 - To be added. + Represents the TLS_RSA_PSK_WITH_NULL_SHA384 cipher suite. @@ -5999,7 +6008,7 @@ 146 - To be added. + Represents the TLS_RSA_PSK_WITH_RC4_128_SHA cipher suite. @@ -6019,7 +6028,7 @@ 10 - To be added. + Represents the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -6039,7 +6048,7 @@ 47 - To be added. + Represents the TLS_RSA_WITH_AES_128_CBC_SHA cipher suite. @@ -6059,7 +6068,7 @@ 60 - To be added. + Represents the TLS_RSA_WITH_AES_128_CBC_SHA256 cipher suite. @@ -6079,7 +6088,7 @@ 49308 - To be added. + Represents the TLS_RSA_WITH_AES_128_CCM cipher suite. @@ -6099,7 +6108,7 @@ 49312 - To be added. + Represents the TLS_RSA_WITH_AES_128_CCM_8 cipher suite. @@ -6119,7 +6128,7 @@ 156 - To be added. + Represents the TLS_RSA_WITH_AES_128_GCM_SHA256 cipher suite. @@ -6139,7 +6148,7 @@ 53 - To be added. + Represents the TLS_RSA_WITH_AES_256_CBC_SHA cipher suite. @@ -6159,7 +6168,7 @@ 61 - To be added. + Represents the TLS_RSA_WITH_AES_256_CBC_SHA256 cipher suite. @@ -6179,7 +6188,7 @@ 49309 - To be added. + Represents the TLS_RSA_WITH_AES_256_CCM cipher suite. @@ -6199,7 +6208,7 @@ 49313 - To be added. + Represents the TLS_RSA_WITH_AES_256_CCM_8 cipher suite. @@ -6219,7 +6228,7 @@ 157 - To be added. + Represents the TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suite. @@ -6239,7 +6248,7 @@ 49212 - To be added. + Represents the TLS_RSA_WITH_ARIA_128_CBC_SHA256 cipher suite. @@ -6259,7 +6268,7 @@ 49232 - To be added. + Represents the TLS_RSA_WITH_ARIA_128_GCM_SHA256 cipher suite. @@ -6279,7 +6288,7 @@ 49213 - To be added. + Represents the TLS_RSA_WITH_ARIA_256_CBC_SHA384 cipher suite. @@ -6299,7 +6308,7 @@ 49233 - To be added. + Represents the TLS_RSA_WITH_ARIA_256_GCM_SHA384 cipher suite. @@ -6319,7 +6328,7 @@ 65 - To be added. + Represents the TLS_RSA_WITH_CAMELLIA_128_CBC_SHA cipher suite. @@ -6339,7 +6348,7 @@ 186 - To be added. + Represents the TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 cipher suite. @@ -6359,7 +6368,7 @@ 49274 - To be added. + Represents the TLS_RSA_WITH_CAMELLIA_128_GCM_SHA256 cipher suite. @@ -6379,7 +6388,7 @@ 132 - To be added. + Represents the TLS_RSA_WITH_CAMELLIA_256_CBC_SHA cipher suite. @@ -6399,7 +6408,7 @@ 192 - To be added. + Represents the TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 cipher suite. @@ -6419,7 +6428,7 @@ 49275 - To be added. + Represents the TLS_RSA_WITH_CAMELLIA_256_GCM_SHA384 cipher suite. @@ -6439,7 +6448,7 @@ 9 - To be added. + Represents the TLS_RSA_WITH_DES_CBC_SHA cipher suite. @@ -6459,7 +6468,7 @@ 7 - To be added. + Represents the TLS_RSA_WITH_IDEA_CBC_SHA cipher suite. @@ -6479,7 +6488,7 @@ 1 - To be added. + Represents the TLS_RSA_WITH_NULL_MD5 cipher suite. @@ -6499,7 +6508,7 @@ 2 - To be added. + Represents the TLS_RSA_WITH_NULL_SHA cipher suite. @@ -6519,7 +6528,7 @@ 59 - To be added. + Represents the TLS_RSA_WITH_NULL_SHA256 cipher suite. @@ -6539,7 +6548,7 @@ 4 - To be added. + Represents the TLS_RSA_WITH_RC4_128_MD5 cipher suite. @@ -6559,7 +6568,7 @@ 5 - To be added. + Represents the TLS_RSA_WITH_RC4_128_SHA cipher suite. @@ -6579,7 +6588,7 @@ 150 - To be added. + Represents the TLS_RSA_WITH_SEED_CBC_SHA cipher suite. @@ -6599,7 +6608,7 @@ 49180 - To be added. + Represents the TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -6619,7 +6628,7 @@ 49183 - To be added. + Represents the TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA cipher suite. @@ -6639,7 +6648,7 @@ 49186 - To be added. + Represents the TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA cipher suite. @@ -6659,7 +6668,7 @@ 49179 - To be added. + Represents the TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -6679,7 +6688,7 @@ 49182 - To be added. + Represents the TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA cipher suite. @@ -6699,7 +6708,7 @@ 49185 - To be added. + Represents the TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA cipher suite. @@ -6719,7 +6728,7 @@ 49178 - To be added. + Represents the TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA cipher suite. @@ -6739,7 +6748,7 @@ 49181 - To be added. + Represents the TLS_SRP_SHA_WITH_AES_128_CBC_SHA cipher suite. @@ -6759,8 +6768,8 @@ 49184 - To be added. + Represents the TLS_SRP_SHA_WITH_AES_256_CBC_SHA cipher suite. - \ No newline at end of file +