Kyle Hamilton wrote, On 2009-02-26 07:49:

> I am not sure how NSS's crlutil handles PEM, 

It doesn't.  It requires DER.

> or which tool would be used to de-PEM the target.

   grep -v "X509 CRL" crl.pem | atob -o crl.der

Uses the "atob" utility which is one of NSS's utilities.
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to