Function added to clear secrets (but not certs) from mem_cred_t.
This commit is contained in:
@@ -86,6 +86,12 @@ struct mem_cred_t {
|
||||
*/
|
||||
void (*clear)(mem_cred_t *this);
|
||||
|
||||
/**
|
||||
* Clear the secrets (private and shared keys, not the certificates) from
|
||||
* the credential set.
|
||||
*/
|
||||
void (*clear_secrets)(mem_cred_t *this);
|
||||
|
||||
/**
|
||||
* Destroy a mem_cred_t.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user