summaryrefslogtreecommitdiff
path: root/suites.txt
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-12-05 21:55:47 +0100
committerPeter Wu <lekensteyn@gmail.com>2013-12-09 23:31:58 +0100
commit55aef355cc1e26f8f14fa747adfed0fed05da994 (patch)
tree1391b68c1fd0313935c3eb7c2af80e3acd2d67b0 /suites.txt
parenta2decf92ad7d0a003709311ffa3f781cd40e7ce2 (diff)
downloadwireshark-notes-55aef355cc1e26f8f14fa747adfed0fed05da994.tar.gz
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 ]
Diffstat (limited to 'suites.txt')
-rw-r--r--suites.txt7
1 files changed, 7 insertions, 0 deletions
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