NEWS: Document RFC 5685 support

This commit is contained in:
Tobias Brunner 2016-03-04 16:07:17 +01:00
parent 765db8d2fe
commit 6fc6834361
1 changed files with 6 additions and 0 deletions

6
NEWS
View File

@ -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.