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.
This commit is contained in:
Tobias Brunner
2017-02-15 10:41:38 +01:00
parent 067fd2c69c
commit 2de9bb30fe
2 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -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.