From: Martin Willi Date: Thu, 23 Dec 2010 10:54:42 +0000 (+0100) Subject: Added test config 24.2.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfcceccc769cb2d7dbf309e57e9c72b6908ad080;p=thirdparty%2Fstrongswan.git Added test config 24.2.1 --- diff --git a/src/conftest/suiteb/24.2.1/TA384.crl b/src/conftest/suiteb/24.2.1/TA384.crl new file mode 100644 index 0000000000..5814da6469 Binary files /dev/null and b/src/conftest/suiteb/24.2.1/TA384.crl differ diff --git a/src/conftest/suiteb/24.2.1/dut.conf b/src/conftest/suiteb/24.2.1/dut.conf new file mode 100644 index 0000000000..05c9d3c600 --- /dev/null +++ b/src/conftest/suiteb/24.2.1/dut.conf @@ -0,0 +1,13 @@ + +cdps { + crl-TA384 { + ca = TA384.crt + uri = http://crl.strongswan.org/suiteb/24.2.1/TA384.crl + } +} + +configs { + ike-v4 { + rid = ls.revoked.strongswan.org + } +} diff --git a/src/conftest/suiteb/24.2.1/test.conf b/src/conftest/suiteb/24.2.1/test.conf new file mode 100644 index 0000000000..f453501a52 --- /dev/null +++ b/src/conftest/suiteb/24.2.1/test.conf @@ -0,0 +1,18 @@ + +certs { + untrusted { + x509-ls-revoked = ls-revoked.crt + } +} + +configs { + ike-v4 { + lid = ls.revoked.strongswan.org + } +} + +actions { + initiate { + config = child-v4 + } +}