testing: Migrated openssl brainpool scenarios to swanctl

This commit is contained in:
Andreas Steffen
2018-11-09 15:00:26 +01:00
parent 1cab8ed5f8
commit 6ea531d926
28 changed files with 206 additions and 179 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-ecp256bp,aes256gcm16-ecp512bp
}
}
version = 2
proposals = aes128-sha256-ecp256bp,aes256-sha512-ecp512bp
}
}