support of ipsec rereadsecrets for stroke

This commit is contained in:
Andreas Steffen
2007-08-10 07:16:32 +00:00
parent f8ced47f5c
commit 84db83336b
6 changed files with 74 additions and 23 deletions
+4 -3
View File
@@ -296,12 +296,13 @@ struct credential_store_t {
/**
* @brief Loads secrets in ipsec.secrets
*
* Currently, all RSA private key files must be in unencrypted form
* either in DER or PEM format.
* RSA private key files can be either in DER or PEM format
* Optional encryption with a passphrase supported
*
* @param this calling object
* @param reload are the secrets to be reloaded
*/
void (*load_secrets) (credential_store_t *this);
void (*load_secrets) (credential_store_t *this, bool reload);
/**
* @brief Destroys a credential_store_t object.