From 90a2ca19c0c88bcbb7eeb419ffa59cea0fadc1e9 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 1 Dec 2010 12:54:48 +0100 Subject: [PATCH] Test config 3.10.[123] do not pretend_auth anymore --- src/conftest/suiteb/3.10.1/test.conf | 10 ---------- src/conftest/suiteb/3.10.2/test.conf | 10 ---------- src/conftest/suiteb/3.10.3/test.conf | 10 ---------- 3 files changed, 30 deletions(-) diff --git a/src/conftest/suiteb/3.10.1/test.conf b/src/conftest/suiteb/3.10.1/test.conf index d3b273b48a..0f8a5e319f 100644 --- a/src/conftest/suiteb/3.10.1/test.conf +++ b/src/conftest/suiteb/3.10.1/test.conf @@ -1,20 +1,10 @@ -hooks { - pretend_auth { - } -} - certs { untrusted { x509 = ../ls-untrusted.crt - x509 = ../dut.crt } } -keys { - ecdsa = ../dut.key -} - configs { ike-untrusted { proposal = aes128-sha1-modp1024 diff --git a/src/conftest/suiteb/3.10.2/test.conf b/src/conftest/suiteb/3.10.2/test.conf index 7ba707e023..0c405d0dc3 100644 --- a/src/conftest/suiteb/3.10.2/test.conf +++ b/src/conftest/suiteb/3.10.2/test.conf @@ -1,20 +1,10 @@ -hooks { - pretend_auth { - } -} - certs { untrusted { x509 = ../ls-expired.crt - x509 = ../dut.crt } } -keys { - ecdsa = ../dut.key -} - configs { ike-expired { proposal = aes128-sha1-modp1024 diff --git a/src/conftest/suiteb/3.10.3/test.conf b/src/conftest/suiteb/3.10.3/test.conf index 47886688dc..98666a524c 100644 --- a/src/conftest/suiteb/3.10.3/test.conf +++ b/src/conftest/suiteb/3.10.3/test.conf @@ -1,20 +1,10 @@ -hooks { - pretend_auth { - } -} - certs { untrusted { x509 = ../ls-revoked.crt - x509 = ../dut.crt } } -keys { - ecdsa = ../dut.key -} - configs { ike-revoked { proposal = aes128-sha1-modp1024 -- 2.47.3