From 1c7f456a0b922a737959f8c92702a521abc85fe5 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 11 Jul 2009 20:04:38 +0200 Subject: [PATCH] ecp_x_coordinate_only option and IKEv1 AEAD support --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index d38e9fe67..c3b631cc1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +strongswan-4.3.3 +---------------- + +- The new default setting libstrongswan.ecp_x_coordinate_only=yes allows + IKEv1 interoperability with MS Windows using the ECP DH groups 19 and 20. + +- The IKEv1 pluto daemon now supports the AES-CCM and AES-GCM ESP + authenticated encryption algorithms. + + strongswan-4.3.2 ----------------