Allow x25519 as an alias of the curve25519 KE algorithm

This commit is contained in:
Andreas Steffen
2017-03-20 21:18:00 +01:00
parent db1ab1cd99
commit efc1b98461
84 changed files with 172 additions and 171 deletions
@@ -19,24 +19,24 @@ connections {
remote_ts = 10.1.0.0/16[icmp/2048]
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-curve25519
esp_proposals = aes128gcm128-x25519
}
icmp-rep {
local_ts = dynamic[icmp/0]
remote_ts = 10.1.0.0/16[icmp/0]
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-curve25519
esp_proposals = aes128gcm128-x25519
}
ftp-ssh {
local_ts = dynamic[tcp/32768-65535]
remote_ts = 10.1.0.0/16[tcp/21-22]
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
}
}
@@ -18,7 +18,7 @@ connections {
hostaccess = yes
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-curve25519
esp_proposals = aes128gcm128-x25519
}
icmp-rep {
local_ts = 10.1.0.0/16[icmp/0]
@@ -26,7 +26,7 @@ connections {
hostaccess = yes
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-curve25519
esp_proposals = aes128gcm128-x25519
}
ftp-ssh {
local_ts = 10.1.0.0/16[tcp/21-22]
@@ -34,10 +34,10 @@ connections {
hostaccess = yes
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
}
}