aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-01-31 02:16:15 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-02-25 21:45:34 +0100
commitc2aca9eed28dc25aedbd8d2864f2e5f1e9b95b2e (patch)
treebf583232a63f13bedea03f3eecf08ee1f2a80cc5 /conf
parentd0d85683563e9f296e47e1c1859f49065ca49890 (diff)
downloadstrongswan-c2aca9eed28dc25aedbd8d2864f2e5f1e9b95b2e.tar.bz2
strongswan-c2aca9eed28dc25aedbd8d2864f2e5f1e9b95b2e.tar.xz
Implemented improved BLISS-B signature algorithm
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am1
-rw-r--r--conf/plugins/bliss.opt2
2 files changed, 3 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 1085e48e1..c6f8741cd 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -28,6 +28,7 @@ plugins = \
plugins/android_log.opt \
plugins/attr.opt \
plugins/attr-sql.opt \
+ plugins/bliss.opt \
plugins/certexpire.opt \
plugins/coupling.opt \
plugins/dhcp.opt \
diff --git a/conf/plugins/bliss.opt b/conf/plugins/bliss.opt
new file mode 100644
index 000000000..0983da026
--- /dev/null
+++ b/conf/plugins/bliss.opt
@@ -0,0 +1,2 @@
+charon.plugins.bliss.use_bliss_b = yes
+ Use the enhanced BLISS-B key generation and signature algorithm.