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

diff --git a/src/conftest/suiteb/23.2.2/cft.crt b/src/conftest/suiteb/23.2.2/cft.crt
new file mode 100644 (file)
index 0000000..b23d789
--- /dev/null
@@ -0,0 +1,11 @@
+-----BEGIN CERTIFICATE-----
+MIIBojCCASmgAwIBAgIJAPunmJ/ffjWGMAoGCCqGSM49BAMDMBAxDjAMBgNVBAMT
+BVRBMzg0MB4XDTEwMTIyMjE1MjAxOVoXDTEzMTIyMTE1MjAxOVowHjEcMBoGA1UE
+AxQTbHMteEBzdHJvbmdzd2FuLm9yZzB2MBAGByqGSM49AgEGBSuBBAAiA2IABBGC
+pKmv11ObXDYP/kRiUk07QemPTcaNQLudUmZwKXdCcAPcwafzCjE8O1SAtpu81rhE
+7x78vhwSwmnoQjliYyFx9au+jGBePmacBd1Zx9qdT6UnBaAV+Mh3hLBLYGOcA6NB
+MD8wHwYDVR0jBBgwFoAUR0isedP24c4dLQ5++WYMcfT7bX8wHAYDVR0RBBUwE4ER
+bHNAc3Ryb25nc3dhbi5vcmcwCgYIKoZIzj0EAwMDZwAwZAIwbxGnTqtdpCkqwcPH
+++IKNlRtSf81cxwe8S6unqu9jIbBSb3NtDmaaXOaiYuM9fxrAjBaieMJpxoZybnv
+S0RtfrCK/g5S0JxmPjLgF3Kf/BHMVzX/zF+sCOWUknC8PyiipnM=
+-----END CERTIFICATE-----
diff --git a/src/conftest/suiteb/23.2.2/dut.conf b/src/conftest/suiteb/23.2.2/dut.conf
new file mode 100644 (file)
index 0000000..3cd6f17
--- /dev/null
@@ -0,0 +1,7 @@
+
+configs {
+       ike-v4 {
+               lid = dut@strongswan.org
+               rid = ls@strongswan.org
+       }
+}
diff --git a/src/conftest/suiteb/23.2.2/test.conf b/src/conftest/suiteb/23.2.2/test.conf
new file mode 100644 (file)
index 0000000..16b182b
--- /dev/null
@@ -0,0 +1,19 @@
+
+certs {
+       untrusted {
+               x509-ls = 23.2.2/cft.crt
+       }
+}
+
+configs {
+       ike-v4 {
+               lid = ls@strongswan.org
+               rid = dut@strongswan.org
+       }
+}
+
+actions {
+       initiate {
+               config = child-v4
+       }
+}