From f07834647618e0125dff8d623409044bb62ea257 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 5 Jan 2011 18:09:49 +0100 Subject: [PATCH] Added conftest NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 55f57a80c..572e752c6 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,12 @@ strongswan-4.5.1 responder. The notify is sent when initiating configurations with a unique policy, set in ipsec.conf via the global 'uniqueids' option. +- The conftest conformance testing framework enables the IKEv2 stack to perform + many tests using a distinct tool and configuration frontend. Various hooks + can alter reserved bits, flags, add custom notifies and proposals, reorder + or drop messages and much more. It is enabled using the --enable-conftest + ./configure switch. + strongswan-4.5.0 ----------------