Re: J-PAKE (was Re: Usage of FreeBL and FreeBL/mpi through JavaScript in Firefox 4 Sync)

2010-10-23 Thread Jean-Marc Desperrier
Brian Smith wrote: "Jean-Marc Desperrier" wrote: Why are you choosing J-PAKE instead of SRP ? > The J-PAKE authors claim they developed J-PAKE to avoid patents that cover other algorithms, and they claim they won't patent it. I don't know if either claim is true or not. The reference I gave

Re: how to modify the absolute profile path in secmod.db

2010-10-23 Thread al_9x
On 10/12/2010 4:38 PM, Robert Relyea wrote: On 10/08/2010 10:58 AM, al...@yahoo.com wrote: I noticed when moving a profile that secmod.db retains the old absolute profile path (configdir='...') Is the path used for anything? Not by default. There are a number of parameters there, but when the

Re: JSS4.DLL and JSS.jar for Windows 64 bits

2010-10-23 Thread Nelson B Bolyard
On 2010-10-22 07:39 PDT, stephen.mocca...@gdc4s.com wrote: > Thanks. I'll try it. > > Stephen Moccaldi > General Dynamics C4 Systems, Inc. > stephen.mocca...@gdc4s.com > 781-455-5466 > > This message and/or attachments may include information subject to GDC4S > O.M. 1.8.6 and GD Corporate Pol

Re: Thunderbird: "Could not verify this certificate for unknown reasons"

2010-10-23 Thread Nelson B Bolyard
On 2010-10-21 13:31 PDT, Matej Kurpel wrote: > This looks like Thunderbird cannot find the user certificate in its > database. Well, it shouldn't anyway, since it resides on the token > provided by a PKCS#11 module I am developing. Right. It's not necessary for the cert to be in the database.

Re: Fennec M8 Code - HTTPS Links not working

2010-10-23 Thread Wan-Teh Chang
On Sat, Oct 23, 2010 at 5:06 AM, Ashok Subash wrote: > > Hi Wan-Teh, > > I hope i can disable the NSSDBM module without affecting anything else > in static DLL approach. I'm assuming it will be then SQLite for > storing all the certs and keys. Yes, that's correct. > I'm planning to debug with an

Re: Fennec M8 Code - HTTPS Links not working

2010-10-23 Thread Ashok Subash
On Oct 22, 11:00 pm, Wan-Teh Chang wrote: > On Fri, Oct 22, 2010 at 8:33 AM, Ashok Subash wrote: > > > Is there any other files that i need to port other than NSPR. > > Probably not.  NSS depends on the following: > - Standard C Library > - NSPR > > Wan-Teh Hi Wan-Teh, I hope i can disable the