Re: jss & firefox compatible build (win32)

2007-11-12 Thread Matej Spiller-Muys
libnspr vs nspr issue seems to be because JSS uses NT build of nspr, while firefox uses win9x version. Is it possible to compile working jss using win9x version of nspr (due to missing pr_nt_cancelio)? ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.6/README WIN95 vs. WINNT The WIN95 co

problem with jss sha1withrsa verify raising exceptions (works in jss 3.3, jss 3.4 but not jss 4.2.5)

2007-11-12 Thread Matej Spiller-Muys
Hi, can someone please confirm the following bug. It seems to be regression in jss. signatureValue & publicKey & validData1 == valid signature (verify return true in every version of jss) signatureValue & publicKey & validData2 == invalid signature (verify should return false, since signature

Re: CERT_FindUserCertByUsage() in certhigh returns wrong certificate

2007-11-12 Thread Angelo Rosenfelder
Angelo Rosenfelder wrote: > Is there a relationship to the fixed bug #240456, where > CERT_CheckKeyUsage() was patched to 'remove' the distinction between > NR-certs and signing certs? Apparently there is one. When I revert the patch from bug #240456, my mails get signed with the certificate I'

Problem with mozilla jss

2007-11-12 Thread charan
I want to know whether there is any platform independent way to initialize and add certificates to cert7.db ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

jss & firefox compatible build (win32)

2007-11-12 Thread Matej Spiller-Muys
Hi, I'm having problems with running jss >= 3.4 under Firefox (win32). The incompatibility was introduced with jss 3.4. I have already created bugzilla issue https://bugzilla.mozilla.org/show_bug.cgi?id=402829. What I was wondering, is whether it is possible to build jss with Firefox version o