From 4f39f92eff5949b7965ea16aea242e6bfa35e433 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 22 Jan 2002 13:32:48 +0000 Subject: * certpath.c (unknown_criticals): New. (allowed_ca): New. (gpgsm_validate_path): Check validity, CA attribute, path length and unknown critical extensions. --- common/errors.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/errors.h') diff --git a/common/errors.h b/common/errors.h index 4ce89d0c8..8f23161ed 100644 --- a/common/errors.h +++ b/common/errors.h @@ -77,6 +77,10 @@ enum { GNUPG_Line_Too_Long = 48, GNUPG_Not_Trusted = 49, GNUPG_Canceled = 50, + GNUPG_Bad_CA_Certificate = 51, + GNUPG_Certificate_Expired = 52, + GNUPG_Certificate_Too_Young = 53, + GNUPG_Unsupported_Certificate = 54, }; /* Status codes - fixme: should go into another file */ -- cgit v1.2.3