From 6fc6834361f22a720ac269dd70ca2b0860cb7b3e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 4 Mar 2016 16:07:17 +0100 Subject: [PATCH] NEWS: Document RFC 5685 support --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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.