Added a stroke command to export cached x509 certificates to the console

This commit is contained in:
Martin Willi
2010-08-10 18:46:30 +02:00
parent a944d2092b
commit 3d711a68fb
5 changed files with 80 additions and 2 deletions
+3 -1
View File
@@ -49,12 +49,14 @@ typedef enum {
STROKE_REREAD_ALL,
STROKE_PURGE_OCSP,
STROKE_PURGE_IKE,
STROKE_LEASES
STROKE_EXPORT_X509,
STROKE_LEASES,
} stroke_keyword_t;
#define STROKE_LIST_FIRST STROKE_LIST_PUBKEYS
#define STROKE_REREAD_FIRST STROKE_REREAD_SECRETS
#define STROKE_PURGE_FIRST STROKE_PURGE_OCSP
#define STROKE_EXPORT_FIRST STROKE_EXPORT_X509
typedef struct stroke_token stroke_token_t;