implementation of strictcrlpolicy=ifuri
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user