From efc1b9846134349133a8b295840fb260c074d96b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 20 Mar 2017 07:24:29 +0100 Subject: Allow x25519 as an alias of the curve25519 KE algorithm --- testing/tests/ikev2/esp-alg-null/hosts/carol/etc/ipsec.conf | 2 +- testing/tests/ikev2/esp-alg-null/hosts/moon/etc/ipsec.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/tests/ikev2/esp-alg-null') diff --git a/testing/tests/ikev2/esp-alg-null/hosts/carol/etc/ipsec.conf b/testing/tests/ikev2/esp-alg-null/hosts/carol/etc/ipsec.conf index e367cbf4a..9991b0b24 100644 --- a/testing/tests/ikev2/esp-alg-null/hosts/carol/etc/ipsec.conf +++ b/testing/tests/ikev2/esp-alg-null/hosts/carol/etc/ipsec.conf @@ -8,7 +8,7 @@ conn %default rekeymargin=3m keyingtries=1 keyexchange=ikev2 - ike=aes128-sha256-curve25519! + ike=aes128-sha256-x25519! esp=null-sha256! conn home diff --git a/testing/tests/ikev2/esp-alg-null/hosts/moon/etc/ipsec.conf b/testing/tests/ikev2/esp-alg-null/hosts/moon/etc/ipsec.conf index 84cad9a81..2a2c4cb9c 100644 --- a/testing/tests/ikev2/esp-alg-null/hosts/moon/etc/ipsec.conf +++ b/testing/tests/ikev2/esp-alg-null/hosts/moon/etc/ipsec.conf @@ -8,7 +8,7 @@ conn %default rekeymargin=3m keyingtries=1 keyexchange=ikev2 - ike=aes128-sha256-curve25519! + ike=aes128-sha256-x25519! esp=null-sha256! conn rw -- cgit v1.2.3