Re: SSL handshake using NSS Vs using Openssl

2010-01-07 Thread Abhishek Rahirikar
Hello, Thank you Alexei and Wan-Teh for the help. The code was helpful to solve the problem. Regards, Abhishek "Wan-Teh Chang" wrote in message news:mailman.1626.1262923126.4112.dev-tech-cry...@lists.mozilla.org... > On Wed, Dec 23, 2009 at 10:45 PM, Abhishek Rahirikar > wrote: >> >> Is there

Re: SSL handshake using NSS Vs using Openssl

2010-01-07 Thread Wan-Teh Chang
On Wed, Dec 23, 2009 at 10:45 PM, Abhishek Rahirikar 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 prog

Re: RSA 768 factored

2010-01-07 Thread Eddy Nigg
On 01/07/2010 10:38 PM, Daniel Veditz: Just-released paper on successfully factoring RSA 768 http://eprint.iacr.org/2010/006.pdf (or http://bit.ly/8xXSgy) This isn't a big surprise I think and has been predicted and expected. Nice work by the crew nevertheless. -- Regards Signer: Eddy

RSA 768 factored

2010-01-07 Thread Daniel Veditz
Just-released paper on successfully factoring RSA 768 http://eprint.iacr.org/2010/006.pdf (or http://bit.ly/8xXSgy) -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: NSS build (pk12utils) with release option problem

2010-01-07 Thread Wan-Teh Chang
On Wed, Jan 6, 2010 at 9:31 PM, gordon gordon wrote: > > Thanks for all replies. Still whatever I do I get WINNT6.1_DBG.OBJ > build. I can set USE_DEBUG_RTL=1 or USE_DEBUG_RTL=0 it'll be the same > result. I see. I think it's because you use the Windows Command Prompt 'set' command in a Bash she

Re: NSS build (pk12utils) with release option problem

2010-01-07 Thread gordon gordon
On Jan 7, 6:31 am, gordon gordon wrote: > On Jan 7, 12:57 am, Wan-Teh Chang wrote: > > > > > On Wed, Jan 6, 2010 at 1:06 PM, gordon gordon wrote: > > > Hello everyone, I'd like to use tool called pk12utils (I want to > > > import certificate from console) however when I compile NSS with > > > mo