indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
181 stars 64 forks source link

Revoked certificates not being decoded #83

Closed ruiquelhas closed 7 years ago

ruiquelhas commented 7 years ago

Details about revoked certificates are not being properly decoded using the RFC 5280 API. No matter the contents of a CRL, the result always contains revokedCertificates: {}.

indutny commented 7 years ago

Fixed by yourself :wink: