]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added test config 11.2.4
authorMartin Willi <martin@revosec.ch>
Thu, 3 Feb 2011 09:07:21 +0000 (10:07 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 10 Mar 2011 09:19:44 +0000 (10:19 +0100)
src/conftest/suiteb/11.2.4/dut.conf [new file with mode: 0644]
src/conftest/suiteb/11.2.4/test.conf [new file with mode: 0644]

diff --git a/src/conftest/suiteb/11.2.4/dut.conf b/src/conftest/suiteb/11.2.4/dut.conf
new file mode 100644 (file)
index 0000000..79a6972
--- /dev/null
@@ -0,0 +1,8 @@
+
+configs {
+       ike-v4 {
+               rhost = 2001:0db8:aaaa:bbbb::0099
+               lid = 2001:0db8:aaaa:bbbb::0010
+               rid = 2001:0db8:aaaa:bbbb::0099
+       }
+}
diff --git a/src/conftest/suiteb/11.2.4/test.conf b/src/conftest/suiteb/11.2.4/test.conf
new file mode 100644 (file)
index 0000000..691f872
--- /dev/null
@@ -0,0 +1,19 @@
+
+configs {
+       ike-v6 {
+               lid = 2001:0db8:aaaa:bbbb::0099
+               rid = 2001:0db8:aaaa:bbbb::0010
+       }
+}
+
+certs {
+       untrusted {
+               x509-wrong-san = ls-wrong-san.crt
+       }
+}
+
+actions {
+       initiate {
+               config = child-v6
+       }
+}