added support of ca information records and ocsp keywords
This commit is contained in:
@@ -31,15 +31,21 @@ typedef enum {
|
||||
STROKE_STATUSALL,
|
||||
STROKE_LIST_CERTS,
|
||||
STROKE_LIST_CACERTS,
|
||||
STROKE_LIST_OCSPCERTS,
|
||||
STROKE_LIST_CAINFOS,
|
||||
STROKE_LIST_CRLS,
|
||||
STROKE_LIST_OCSP,
|
||||
STROKE_LIST_ALL,
|
||||
STROKE_REREAD_CACERTS,
|
||||
STROKE_REREAD_OCSPCERTS,
|
||||
STROKE_REREAD_CRLS,
|
||||
STROKE_REREAD_ALL
|
||||
STROKE_REREAD_ALL,
|
||||
STROKE_PURGE_OCSP
|
||||
} stroke_keyword_t;
|
||||
|
||||
#define STROKE_LIST_FIRST STROKE_LIST_CERTS
|
||||
#define STROKE_REREAD_FIRST STROKE_REREAD_CACERTS
|
||||
#define STROKE_PURGE_FIRST STROKE_PURGE_OCSP
|
||||
|
||||
typedef struct stroke_token stroke_token_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user