testing: make curve25519 the default DH group
This commit is contained in:
@@ -5,8 +5,8 @@ config setup
|
||||
|
||||
conn %default
|
||||
keyexchange=ikev2
|
||||
ike=aes128-sha1-modp1536!
|
||||
ah=sha1-md5
|
||||
ike=aes128-sha256-modp3072!
|
||||
ah=sha256-sha384!
|
||||
|
||||
conn net-net
|
||||
left=PH_IP_MOON
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac xcbc stroke kernel-netlink socket-default updown
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac stroke kernel-netlink socket-default updown
|
||||
multiple_authentication = no
|
||||
}
|
||||
|
||||
@@ -5,8 +5,8 @@ config setup
|
||||
|
||||
conn %default
|
||||
keyexchange=ikev2
|
||||
ike=aes128-sha1-modp1536!
|
||||
ah=sha1!
|
||||
ike=aes128-sha256-modp3072!
|
||||
ah=sha256!
|
||||
|
||||
conn net-net
|
||||
left=PH_IP_SUN
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = aes des sha1 sha2 md5 pem pkcs1 gmp random nonce x509 curl revocation hmac xcbc stroke kernel-netlink socket-default updown
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 gmp x509 curl revocation hmac stroke kernel-netlink socket-default updown
|
||||
multiple_authentication = no
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user