From 986fe523a1b2a92a7fb67f8a355974d398c5111a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 8 Oct 2006 13:39:27 +0000 Subject: [PATCH] Add new pkcs11 related errors in a new section: keystore related error. Patched based on code from Douglas Engert. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18347 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509_err.et | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hx509/hx509_err.et b/lib/hx509/hx509_err.et index 72602921b..ebac6c7c6 100644 --- a/lib/hx509/hx509_err.et +++ b/lib/hx509/hx509_err.et @@ -71,5 +71,9 @@ 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" +# keystore related error +index 128 +error_code PKCS11_NO_SLOT, "No smartcard reader/device found" +error_code PKCS11_NO_TOKEN, "No smartcard in reader" end