Added options to flush CRLs/X509 certs from the cert cache

This commit is contained in:
Martin Willi
2010-12-10 09:45:22 +01:00
parent 68fada37b1
commit 6aa144ddb7
6 changed files with 26 additions and 2 deletions
+4
View File
@@ -107,6 +107,10 @@ enum purge_flag_t {
PURGE_OCSP = 0x0001,
/** purge IKE_SAs without a CHILD_SA */
PURGE_IKE = 0x0002,
/** purge CRL cache entries */
PURGE_CRL = 0x0004,
/** purge X509 cache entries */
PURGE_X509 = 0x0008,
};
typedef enum export_flag_t export_flag_t;