aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/net2net-ntru-cert
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2013-11-21 22:08:16 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2013-11-27 20:21:41 +0100
commit802eaf3789404984cbe7e7433d8fda6aed390039 (patch)
tree5ea3584dfa5876d5b5e073538fbafe65a74e41f2 /testing/tests/ikev2/net2net-ntru-cert
parent1f73969eb525aaadf0cc5b285a0f14d6ccea5866 (diff)
downloadstrongswan-802eaf3789404984cbe7e7433d8fda6aed390039.tar.bz2
strongswan-802eaf3789404984cbe7e7433d8fda6aed390039.tar.xz
Any of the four NTRU parameter sets can be selected
Diffstat (limited to 'testing/tests/ikev2/net2net-ntru-cert')
-rw-r--r--testing/tests/ikev2/net2net-ntru-cert/hosts/moon/etc/strongswan.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/tests/ikev2/net2net-ntru-cert/hosts/moon/etc/strongswan.conf b/testing/tests/ikev2/net2net-ntru-cert/hosts/moon/etc/strongswan.conf
index f0432ada1..f4fd948fd 100644
--- a/testing/tests/ikev2/net2net-ntru-cert/hosts/moon/etc/strongswan.conf
+++ b/testing/tests/ikev2/net2net-ntru-cert/hosts/moon/etc/strongswan.conf
@@ -5,3 +5,11 @@ charon {
multiple_authentication = no
send_vendor_id = yes
}
+
+libstrongswan {
+ plugins {
+ ntru {
+ parameter_set = optimum
+ }
+ }
+}