Re: about NSS

2002-09-24 Thread Julien Pierre
pingzhenyu wrote: How can I buill Nss with VC++,and how can I debug it with VC++ By following the build instructions at http://www.mozilla.org/projects/security/pki/nss/buildnss_33.html .

Re: About NSS and PKCS#11 + SSL_ForceHandshake

2001-12-13 Thread Patrick
Thanks. But about the crux of the matter and rest of my message: The problem was my use of SSL_ForceHandshake...I was using it before any data exchange between client and server, and for some unexplained reason, that was preventing the cert on the card from being used...Isn't that odd? According

Re: About NSS and PKCS#11 + SSL_ForceHandshake

2001-12-12 Thread Nelson B. Bolyard
Patrick wrote: Update on my NSS + PKCS11 troubles: I finally got my NSS client app to work with the PKCS11 crypto module and the smartcard, and use the client cert on the card for SSL client auth. Congratulations! Speaking of SSL handshakes, when and why is SSL_ResetHandshake used? Is

Re: About NSS and PKCS#11 + SSL_ForceHandshake

2001-12-12 Thread Wan-Teh Chang
Nelson B. Bolyard wrote: Read The Fabuluous Manual! :) Can't resist.

About NSS and PKCS#11

2001-12-10 Thread Patrick
Regarding the use of NSS and PKCS#11 crypto modules: I have talked about this earlier, where I had an NSS *3.1*-enabled app trying to use a certificate stored on a smartcard for SSL authentication, but NSS would balked at my attempt because The key does not support the requested operation. It