zmap / zlint

X.509 Certificate Linter focused on Web PKI standards and requirements.
https://zmap.io
Apache License 2.0
363 stars 109 forks source link

Cleanup e_crl_revoked_certificates_field_must_be_empty #849

Closed pgporada closed 5 months ago

pgporada commented 5 months ago

Two //x/crypto/cryptobyte ReadASN1Element calls were unneeded and are now removed. In the original //crypto/x509/parser.go code those lines were used to populate fields in a struct, but we're operating on raw bytes within this lint.