zmap / zcrypto

Liberal Go TLS + X.509 Library for Research
Other
135 stars 83 forks source link

Bring in support for Certificate Revocation Lists #349

Closed christopher-henderson closed 1 year ago

christopher-henderson commented 1 year ago

This change brings in the RevocationList type from https://cs.opensource.google/go/go/+/refs/tags/go1.20:src/crypto/x509/x509.go;l=2154

It's ultimate purpose is to bring in the capability in order to enable ZLint to perform lints on CRLs (for more information, please see https://github.com/zmap/zlint/pull/699)

christopher-henderson commented 1 year ago

Yeah, It's from upstream crypto/x509 @zakird (source link in PR description if you're interested)

zakird commented 1 year ago

Oh I completely missed that 🤦🏽 . Looks good!