implemented cert cache flushing, ipsec purgeocsp

This commit is contained in:
Martin Willi
2008-03-27 06:37:29 +00:00
parent d61bd27a9a
commit f957f7dfb3
5 changed files with 54 additions and 4 deletions
@@ -159,6 +159,13 @@ struct credential_manager_t {
public_key_t* (*get_public)(credential_manager_t *this, key_type_t type,
identification_t *id, auth_info_t *auth);
/**
* Flush the certificate cache.
*
* @param type type of certificate to flush, or CERT_ANY
*/
void (*flush_cache)(credential_manager_t *this, certificate_type_t type);
/**
* Register a credential set to the manager.
*