testing: Migrated openssl alg-ecp-high scenarios

This commit is contained in:
Andreas Steffen
2018-11-09 11:52:59 +01:00
parent a4c085978c
commit 21735750df
28 changed files with 202 additions and 172 deletions
@@ -0,0 +1,27 @@
connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
local {
auth = pubkey
certs = daveCert.pem
id = [email protected]
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm16-ecp256,aes256gcm16-ecp521
}
}
version = 2
proposals = aes128-sha256-ecp256,aes256-sha512-ecp521
}
}