X509CRL parser revokedCertificate bugfix
X509CRL parser revokedCertificate bugfix
- Changes from 9.1.3 to 9.1.4 (2020-Aug-28)
- src/asn1hex.js
- get{Idx,V,TLV}byList return value aligned to
get{Idx,V,TLV}byListEx.
- get{Idx,V,TLV}byList return value aligned to
- src/x509crl.js
- BUGFIX: error when nextUpdate exists and
no revokedCertificates
- BUGFIX: error when nextUpdate exists and
- src/asn1hex.js
missed to export X509CRL in npm package
- Changes from 9.1.2 to 9.1.3 (2020-Aug-28)
- npm/lib/footer.js
- export X509CRL
- NOTE: only npm package released
- npm/lib/footer.js