[EMAIL PROTECTED] wrote:
Hi again,

Thanks for your reply, Robert.

I didn't explain myself clearly (I'm a newbie with NSS). I was meaning
ways to create a CERTCertDBHandle. I am missing something similar to
the deprecated CERT_OpenCertDBFilename function.

Thanks again,
Antonio
Ah, The CERTCertDBHandle is basically an historical dreg in our code. NSS always has a consoldiated view of all the databases. The only time they are distinguished is if you specify a particular token (PK11SlotInfo *). What is it you are trying to actually do?

bob
On Oct 29, 8:46 pm, Robert Relyea <[EMAIL PROTECTED]> wrote:
Antonio wrote:
Hi all,
Is it possible to create a brand new certificate database at runtime
for read/write purposes, without it being the default database?
Thanks,
Antonio
Yes,

The thread "multiple pkcs 12 files vs. firefox software pkcs 11
module..." has a link to two functions that allow you to open and close
new database.
These databases are accessed just like any other token.

bob



_______________________________________________
dev-tech-crypto mailing list
[EMAIL PROTECTED]
https://lists.mozilla.org/listinfo/dev-tech-crypto

 smime.p7s
4KViewDownload
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to