implemented ipsec listocsp function

This commit is contained in:
Andreas Steffen
2007-03-27 04:40:25 +00:00
parent 469e9686ae
commit 1bf8530507
7 changed files with 240 additions and 23 deletions
+9
View File
@@ -225,6 +225,15 @@ struct credential_store_t {
*/
void (*list_crls) (credential_store_t *this, FILE *out, bool utc);
/**
* @brief Check if there are any OCSP cert infos
*
* @param this calling object
* @param out output stream
* @param utc either utc or local time
*/
void (*list_ocsp) (credential_store_t *this, FILE *out, bool utc);
/**
* @brief Loads ca certificates from a default directory.
*