testing: Added swanctl/rw-ntru-bliss scenario

This commit is contained in:
Andreas Steffen
2015-12-17 17:49:48 +01:00
parent cc874350b8
commit 76cbf1df34
20 changed files with 214 additions and 0 deletions
@@ -0,0 +1,34 @@
connections {
rw {
local_addrs = 192.168.0.1
pools = rw_pool
local {
auth = bliss-sha512
certs = moonCert.der
id = moon.strongswan.org
}
remote {
auth = pubkey
revocation = strict
}
children {
net {
local_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128-sha256-ntru128,aes192-sha384-ntru192
}
}
version = 2
proposals = aes128-sha256-ntru128,aes192-sha384-ntru192
fragmentation = yes
}
}
pools {
rw_pool {
addrs = 10.3.0.0/28
}
}