Re: Assertation failure in my server test that no ciphers are present or enabled is zero

2008-10-06 Thread Claes Jakobsson
On 6 okt 2008, at 21.14, Julien R Pierre - Sun Microsystems wrote: > SSLsample is outdated code and has been removed from the NSS source > tree > in 3.12.1. See https://bugzilla.mozilla.org/show_bug.cgi?id=359302 > Please use selfserv as a server code sample. Excellent and thanks for the heads

Re: Assertation failure in my server test that no ciphers are present or enabled is zero

2008-10-06 Thread Julien R Pierre - Sun Microsystems
Claes, Claes Jakobsson wrote: > Hi, > > I'm writing a test-case for the Perl bindings that basically is just > server from SSLsample. However when I try to connect to it I get an > assertation failure: PR_Assert (s=0x86d2c "numPresent > 0 || numEnabled > == 0", file=0x86ced "ssl3con.c", ln=670

Re: Assertation failure in my server test that no ciphers are present or enabled is zero

2008-10-04 Thread Nelson B Bolyard
Claes Jakobsson wrote, On 2008-10-04 06:10: > Hi, > > I'm writing a test-case for the Perl bindings that basically is just > server from SSLsample. However when I try to connect to it I get an > assertation failure: PR_Assert (s=0x86d2c "numPresent > 0 || > numEnabled == 0", file=0x86ced "ss

Assertation failure in my server test that no ciphers are present or enabled is zero

2008-10-04 Thread Claes Jakobsson
Hi, I'm writing a test-case for the Perl bindings that basically is just server from SSLsample. However when I try to connect to it I get an assertation failure: PR_Assert (s=0x86d2c "numPresent > 0 || numEnabled == 0", file=0x86ced "ssl3con.c", ln=670). My NSS is 3.12 The code below shows