From abb35469f50e7a53235acd5f90b4fb066cabaec6 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 13 Dec 2010 13:38:16 +0100 Subject: [PATCH] Added test config 20.2.1 --- src/conftest/suiteb/20.2.1/cft.crt | 11 +++++++++++ src/conftest/suiteb/20.2.1/dut.conf | 14 ++++++++++++++ src/conftest/suiteb/20.2.1/test.conf | 27 +++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 src/conftest/suiteb/20.2.1/cft.crt create mode 100644 src/conftest/suiteb/20.2.1/dut.conf create mode 100644 src/conftest/suiteb/20.2.1/test.conf diff --git a/src/conftest/suiteb/20.2.1/cft.crt b/src/conftest/suiteb/20.2.1/cft.crt new file mode 100644 index 0000000000..02fcaf23aa --- /dev/null +++ b/src/conftest/suiteb/20.2.1/cft.crt @@ -0,0 +1,11 @@ +-----BEGIN CERTIFICATE----- +MIIBmzCCASGgAwIBAgIJAPHDG+q4+EejMAoGCCqGSM49BAMDMBAxDjAMBgNVBAMT +BVRBMzg0MB4XDTEwMTIxMjEyMzUxMVoXDTEwMTIxMzEyMzUxMVowDjEMMAoGA1UE +AxMDQ0ZUMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEEYKkqa/XU5tcNg/+RGJSTTtB +6Y9Nxo1Au51SZnApd0JwA9zBp/MKMTw7VIC2m7zWuETvHvy+HBLCaehCOWJjIXH1 +q76MYF4+ZpwF3VnH2p1PpScFoBX4yHeEsEtgY5wDo0kwRzAfBgNVHSMEGDAWgBRH +SKx50/bhzh0tDn75Zgxx9PttfzAkBgNVHREEHTAbghlscy1leHBpcmVkLnN0cm9u +Z3N3YW4ub3JnMAoGCCqGSM49BAMDA2gAMGUCMQCrxcVgCSrl6Q5ZbWr0YenPXs8G +xnrdZ0SCJKHUxD2mj6IjMu03BFsEj96hy+UnwZkCMEHfx5QkIk19BaBAhsWlPGA1 +JpdomESKw/uFBk+Bx9YbZCwoS1qqE+VaiZlwB5bIdw== +-----END CERTIFICATE----- diff --git a/src/conftest/suiteb/20.2.1/dut.conf b/src/conftest/suiteb/20.2.1/dut.conf new file mode 100644 index 0000000000..7f41a2977c --- /dev/null +++ b/src/conftest/suiteb/20.2.1/dut.conf @@ -0,0 +1,14 @@ + +configs { + ike-foo { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.10 + rhost = 172.16.1.20 + lid = dut.strongswan.org + rid = ls-expired.strongswan.org + child-foo { + lts = 10.10.10.0/24 + rts = 10.20.20.0/24 + } + } +} diff --git a/src/conftest/suiteb/20.2.1/test.conf b/src/conftest/suiteb/20.2.1/test.conf new file mode 100644 index 0000000000..25038b80d8 --- /dev/null +++ b/src/conftest/suiteb/20.2.1/test.conf @@ -0,0 +1,27 @@ + +certs { + untrusted { + x509-cft = cft.crt + } +} + + +configs { + ike-expired { + proposal = aes128-sha1-modp1024 + lhost = 172.16.1.20 + rhost = 172.16.1.10 + lid = ls-expired.strongswan.org + rid = dut.strongswan.org + child-expired { + lts = 10.20.20.0/24 + rts = 10.10.10.0/24 + } + } +} + +actions { + initiate { + config = child-expired + } +} -- 2.47.2