aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-08-31 12:16:43 +0200
committerTobias Brunner <tobias@strongswan.org>2012-08-31 12:16:43 +0200
commitcbe244a5fe81268a1aba30f871d57d81ee6e5e6e (patch)
treea1b2acf3f16e0993080efd1d103c733bbd5240dc
parent5f6ef5d5ce794976b23d799b3f36242a5737e096 (diff)
downloadstrongswan-cbe244a5fe81268a1aba30f871d57d81ee6e5e6e.tar.bz2
strongswan-cbe244a5fe81268a1aba30f871d57d81ee6e5e6e.tar.xz
NEWS about eap-dynamic plugin added
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a308178b..fb963fce7 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,15 @@ strongswan-5.0.1
PAM directly anymore, but can use any XAuth backend to verify credentials,
including xauth-pam.
+- An EAP-Nak payload is returned by clients if the gateway requests an EAP
+ method that the client does not support. Clients can also request a specific
+ EAP method by configuring that method with leftauth.
+
+- The eap-dynamic plugin handles EAP-Nak payloads returned by clients and uses
+ these to select a different EAP method supported/requested by the client.
+ The plugin initially requests the first registered method or the first method
+ configured with charon.plugins.eap-dynamic.preferred.
+
- The autotools build has been migrated to use a config.h header. strongSwan
development headers will get installed during "make install" if
--with-dev-headers has been passed to ./configure.