Allow x25519 as an alias of the curve25519 KE algorithm
This commit is contained in:
@@ -17,10 +17,10 @@ connections {
|
||||
remote_ts = 10.1.0.0/28
|
||||
|
||||
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||
esp_proposals = aes128-sha256-curve25519
|
||||
esp_proposals = aes128-sha256-x25519
|
||||
}
|
||||
}
|
||||
version = 1
|
||||
proposals = aes128-sha256-curve25519
|
||||
proposals = aes128-sha256-x25519
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,11 +15,11 @@ connections {
|
||||
local_ts = 10.1.0.0/28
|
||||
|
||||
updown = /usr/local/libexec/ipsec/_updown iptables
|
||||
esp_proposals = aes128-sha256-curve25519
|
||||
esp_proposals = aes128-sha256-x25519
|
||||
}
|
||||
}
|
||||
version = 1
|
||||
proposals = aes128-sha256-curve25519,3des-sha1-modp2048
|
||||
proposals = aes128-sha256-x25519,3des-sha1-modp2048
|
||||
}
|
||||
|
||||
rw-2 {
|
||||
@@ -40,6 +40,6 @@ connections {
|
||||
}
|
||||
}
|
||||
version = 1
|
||||
proposals = 3des-sha1-modp2048,aes128-sha256-curve25519
|
||||
proposals = 3des-sha1-modp2048,aes128-sha256-x25519
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user