jessie-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jessie-discuss] 0.9.7 + Mozilla/OpenSSL working - 1.0.0/CVS still n


From: Martin Egholm Nielsen
Subject: Re: [Jessie-discuss] 0.9.7 + Mozilla/OpenSSL working - 1.0.0/CVS still nothing
Date: Thu, 05 May 2005 10:47:29 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050319

Hi,

It seems that Jessie/GNU-Crypto doesn't work well with e.g. "TLS_DHE_RSA_WITH_AES_256_CBC_SHA", whereas "SSL_RSA_WITH_RC4_128_MD5" does. There are quite some more suites that doesn't work (or maybe just takes so much computational handshake time, that Mozilla times out)...
For Mozilla (1.7.6 at least) these are the suites that need being disabled (source snippet from where I ignore those suites):
      if (allCiphers[i].endsWith("_DHE_RSA_WITH_AES_256_CBC_SHA") ||
          allCiphers[i].endsWith("_DHE_RSA_WITH_AES_128_CBC_SHA") ||
          allCiphers[i].endsWith("_DHE_RSA_WITH_3DES_EDE_CBC_SHA") ||
          allCiphers[i].endsWith("_DHE_RSA_WITH_DES_CBC_SHA"))

// Martin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]