On Fri, Aug 14, 2009 at 5:27 AM, Abhishek Rahirikar<abhis...@gslab.com> wrote: > Hello: > > I am using NSS_NoDB_Init() function to initialize the NSS (I have used > PR_Init() before this call as said in the documentation). > > After passing NULL as the argument, I am getting SECFailure as return value. > > PR_GetError returned value -8192 which says : An I/O error occurred during > authentication; or an error occurred during crypto operation (other than > signature verification).
Hi, Set a breakpoint in NSC_Initialize. When the breakpoint is hit, step inside nsc_CommonInitialize and find out which function call fails. In particular, see if RNG_RNGInit fails. I guess your libfreebl3.so (or freebl3.dll) library is not installed properly. What version of NSS are you using? Wan-Teh -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto