From e3f63c646914a24355eb63b7873123312549b7a4 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 30 Dec 2016 18:12:53 +0100 Subject: revocation: OCSP and/or CRL fetching can be disabled --- conf/Makefile.am | 1 + conf/plugins/revocation.opt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 conf/plugins/revocation.opt (limited to 'conf') 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. + + -- cgit v1.2.3