Our device implements the following ciphers:

#define USE_SSL_RSA_WITH_RC4_128_MD5
#define USE_SSL_RSA_WITH_RC4_128_SHA
#define USE_SSL_RSA_WITH_3DES_EDE_CBC_SHA
#define USE_TLS_RSA_WITH_AES_128_CBC_SHA  /* must define USE_TLS */
#define USE_TLS_RSA_WITH_AES_256_CBC_SHA  /* must define USE_TLS */

The RC4 ciphers are enabled in about:config. One thing I have not
figured out is how to force Firefox to use TLS instead of SSL.

I will try the ssltap utility mentioned by Nelson and see what it uncovers.

Thanks,
Pedro

On 3/8/07, Jean-Marc Desperrier <[EMAIL PROTECTED]> wrote:
Pedro DeKeratry wrote:
> The company I work for produces an embedded device that contains an
> SSLv3/TLSv1.0 implementation.
 > [...] Firefox 2.0.x does not. The browser sends a
> RST at the end of nearly every initial SSL handshake.

Do you have a list of the ciphers you implement in your device ?

The main difference between Fx 2 and Fx 1.5 is that 56 bits ciphers are
now by default disabled.
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to