added listaacerts, listacerts, listgroups, rereadaacerts, and rereadacerts keywords

This commit is contained in:
Andreas Steffen
2007-04-14 17:33:02 +00:00
parent 4390abeb94
commit f9e0dc3e02
4 changed files with 31 additions and 6 deletions
+5
View File
@@ -218,6 +218,9 @@ static int list_flags[] = {
LIST_CERTS,
LIST_CACERTS,
LIST_OCSPCERTS,
LIST_AACERTS,
LIST_ACERTS,
LIST_GROUPS,
LIST_CAINFOS,
LIST_CRLS,
LIST_OCSP,
@@ -238,6 +241,8 @@ static int list(stroke_keyword_t kw, int utc)
static int reread_flags[] = {
REREAD_CACERTS,
REREAD_OCSPCERTS,
REREAD_AACERTS,
REREAD_ACERTS,
REREAD_CRLS,
REREAD_ALL
};