removed list_crls() and list_ocsp() methods
This commit is contained in:
@@ -234,24 +234,6 @@ struct credential_store_t {
|
|||||||
*/
|
*/
|
||||||
iterator_t* (*create_cainfo_iterator) (credential_store_t *this);
|
iterator_t* (*create_cainfo_iterator) (credential_store_t *this);
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Check if there are any CRLs.
|
|
||||||
*
|
|
||||||
* @param this calling object
|
|
||||||
* @param out output stream
|
|
||||||
* @param utc either utc or local time
|
|
||||||
*/
|
|
||||||
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.
|
* @brief Loads ca certificates from a default directory.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user