implementation of strictcrlpolicy=ifuri

This commit is contained in:
Andreas Steffen
2007-04-20 11:12:08 +00:00
parent ab58c17445
commit 4841189b72
9 changed files with 134 additions and 76 deletions
+9
View File
@@ -233,6 +233,15 @@ enum status_t {
NEED_MORE,
};
/**
* used by strict_crl_policy
*/
typedef enum {
STRICT_NO,
STRICT_YES,
STRICT_IFURI
} strict_t;
/**
* enum_names for type status_t.
*/