Allow x25519 as an alias of the curve25519 KE algorithm
This commit is contained in:
@@ -19,17 +19,17 @@ connections {
|
||||
remote_ts = 10.1.0.0/16[icmp]
|
||||
|
||||
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||
esp_proposals = aes128gcm128-curve25519
|
||||
esp_proposals = aes128gcm128-x25519
|
||||
}
|
||||
ssh {
|
||||
local_ts = dynamic[tcp]
|
||||
remote_ts = 10.1.0.0/16[tcp/ssh]
|
||||
|
||||
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
|
||||
}
|
||||
ssh {
|
||||
local_ts = 10.1.0.0/16[tcp/ssh]
|
||||
@@ -26,10 +26,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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user