Closed christopher-henderson closed 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)
Yeah, It's from upstream crypto/x509 @zakird (source link in PR description if you're interested)
crypto/x509
Oh I completely missed that 🤦🏽 . Looks good!
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)