Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Decoding some more SSL cipher suites in packet-ssl.c

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

From: Marco van den Bovenkamp <marco@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 17 Jul 2004 19:49:33 +0200
Guy Harris wrote:

On Sat, Jul 17, 2004 at 12:24:45PM +0200, Marco van den Bovenkamp wrote:

New patch, adding the Camellia-based cipher suites from http://www.ietf.org/internet-drafts/draft-ietf-tls-camellia-04.txt as well. It replaces the previous patch.

Checked in.

*DUH*. Forgot to add them to the SSL3 list as well. Done. Patch relative to current CVS version.

--

		Regards,

			Marco.
*** packet-ssl.c	Sat Jul 17 12:19:43 2004
--- packet-ssl.c.new	Sat Jul 17 19:38:17 2004
***************
*** 570,575 ****
--- 570,587 ----
      { 0x0038, "TLS_DHE_DSS_WITH_AES_256_CBC_SHA" },
      { 0x0039, "TLS_DHE_RSA_WITH_AES_256_CBC_SHA" },
      { 0x003A, "TLS_DH_anon_WITH_AES_256_CBC_SHA" },
+     { 0x0041, "TLS_RSA_WITH_CAMELLIA_128_CBC_SHA" },
+     { 0x0042, "TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA" },
+     { 0x0043, "TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA" },
+     { 0x0044, "TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA" },
+     { 0x0045, "TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA" },
+     { 0x0046, "TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA" },
+     { 0x0047, "TLS_ECDH_ECDSA_WITH_NULL_SHA" },
+     { 0x0048, "TLS_ECDH_ECDSA_WITH_RC4_128_SHA" },
+     { 0x0049, "TLS_ECDH_ECDSA_WITH_DES_CBC_SHA" },
+     { 0x004A, "TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA" },
+     { 0x004B, "TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA" },
+     { 0x004C, "TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA" },
      { 0x0060, "TLS_RSA_EXPORT1024_WITH_RC4_56_MD5" },
      { 0x0061, "TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5" },
      { 0x0062, "TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA" },
***************
*** 577,582 ****
--- 589,600 ----
      { 0x0064, "TLS_RSA_EXPORT1024_WITH_RC4_56_SHA" },
      { 0x0065, "TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA" },
      { 0x0066, "TLS_DHE_DSS_WITH_RC4_128_SHA" },
+     { 0x0084, "TLS_RSA_WITH_CAMELLIA_256_CBC_SHA" },
+     { 0x0085, "TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA" },
+     { 0x0086, "TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA" },
+     { 0x0087, "TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA" },
+     { 0x0088, "TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA" },
+     { 0x0089, "TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA" },
      /* these from http://www.mozilla.org/projects/
           security/pki/nss/ssl/fips-ssl-ciphersuites.html */
      { 0xfefe, "SSL_RSA_FIPS_WITH_DES_CBC_SHA"},