]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added test config 20.2.1
authorMartin Willi <martin@revosec.ch>
Mon, 13 Dec 2010 12:38:16 +0000 (13:38 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 10 Mar 2011 09:19:40 +0000 (10:19 +0100)
src/conftest/suiteb/20.2.1/cft.crt [new file with mode: 0644]
src/conftest/suiteb/20.2.1/dut.conf [new file with mode: 0644]
src/conftest/suiteb/20.2.1/test.conf [new file with mode: 0644]

diff --git a/src/conftest/suiteb/20.2.1/cft.crt b/src/conftest/suiteb/20.2.1/cft.crt
new file mode 100644 (file)
index 0000000..02fcaf2
--- /dev/null
@@ -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 (file)
index 0000000..7f41a29
--- /dev/null
@@ -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 (file)
index 0000000..25038b8
--- /dev/null
@@ -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
+       }
+}