Re: How to refresh Firefox keystore

2010-07-12 Thread Robert Relyea
On 07/05/2010 06:28 PM, Subrata Mazumdar wrote: > > I not sure about the current version (3.6) of FF, but earlier versions > (FF 2.0 and 3.0), the key/certificate DB did not support multiple > write interfaces i.e. DB write using one API does not get propagated > to other API. As a result, keys/cer

Re: How to refresh Firefox keystore

2010-07-12 Thread Robert Relyea
On 07/05/2010 04:13 PM, james07 wrote: > I notice the cert8.db and key3.db files get updated only when the JVM shuts > down. That may explain why the new certificate doesn't show up. Is this > (update of the db files) the expected behavior? It seems strange. Is there a > way to commit the change? >

Re: How to refresh Firefox keystore

2010-07-07 Thread james07
Apologies. The connection error was due to sec_error_invalid_key. Setting the right key usage when importing the private key fixed it. Thanks again everyone for your help and suggestions. Truly appreciated. James -- View this message in context: http://old.nabble.com/How-to-refresh-Firefox

Re: How to refresh Firefox keystore

2010-07-06 Thread james07
eair wrote: > > Wasn't a new version of NSS released (and thus JSS) that had a cert9.db > and key4.db? Those are SQLite3 databases, and are the only versions that > actively support multiple processes writing to them. > > -Kyle H > -- View this message in context:

Re: How to refresh Firefox keystore

2010-07-05 Thread Subrata Mazumdar
I not sure about the current version (3.6) of FF, but earlier versions (FF 2.0 and 3.0), the key/certificate DB did not support multiple write interfaces i.e. DB write using one API does not get propagated to other API. As a result, keys/certs added by JSS API are not picked by the PSM XPCOM

Re: How to refresh Firefox keystore

2010-07-05 Thread aerowolf
NUMEROUS different possible solutions. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto -- View this message in context: http://old.nabble.com/How-to-refresh-Firefox-keystore-tp29042183p29080574.html Sent from the Mozilla

Re: How to refresh Firefox keystore

2010-07-05 Thread james07
e can discuss the NUMEROUS > different possible solutions. > -- > dev-tech-crypto mailing list > dev-tech-crypto@lists.mozilla.org > https://lists.mozilla.org/listinfo/dev-tech-crypto > > -- View this message in context: http://old.nabble.com/How-to-refresh-Firefox-keystore-tp29042183p29080574.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: How to refresh Firefox keystore

2010-07-03 Thread Nelson B Bolyard
On 2010-07-01 18:10 PDT, james07 wrote: > 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 we

Re: How to refresh Firefox keystore

2010-07-01 Thread james07
cates) Is it possible to refresh the PSM cache while the browser is running? Thanks, James -- View this message in context: http://old.nabble.com/How-to-refresh-Firefox-keystore-tp29042183p29051752.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto

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

How to refresh Firefox keystore

2010-06-30 Thread james07
e immediately in a client authentication SSL session. Many thanks. James -- View this message in context: http://old.nabble.com/How-to-refresh-Firefox-keystore-tp29042183p29042183.html Sent from the Mozilla - Cryptography mailing list archive at Nabble.com. -- dev-tech-crypto mai