From 55aef355cc1e26f8f14fa747adfed0fed05da994 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 5 Dec 2013 21:55:47 +0100 Subject: suites.txt: add suites already in wireshark These are no official cipher suites, but they are used somewhere. Sources: - (96-102) "0x00,0x60-0x66 Reserved to avoid conflicts with widely deployed implementations" [1] - (96-97) Disabled in OpenSSL 0.9.8c, from a commit message on 14 June 2006: "the latter two [0x00,0x61 and 0x00,0x60 cipher suites] were purpotedly from draft-ietf-tls-56-bit-ciphersuites-0[01].txt, but do not really appear there" [3] - (98-102) An (expired) IETF draft on 56-bit cipher suites defines cipher suites 0x00,0x62-66 [2] [1]: http://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4 [2]: http://tools.ietf.org/html/draft-ietf-tls-56-bit-ciphersuites-01 [3]: http://marc.info/?l=openssl-cvs&m=115030750911430 [ Peter: added sources ] --- suites.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'suites.txt') diff --git a/suites.txt b/suites.txt index 4c0a768..5760a98 100644 --- a/suites.txt +++ b/suites.txt @@ -67,6 +67,13 @@ 68 TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA 69 TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA 70 TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA +96 TLS_RSA_EXPORT1024_WITH_RC4_56_MD5 +97 TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 +98 TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA +99 TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA +100 TLS_RSA_EXPORT1024_WITH_RC4_56_SHA +101 TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA +102 TLS_DHE_DSS_WITH_RC4_128_SHA 103 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 104 TLS_DH_DSS_WITH_AES_256_CBC_SHA256 105 TLS_DH_RSA_WITH_AES_256_CBC_SHA256 -- cgit v1.2.1