revocation: OCSP and/or CRL fetching can be disabled

This commit is contained in:
Andreas Steffen
2016-12-30 18:12:53 +01:00
parent 08253bbba3
commit e3f63c6469
3 changed files with 79 additions and 38 deletions
+1
View File
@@ -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 \
+7
View File
@@ -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.