From c0a1b5054836bdbc7546130c1b4c0228c36df7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 24 Oct 2006 12:38:46 +0000 Subject: [PATCH] add HX509_LOCAL_ATTRIBUTE_MISSING git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18855 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509_err.et | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/hx509/hx509_err.et b/lib/hx509/hx509_err.et index ebac6c7c6..61162495a 100644 --- a/lib/hx509/hx509_err.et +++ b/lib/hx509/hx509_err.et @@ -35,6 +35,7 @@ error_code PROXY_CERT_NAME_WRONG, "Proxy certificate is invalid" error_code NAME_MALFORMED, "Name is malformated" error_code CERTIFICATE_MALFORMED, "Certificate is malformated" error_code CERTIFICATE_MISSING_EKU, "Certificate is missing a required EKU" +error_code PROXY_CERTIFICATE_NOT_CANONICALIZED, "Proxy certificate not canonicalize" # cms related errors index 32 @@ -62,7 +63,7 @@ error_code NO_PROMPTER, "No prompter function defined" error_code SIGNATURE_WITHOUT_SIGNER, "Signature require signer, but non available" # revoke related errors -index 94 +index 96 prefix HX509 error_code CRL_USED_BEFORE_TIME, "CRL used before it became valid" error_code CRL_USED_AFTER_TIME, "CRL used after it became invalid" @@ -71,6 +72,10 @@ error_code CRL_CERT_REVOKED, "Certificate is included in CRL" error_code REVOKE_STATUS_MISSING, "No revoke status found for certificates" error_code CRL_UNKNOWN_EXTENSION, "Unknown extension" +# misc error +index 108 +error_code LOCAL_ATTRIBUTE_MISSING, "No local key attribute" + # keystore related error index 128 error_code PKCS11_NO_SLOT, "No smartcard reader/device found"