CreateCRL has been Deprecated: this method does not generate an RFC 5280 conformant X.509 v2 CRL.
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
CreateCRL in crl/crl.go has been Deprecated.
// CreateCRL returns a DER encoded CRL, signed by this Certificate, that
// contains the given list of revoked certificates.
//
// Deprecated: this method does not generate an RFC 5280 conformant X.509 v2 CRL.
// To generate a standards compliant CRL, use **CreateRevocationList** instead.


Contributor guide
Assessment
This issue has not been assessed yet.