aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-12-30 18:12:53 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-12-30 18:12:53 +0100
commite3f63c646914a24355eb63b7873123312549b7a4 (patch)
tree6d83da97ee316076218607a169d4759d4bf2f0b0 /conf
parent08253bbba3a719ea09ff531b26a311ea5b82a034 (diff)
downloadstrongswan-e3f63c646914a24355eb63b7873123312549b7a4.tar.bz2
strongswan-e3f63c646914a24355eb63b7873123312549b7a4.tar.xz
revocation: OCSP and/or CRL fetching can be disabled
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am1
-rw-r--r--conf/plugins/revocation.opt7
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 4588b0999..c4b2c02fd 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -80,6 +80,7 @@ plugins = \
plugins/radattr.opt \
plugins/random.opt \
plugins/resolve.opt \
+ plugins/revocation.opt \
plugins/socket-default.opt \
plugins/sql.opt \
plugins/stroke.opt \
diff --git a/conf/plugins/revocation.opt b/conf/plugins/revocation.opt
new file mode 100644
index 000000000..041eaffe6
--- /dev/null
+++ b/conf/plugins/revocation.opt
@@ -0,0 +1,7 @@
+charon.plugins.revocation.enable_ocsp = yes
+ Whether OCSP fetching should be enabled.
+
+charon.plugins.revocation.enable_crl = yes
+ Whether CRL fetching should be enabled.
+
+