FFI wrapper over Windows CryptoApi (crypt32.dll)
See
\Samples\UpdateCertificateList\updateCRL.js
for usage example.Methods
getCRLInfo(fileName) → Object
static
Parse CRL (certificate revocation list) file.
Result object has structure {issuer: String, crl:{[{serial: [], revocationDate: Date }]}}
Arguments:
-
fileName
(String)
 CRL file name
{issuer: String, crl:{[{serial: [], revocationDate: Date }]}}
fileName
(String)
 CRL file name