aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-06-14 10:57:29 +0200
committerMartin Willi <martin@revosec.ch>2012-06-14 10:57:29 +0200
commit794cdbc53f6d73f65a6cb5a34e74d4f046e60e0e (patch)
treef73584339c6240c993ea37ba525fa48fd3be6691
parente36497700cc601bdf114122633fc32e0e99da39d (diff)
downloadstrongswan-794cdbc53f6d73f65a6cb5a34e74d4f046e60e0e.tar.bz2
strongswan-794cdbc53f6d73f65a6cb5a34e74d4f046e60e0e.tar.xz
Added 5.0 NEWS about IKEv1 in charon
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45f7de835..7eee07950 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
strongswan-5.0.0
----------------
+- The charon IKE daemon gained experimental support for the IKEv1 protocol.
+ Pluto has been removed from the 5.x series, and unless strongSwan is
+ configured with --disable-ikev1 or --disable-ikev2, charon handles both
+ keying protocols. The feature-set of IKEv1 in charon is almost on par with
+ pluto, but currently does not support AH or bundled AH+ESP SAs. Beside
+ RSA/ECDSA, PSK and XAuth, charon also supports the Hybrid authentication
+ mode. Informations for interoperability and migration is available at
+ http://wiki.strongswan.org/projects/strongswan/wiki/CharonPlutoIKEv1.
+
- Charon's bus_t has been refactored so that loggers and other listeners are
now handled separately. The single lock was previously cause for deadlocks
if extensive listeners, such as the one provided by the updown plugin, wanted