testing: Added swanctl/rw-newhope-bliss scenario

This commit is contained in:
Andreas Steffen
2016-08-10 15:14:26 +02:00
parent 1e0dc2c329
commit c1a1f9f548
20 changed files with 212 additions and 0 deletions
@@ -0,0 +1,36 @@
connections {
home {
local_addrs = 192.168.0.100
remote_addrs = 192.168.0.1
local {
auth = pubkey
certs = carolCert.der
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 = aes256gcm128-newhope128
}
}
version = 2
proposals = aes256-sha256-newhope128
fragmentation = yes
}
}
secrets {
rsa-carol {
file = carolKey.pem
secret = "nH5ZQEWtku0RJEZ6"
}
}