RES: Problem on accessing a smart card in Firefox with JSS

2011-09-05 Thread Walter do Valle
> As stated in here: > http://www.mozilla.org/projects/security/pki/jss/using_jss.html, you > need specific version of nss/nspr depending on your jss library. > Apart from that, i have noticed that JSS 4.2.5 depends on libnspr, > libplc4 and libplds4 among others while modutil depends on nspr, plc

Re: Problem on accessing a smart card in Firefox with JSS

2011-09-02 Thread Walter do Valle
Robert, thanks a lot. Works perfect with this jss3.dll! And better, I need only this one. http://download02.mozilla.org/pub/security/jss/releases/JSS_3_4_RTM/WIN954.0 _OPT.OBJ/lib/jss3.dll Repository is very confuse. Until now I don't know what version could I use. However, problem solved. Than

RES: Problem on accessing a smart card in Firefox with JSS

2011-09-02 Thread Walter do Valle
> Where did you get your jss4.dll? I vaguely remember a time when there > were 2 flavors of libraries on windows (one that used NT fibers and the > other that used regular threads). You do not want to mix these libraries > are bad things(TM) will happen. http://download02.mozilla.org/pub/security/

Re: Problem on accessing a smart card in Firefox with JSS

2011-09-02 Thread Walter do Valle
>>> libnspr4 >>> libplc4 >>> libplds4 >> Did your firefox come with this libs? I have only nspr4.dll, plc4.dll and >> plds4.dll (all 4.8.9 - Firefox 6), > Those are the same libraries. The names are platform dependent (Linux > and Unix and the 'lib' prefix and usually have the extention .so (or .s

RES: RES: Problem on accessing a smart card in Firefox with JSS

2011-09-02 Thread Walter do Valle
Hello helpcrypto Thanks for your concern. > IMHO you should distribute your jss+their dependencies, cause firefox > libs are more recent and could have incompatibilities. (We had a bunch > of this kind of errors). > So, copy all files to c:\test, add c:\test to the path and > remove/rename any ot

RES: RES: Problem on accessing a smart card in Firefox with JSS

2011-09-02 Thread Walter do Valle
Hello Robert Thanks again. > NPR 4.2.2 is quite old. The latest is 4.8.8. I don't know if that's your problem, > but running a newer version of NSS with an older version of NSPR could cause some > problem. NSPR is the lowest layer of the stack, so must be the must up-to-date. > I'd use the fi

RES: Problem on accessing a smart card in Firefox with JSS

2011-09-01 Thread Walter do Valle
ugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # _________ Walter do Valle -Mensagem original- De: dev-tech-crypto-bounces+wvl=jfsc.jus...@lists.mozilla.org [mail

Problem on accessing a smart card in Firefox with JSS

2011-08-31 Thread Walter do Valle
oDispKeys.put(oCertsArray[i].getNickname(),oPKey); } catch (ObjectNotFoundException e){ System.out.println("ObjectNotFoundException"); } catch (Exception e){ e.printStackTrace(); } } _ Walt