diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2015-01-31 02:16:15 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2015-02-25 21:45:34 +0100 |
commit | c2aca9eed28dc25aedbd8d2864f2e5f1e9b95b2e (patch) | |
tree | bf583232a63f13bedea03f3eecf08ee1f2a80cc5 /conf | |
parent | d0d85683563e9f296e47e1c1859f49065ca49890 (diff) | |
download | strongswan-c2aca9eed28dc25aedbd8d2864f2e5f1e9b95b2e.tar.bz2 strongswan-c2aca9eed28dc25aedbd8d2864f2e5f1e9b95b2e.tar.xz |
Implemented improved BLISS-B signature algorithm
Diffstat (limited to 'conf')
-rw-r--r-- | conf/Makefile.am | 1 | ||||
-rw-r--r-- | conf/plugins/bliss.opt | 2 |
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. |