Ethereal-dev: Re: [Ethereal-dev] packet-ssl cipher list patch

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Scott Renfro <scott@xxxxxxxxxx>
Date: Thu, 7 Feb 2002 08:33:23 -0800
Thanks for finding these.  To stay consistent with the other SSLv2
entries, we should delete the '_CK' in the one SSLv2 cipher kind.  I've
edited the patch (hoping it doesn't break the tabs/indentation).

--Scott

Index: packet-ssl.c
===================================================================
RCS file: /cvsroot/ethereal/packet-ssl.c,v
retrieving revision 1.16
diff -u -r1.16 packet-ssl.c
--- packet-ssl.c	2002/02/02 04:02:28	1.16
+++ packet-ssl.c	2002/02/07 15:35:02
@@ -221,6 +221,7 @@
     { 0x050080, "SSL2_IDEA_128_CBC_WITH_MD5" },
     { 0x060040, "SSL2_DES_64_CBC_WITH_MD5" },
     { 0x0700c0, "SSL2_DES_192_EDE3_CBC_WITH_MD5" },
+    { 0x080080, "SSL2_RC4_64_WITH_MD5" },
     { 0x000000, "TLS_NULL_WITH_NULL_NULL" },
     { 0x000001, "TLS_RSA_WITH_NULL_MD5" },
     { 0x000002, "TLS_RSA_WITH_NULL_SHA" },
@@ -252,6 +253,8 @@
     { 0x00001c, "SSL_FORTEZZA_KEA_WITH_NULL_SHA" },
     { 0x00001d, "SSL_FORTEZZA_KEA_WITH_FORTEZZA_CBC_SHA" },
     { 0x00001e, "SSL_FORTEZZA_KEA_WITH_RC4_128_SHA" },
+    { 0x000060, "TLS_RSA_EXPORT1024_WITH_RC4_56_MD5" },
+    { 0x000061, "TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5" },
     { 0x000062, "TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA" },
     { 0x000063, "TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA" },
     { 0x000064, "TLS_RSA_EXPORT1024_WITH_RC4_56_SHA" },

-- 
Scott Renfro <scott@xxxxxxxxxx>