Re: How to refresh Firefox keystore

2010-07-01 Thread james07
I'm importing the key pair into the browser's soft token. I can see that the cert8.db and key3.db files in the profile directory are updated and I can also see the new certificate using certutil.exe -L. However when attempting to connect to a website that requires client SSL authentication in th

Please don't use NSPR 4.8.5

2010-07-01 Thread Kai Engert
Please don't use NSPR 4.8.5. The release tag got created without release testing and without coordination. The NSPR/NSS team has decided to delete the CVS tag, which I'll do shortly. The next official release will be NSPR 4.8.6 Thanks and Regards, Kai -- dev-tech-crypto mailing list dev-tec

Re: How to refresh Firefox keystore

2010-07-01 Thread Robert Relyea
On 06/30/2010 10:47 PM, james07 wrote: > Hi, > > I have an applet that uses JSS to import an RSA keypair into Firefox's > keystore, as per the following code. > > > CryptoManager.initialize("C:\Users\James\AppData\Roaming\Mozilla\Firefox\Profiles\y78kp7l6.default"); > CryptoMan