Petar,

Petar Popara wrote:
Perhaps I didn't properly explain what would I like to acomplish:

1. Download CRL from some http url,
2. Insert downloaded CRL into Mozilla/Firefox cert/key store (cert8.db?).

Could anyone please tell me which NSS functions (API) I should use for this?

Thank you in advance.

First, decode the CRL with CERT_DecodeDERCrl or CERT_DecodeDERCrlWithFlags .

Then, import it to the DB with PK11_ImportCRL .

Look at NSS tool crlutil .
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to