From: Martin Willi Date: Mon, 13 Dec 2010 13:44:25 +0000 (+0100) Subject: Added test config 21.2.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897378fe64ca0c5155d3096af116d3b7e3cb7e8e;p=thirdparty%2Fstrongswan.git Added test config 21.2.1 --- diff --git a/src/conftest/suiteb/21.2.1/cft.crt b/src/conftest/suiteb/21.2.1/cft.crt new file mode 100644 index 0000000000..6d222a8e32 Binary files /dev/null and b/src/conftest/suiteb/21.2.1/cft.crt differ diff --git a/src/conftest/suiteb/21.2.1/dut.conf b/src/conftest/suiteb/21.2.1/dut.conf new file mode 100644 index 0000000000..41b02bcbf5 --- /dev/null +++ b/src/conftest/suiteb/21.2.1/dut.conf @@ -0,0 +1,14 @@ + +configs { + ike-ica384 { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.10 + rhost = 172.16.1.20 + lid = dut.strongswan.org + rid = ls-ica384.strongswan.org + child-ica384 { + lts = 10.10.10.0/24 + rts = 10.20.20.0/24 + } + } +} diff --git a/src/conftest/suiteb/21.2.1/test.conf b/src/conftest/suiteb/21.2.1/test.conf new file mode 100644 index 0000000000..d6486ecb86 --- /dev/null +++ b/src/conftest/suiteb/21.2.1/test.conf @@ -0,0 +1,27 @@ + +certs { + untrusted { + x509-cft = cft.crt + } +} + + +configs { + ike-ica384 { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls-ica384.strongswan.org + rid = dut.strongswan.org + child-ica384 { + lts = 10.20.20.0/24 + rts = 10.10.10.0/24 + } + } +} + +actions { + initiate { + config = child-ica384 + } +}