testing: Migrated ikev2 scenarios to new default plugins
This commit is contained in:
committed by
Tobias Brunner
parent
9de4efb1ae
commit
2099a52618
@@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default
|
||||
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default
|
||||
}
|
||||
|
||||
@@ -16,12 +16,13 @@ connections {
|
||||
children {
|
||||
home {
|
||||
remote_ts = 10.1.0.0/16
|
||||
esp_proposals =aes128gcm16-x25519
|
||||
esp_proposals = aes128gcm16-x25519
|
||||
dpd_action = trap
|
||||
}
|
||||
}
|
||||
version = 2
|
||||
mobike = no
|
||||
proposals = aes128-sha256-x25519
|
||||
dpd_delay = 10
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# /etc/strongswan.conf - strongSwan configuration file
|
||||
|
||||
charon {
|
||||
load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac kdf vici kernel-netlink socket-default
|
||||
load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user