aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-03-20 07:24:29 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-03-20 21:18:00 +0100
commitefc1b9846134349133a8b295840fb260c074d96b (patch)
tree15d3d71f0a6f93c0271c375d3f1aac9d54431f53 /testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl
parentdb1ab1cd9930fb4e86916591883d2f2ba9fad36c (diff)
downloadstrongswan-efc1b9846134349133a8b295840fb260c074d96b.tar.bz2
strongswan-efc1b9846134349133a8b295840fb260c074d96b.tar.xz
Allow x25519 as an alias of the curve25519 KE algorithm
Diffstat (limited to 'testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl')
-rwxr-xr-xtesting/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl/swanctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl/swanctl.conf b/testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl/swanctl.conf
index 71631b333..c9e3c2b0c 100755
--- a/testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl/swanctl.conf
+++ b/testing/tests/swanctl/dhcp-dynamic/hosts/dave/etc/swanctl/swanctl.conf
@@ -19,10 +19,10 @@ connections {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
- esp_proposals = aes128gcm128-curve25519
+ esp_proposals = aes128gcm128-x25519
}
}
version = 2
- proposals = aes128-sha256-curve25519
+ proposals = aes128-sha256-x25519
}
}