From: Martin Willi Date: Thu, 25 Nov 2010 14:38:40 +0000 (+0100) Subject: Added test config 9.4.2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78141366c4f8026f88379d455fb862c4f0693797;p=thirdparty%2Fstrongswan.git Added test config 9.4.2 --- diff --git a/src/conftest/suiteb/9.4.2/dut.conf b/src/conftest/suiteb/9.4.2/dut.conf new file mode 100644 index 0000000000..c4cf07cdc4 --- /dev/null +++ b/src/conftest/suiteb/9.4.2/dut.conf @@ -0,0 +1,15 @@ + +configs { + ike-256 { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.10 + rhost = 172.16.1.20 + lid = dut.strongswan.org + rid = ls.256-256.strongswan.org + ecdsa_strength = 256 + child-256 { + lts = 10.10.10.0/24 + rts = 10.20.20.0/24 + } + } +} diff --git a/src/conftest/suiteb/9.4.2/test.conf b/src/conftest/suiteb/9.4.2/test.conf new file mode 100644 index 0000000000..536ce1cd58 --- /dev/null +++ b/src/conftest/suiteb/9.4.2/test.conf @@ -0,0 +1,31 @@ + +configs { + ike-256 { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls.256-256.strongswan.org + rid = dut.strongswan.org + child-256 { + lts = 10.20.20.0/24 + rts = 10.10.10.0/24 + } + } +} + +certs { + untrusted { + x509 = ../ls-256-256.crt + } +} + +keys { + ecdsa = ../ls-256.key +} + + +actions { + initiate { + config = child-256 + } +}