2009/11/19 Kai Chan <nahc...@gmail.com>:
> Hi,
>
> Is there a way to do certificate operations in NSS without using the
> cert8.db?

Yes, you can initialize NSS with NSS_NoDB_Init(NULL).
Then NSS won't create or use any databases.

You can then import certificates as "temporary certificates"
(as opposed to "permanent certificates" or "token certificates"
that are stored in cert8.db) and perform operations on them.

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

Reply via email to