2 * Copyright (C) 2006 Andreas Steffen
3 * HSR Hochschule fuer Technik Rapperswil
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 #ifndef _STROKE_KEYWORDS_H_
17 #define _STROKE_KEYWORDS_H_
34 STROKE_STATUSALL_NOBLK
,
38 STROKE_LIST_OCSPCERTS
,
48 STROKE_REREAD_SECRETS
,
49 STROKE_REREAD_CACERTS
,
50 STROKE_REREAD_OCSPCERTS
,
51 STROKE_REREAD_AACERTS
,
60 STROKE_EXPORT_CONN_CERT
,
61 STROKE_EXPORT_CONN_CHAIN
,
66 STROKE_COUNTERS_RESET
,
69 #define STROKE_LIST_FIRST STROKE_LIST_PUBKEYS
70 #define STROKE_REREAD_FIRST STROKE_REREAD_SECRETS
71 #define STROKE_PURGE_FIRST STROKE_PURGE_OCSP
72 #define STROKE_EXPORT_FIRST STROKE_EXPORT_X509
74 typedef struct stroke_token stroke_token_t
;
76 extern const stroke_token_t
* in_word_set(register const char *str
,
77 register @GPERF_LEN_TYPE@ len
);
79 #endif /* _STROKE_KEYWORDS_H_ */