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:
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user