Ronald-
NSS does have code for managing certificates stored in the certificate
database. The tool you would want to use is certutil. It is documented
at http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html.
You might also want to look at NSS's S/MIME library. The code is at
http://lxr.mozilla.org/mozilla/source/security/nss/lib/smime/
-Ian
Ronald van Kuijk wrote:
> Hi,
>
> I have a mail application that uses openssl to do ssl and s/mime things.
> I cannot access the certificates in the netscape certstore. Since nss
> does have this possibility, I was wondering if anybody has already
> created some code to do this. I not, could somebody point me in some
> direction or is it as simple as seen in the cmd-line keyutil tool?
>
> Thanks,
>
> Ronald van Kuijk