cfssl
cfssl copied to clipboard
Generate RFC 5280 conformant X.509 v2 CRL
According to official doc, CreateCRL is not RFC 5280 conformant and should be deprecated. This PR replaces it with new API, as well as adds an optional parameter for CRL number when generating CRL.
- Replace
CreateCRLwithCreateRevocationList. - Replace
ParseCRLwithParseRevocationList. - Replace
ca.pemin testdata with a new one that includescRLSignkey usage. - Add an optional parameter to specify CRL number in
crlandgencrl.