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

2007-11-14 Thread Matej Spiller-Muys
hes with access violation. Conclusion is that nss & jss in mixed builds (win9x and winnt) can't work together nicely. If you consider this a bug I am going to report it. Matej Spiller-Muys "Matej Spiller-Muys" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] &

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

2007-11-14 Thread Matej Spiller-Muys
ED]> wrote in message news:[EMAIL PROTECTED] > hi, > > I was not able to recreate this issue. I only tested on Solaris, I'll try > other platforms > when I have time. If you still have this issue, please create a bug and > provide as much info as possible. > > thanks, &

Re: jss & firefox compatible build (win32)

2007-11-14 Thread Matej Spiller-Muys
/java.sun.com/j2se/1.5.0/docs/guide/security/jce/HowToImplAJCEProvider.html#Step%205 > > hope this helps, > > glen > > > > Matej Spiller-Muys wrote: >> libnspr vs nspr issue seems to be because JSS uses NT build of nspr, >> while firefox uses win9x version.

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
de(validData2)); System.out.println(tmp.verify(Base64.decode(signatureValue))); tmp.initVerify(pkConverted); tmp.update(Base64.decode(validData1)); System.out.println(tmp.verify(Base64.decode(signatureValue))); Matej Spiller-Muys ___ dev-tech-crypto mailing l

jss & firefox compatible build (win32)

2007-11-12 Thread Matej Spiller-Muys
r something similar? Matej Spiller-Muys ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

MOZILLA JSS ASN.1 parsing

2006-05-10 Thread Matej Spiller-Muys
uld parse TAG and not forward it to its children ... CHOICE should handle CHOICE.encode (Tag tg, InputStream is) and read next TAG instead of using current one, before calling encode(InputStream is). Partial (hack) solution is to add a sequence before each second CHOICE. Comments??? Matej Spil