testing: Changed gcrypt-ikev1 scenarios to swanctl

This commit is contained in:
Andreas Steffen
2016-05-15 19:02:57 +02:00
parent 141ac4df8f
commit 78adb5a7b1
20 changed files with 148 additions and 126 deletions
@@ -0,0 +1,26 @@
connections {
home {
local_addrs = 192.168.0.100
remote_addrs = 192.168.0.1
local {
auth = pubkey
certs = carolCert.pem
id = [email protected]
}
remote {
auth = pubkey
id = moon.strongswan.org
}
children {
home {
remote_ts = 10.1.0.0/16
esp_proposals = twofish256-sha512
}
}
version = 1
proposals = twofish256-sha512-modp4096
}
}