testing: make curve25519 the default DH group
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#define SA_REPLACEMENT_RETRIES_DEFAULT 3
|
||||
#define SA_REPLAY_WINDOW_DEFAULT -1 /* use charon.replay_window */
|
||||
|
||||
static const char ike_defaults[] = "aes128-sha256-modp3072";
|
||||
static const char ike_defaults[] = "aes128-sha256-curve25519";
|
||||
static const char esp_defaults[] = "aes128-sha256";
|
||||
|
||||
static const char firewall_defaults[] = IPSEC_SCRIPT " _updown iptables";
|
||||
|
||||
Reference in New Issue
Block a user