Re: Help on building NSPR, NSS on Windows

2006-10-24 Thread Frank Lee
Found Cl to be from Microsoft Visual Studio 8 and I've added the classpath to "C:\Program Files\Microsoft Visual Studio 8\VC\bin", only to meet with another error: C:\Frank_Lee\Eclipse\Academy_workspace\NSS_SignTools\mozilla\security\nss>make nss_build_all cd ../coreconf ; make make[1]: Enteri

Help on building NSPR, NSS on Windows

2006-10-24 Thread Frank Lee
Hi, while trying to build NSS using instructions from [EMAIL PROTECTED]'s thread below on "Help on building NSPR, NSS on Windows", dated "Monday, 16 October, 2006 3:16 AM", I encountered this problem. Below is the build error. ... ... creating pr/tests/dll/Makefile creating pr/src/threads/comb

Re: SSL connection fails on the server with SSL_ERROR_HANDSHAKE_FAILURE_ALERT

2006-10-24 Thread Julien Pierre
Honzab wrote: All right, everything is working now. We found a mistake in our code - setting for ECC suites were inside of #ifdef NSS_ENABLE_ECC which was not defined. We define this symbol now and disable all ECC suites for all prototypes of socket we use (client and server too). I used Wiresha

Re: Getting SSL server cert from within a plugin

2006-10-24 Thread Chris Masone
Ok, I've explored further. It's not so much a null problem. It seems that, when I get the SSL cert using the code below, for the FIRST REQUEST AND RESPONSE I get the cert from the previous site. If there was no cert, I get nothing. This leads me to believe that this is _not_ the right way to

Re: SSL connection fails on the server with SSL_ERROR_HANDSHAKE_FAILURE_ALERT

2006-10-24 Thread Honzab
All right, everything is working now. We found a mistake in our code - setting for ECC suites were inside of #ifdef NSS_ENABLE_ECC which was not defined. We define this symbol now and disable all ECC suites for all prototypes of socket we use (client and server too). I used Wireshark to watch the