On Wed, Dec 23, 2009 at 10:45 PM, Abhishek Rahirikar <abhishek.rahiri...@gmail.com> wrote: > > Is there any way by which I can specify a cipher list which needs to be > tested just like Openssl provides -cipher option used in Openssl?
First, use code similar to this (the disableAllSSLCiphers function in the tstclnt.c test program) to disable all ciphers: http://mxr.mozilla.org/security/source/security/nss/cmd/tstclnt/tstclnt.c#264 Then, re-enable just the ciphers specified on the cipher list, using code similar to the example that Alexei suggested. Wan-Teh -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto