diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-14 17:33:02 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-14 17:33:02 +0000 |
commit | f9e0dc3e02dd0f1013ca5d385d3625dfd01b4dd9 (patch) | |
tree | fa34057c8a484a968adb60d61cf67f643b7beca7 /src/stroke/stroke_keywords.h | |
parent | 4390abeb94d7d15821602bcd27f53620417ab4b2 (diff) | |
download | strongswan-f9e0dc3e02dd0f1013ca5d385d3625dfd01b4dd9.tar.bz2 strongswan-f9e0dc3e02dd0f1013ca5d385d3625dfd01b4dd9.tar.xz |
added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts keywords
Diffstat (limited to 'src/stroke/stroke_keywords.h')
-rw-r--r-- | src/stroke/stroke_keywords.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stroke/stroke_keywords.h b/src/stroke/stroke_keywords.h index 2e7d7c385..2b4b40e52 100644 --- a/src/stroke/stroke_keywords.h +++ b/src/stroke/stroke_keywords.h @@ -32,12 +32,17 @@ typedef enum { STROKE_LIST_CERTS, STROKE_LIST_CACERTS, STROKE_LIST_OCSPCERTS, + STROKE_LIST_AACERTS, + STROKE_LIST_ACERTS, + STROKE_LIST_GROUPS, STROKE_LIST_CAINFOS, STROKE_LIST_CRLS, STROKE_LIST_OCSP, STROKE_LIST_ALL, STROKE_REREAD_CACERTS, STROKE_REREAD_OCSPCERTS, + STROKE_REREAD_AACERTS, + STROKE_REREAD_ACERTS, STROKE_REREAD_CRLS, STROKE_REREAD_ALL, STROKE_PURGE_OCSP |