]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libstrongswan/plugins/revocation/revocation_validator.h
revocation: Support en-/disabling CRL/OCSP at runtime
[thirdparty/strongswan.git] / src / libstrongswan / plugins / revocation / revocation_validator.h
index 82cbde26b15c5919c85536857712b4f1c249dfcd..9128787f18424e985e20bea9e0429cbfc92f0818 100644 (file)
@@ -1,4 +1,7 @@
 /*
+ * Copyright (C) 2018 Tobias Brunner
+ * HSR Hochschule fuer Technik Rapperswil
+ *
  * Copyright (C) 2010 Martin Willi
  * Copyright (C) 2010 revosec AG
  *
@@ -35,6 +38,11 @@ struct revocation_validator_t {
         */
        cert_validator_t validator;
 
+       /**
+        * Reload the configuration
+        */
+       void (*reload)(revocation_validator_t *this);
+
        /**
         * Destroy a revocation_validator_t.
         */