Upgraded IKE and ESP proposals in swanctl scenarios to consistent 128 bit security

This commit is contained in:
Andreas Steffen
2015-12-12 15:54:48 +01:00
parent 02d431022c
commit 4f7f2538c4
46 changed files with 83 additions and 237 deletions
@@ -18,16 +18,11 @@ connections {
home {
remote_ts = 10.1.0.0/16
start_action = none
updown = /usr/local/libexec/ipsec/_updown iptables
rekey_time = 10m
esp_proposals = aes128gcm128-modp2048
esp_proposals = aes128gcm128-modp3072
}
}
version = 2
reauth_time = 60m
rekey_time = 20m
proposals = aes128-sha256-modp2048
proposals = aes128-sha256-modp3072
}
}
@@ -18,16 +18,11 @@ connections {
home {
remote_ts = 10.1.0.0/16
start_action = none
updown = /usr/local/libexec/ipsec/_updown iptables
rekey_time = 10m
esp_proposals = aes128gcm128-modp2048
esp_proposals = aes128gcm128-modp3072
}
}
version = 2
reauth_time = 60m
rekey_time = 20m
proposals = aes128-sha256-modp2048
proposals = aes128-sha256-modp3072
}
}
@@ -16,16 +16,11 @@ connections {
net {
local_ts = 10.1.0.0/16
start_action = none
updown = /usr/local/libexec/ipsec/_updown iptables
rekey_time = 10m
esp_proposals = aes128gcm128-modp2048
esp_proposals = aes128gcm128-modp3072
}
}
version = 2
reauth_time = 60m
rekey_time = 20m
proposals = aes128-sha256-modp2048
proposals = aes128-sha256-modp3072
}
}