Add CRL errors.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16614 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-19 18:15:03 +00:00
parent 9ea664c77c
commit 09436f69c1

View File

@@ -50,4 +50,13 @@ error_code SIG_INVALID_FORMAT, "Invalid format on signature"
error_code OID_MISMATCH, "Mismatch bewteen oids"
error_code NO_PROMPTER, "No prompter function defined"
index 94
prefix HX509_CRL
error_code USED_BEFORE_TIME, "CRL used before it became valid"
error_code USED_AFTER_TIME, "CRL used after it became invalid"
error_code INVALID_FORMAT, "CRL have invalid format"
error_code CERT_REVOKED, "Certificate is included in CRL"
error_code MISSING, "No CRL found for certificates CA"
end