aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/ca.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/crypto/ca.h')
-rw-r--r--src/libstrongswan/crypto/ca.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/libstrongswan/crypto/ca.h b/src/libstrongswan/crypto/ca.h
index 440ac4f0b..832fa9883 100644
--- a/src/libstrongswan/crypto/ca.h
+++ b/src/libstrongswan/crypto/ca.h
@@ -193,11 +193,20 @@ struct ca_info_t {
/**
* @brief Create a ca info record
*
+ * @param interval crl_check_interval to be set in seconds
+ *
+ * @ingroup crypto
+ */
+void ca_info_set_crlcheckinterval(u_int interval);
+
+/**
+ * @brief Create a ca info record
+ *
* @param name name of the ca info record
* @param cacert path to the ca certificate
* @return created ca_info_t, or NULL if invalid.
*
- * @ingroup transforms
+ * @ingroup crypto
*/
ca_info_t *ca_info_create(const char *name, x509_t *cacert);