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
@@ -22,12 +22,12 @@ connections {
rekey_time = 5400
rekey_bytes = 500000000
rekey_packets = 1000000
esp_proposals = aes128gcm128-curve25519
esp_proposals = aes128gcm128-x25519
}
}
version = 2
mobike = no
reauth_time = 10800
proposals = aes128-sha256-curve25519
proposals = aes128-sha256-x25519
}
}