aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2017-01-25 16:17:38 +0100
committerTobias Brunner <tobias@strongswan.org>2017-02-15 10:41:38 +0100
commit2de9bb30fea178bc27db146859a136a64c390013 (patch)
treeb8438116f52e410f6ed1a5363d52d0126029d4ea /conf
parent067fd2c69c25b0f7de92bf78d5542bfdbf9def26 (diff)
downloadstrongswan-2de9bb30fea178bc27db146859a136a64c390013.tar.bz2
strongswan-2de9bb30fea178bc27db146859a136a64c390013.tar.xz
revocation: More accurately describe the flags to disable OCSP/CRL validation
These options disable validation as such, e.g. even from cached CRLs, not only the fetching. Also made the plugin's validate() implementation a no-op if both options are disabled.
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins/revocation.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/plugins/revocation.opt b/conf/plugins/revocation.opt
index 041eaffe6..5d2b8c026 100644
--- a/conf/plugins/revocation.opt
+++ b/conf/plugins/revocation.opt
@@ -1,7 +1,7 @@
charon.plugins.revocation.enable_ocsp = yes
- Whether OCSP fetching should be enabled.
+ Whether OCSP validation should be enabled.
charon.plugins.revocation.enable_crl = yes
- Whether CRL fetching should be enabled.
+ Whether CRL validation should be enabled.