cryptApi

FFI wrapper over Windows CryptoApi (crypt32.dll) See \Samples\UpdateCertificateList\updateCRL.js for usage example.
Author:
  • xmax

Methods

getCRLInfo(fileName)Object static

Parse CRL (certificate revocation list) file. Result object has structure {issuer: String, crl:{[{serial: [], revocationDate: Date }]}}
Arguments:
  1. fileName (String)  CRL file name