From 81fc8e5f77ee141d420bdc6fb8c30072221b06e4 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 21 Apr 2009 11:22:52 +0000 Subject: [PATCH] added more NEWS for 4.3.0 --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 5a0c1109e..b481b7d8d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ strongswan-4.3.0 ---------------- +- Support for the IKEv2 Multiple Authentication Exchanges extension (RFC4739). + Initiators and responders can use several authentication rounds (e.g. RSA + followed by EAP) to authenticate. The new ipsec.conf leftauth/rightauth and + leftauth2/rightauth2 parameters define own authentication rounds or setup + constraints for the remote peer. See the ipsec.conf man page for more detials. + +- If glibc printf hooks (register_printf_function) are not available, + strongSwan can use the vstr string library to run on non-glibc systems. + - The IKEv2 charon daemon can now configure the ESP CAMELLIA-CBC cipher (esp=camellia128|192|256).