From: Tobias Brunner Date: Fri, 4 Mar 2016 15:07:17 +0000 (+0100) Subject: NEWS: Document RFC 5685 support X-Git-Tag: 5.4.0dr8~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc6834361f22a720ac269dd70ca2b0860cb7b3e;p=thirdparty%2Fstrongswan.git NEWS: Document RFC 5685 support --- diff --git a/NEWS b/NEWS index f27ea29d58..100856e0a5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ strongswan-5.4.0 ---------------- +- Support for IKEv2 redirection (RFC 5685) has been added. Plugins may + implement the redirect_provider_t interface to decide if and when to redirect + connecting clients. It is also possible to redirect established IKE_SAs based + on different selectors via VICI/swanctl. Unless disabled in strongswan.conf + the charon daemon will follow redirect requests received from servers. + - For the vici plugin a Vici:Session Perl CPAN module has been added to allow Perl applications to control and/or monitor the IKE daemon using the VICI interface, similar to the existing Python egg or Ruby gem.