On Wed, Mar 17, 2010 at 9:44 AM, Gregory BELLIER <gregory.bell...@gmail.com> wrote: > > So I guess I miss something to add a cipher in NSS. Until now it has worked > for S/Mime but this bug appears with the need to use TLS. > > What should have been done that I didn't ?
Without looking at your code, I'm afraid that we won't be able to help much. You can use the NSS command-line tool 'ssltap' to inspect the SSL handshake messages: http://www.mozilla.org/projects/security/pki/nss/tools/ssltap.html You only need to capture the ClientHello and ServerHello messages (the first two messages of a handshake). You can also write a simple program that iterate over the SSL_ImplementedCiphers array (the array size is SSL_NumImplementedCiphers) and see if your cipher is in it. Wan-Teh -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto