testing: Migrated openssl alg-camellia scenarios to swanctl

This commit is contained in:
Andreas Steffen
2018-11-09 10:02:26 +01:00
parent 873a6ab0ef
commit a4c085978c
22 changed files with 140 additions and 122 deletions
@@ -0,0 +1,25 @@
connections {
rw {
local_addrs = 192.168.0.1
local {
auth = pubkey
certs = moonCert.pem
id = moon.strongswan.org
}
remote {
auth = pubkey
}
children {
net {
local_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = camellia192-sha384
}
}
version = 1
proposals = camellia256-sha512-modp3072
}
}