aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-09 13:31:19 +0200
committerMartin Willi <martin@strongswan.org>2009-10-09 13:31:19 +0200
commit55b045abb5d219fb3a6d796251a85d76149536f8 (patch)
treee7764d984da697750380e863aa32e10fefc4c2a4
parent5d5e2853b6edde364bad4d49a44adbe2a1584dfc (diff)
downloadstrongswan-55b045abb5d219fb3a6d796251a85d76149536f8.tar.bz2
strongswan-55b045abb5d219fb3a6d796251a85d76149536f8.tar.xz
Added NEWS about EAP-AKA split
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e8ae53188..22eaa4600 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ strongswan-4.3.5
separate pkcs1, pgp, pem and dnskey plugins. The public key implementation
plugins gmp, gcrypt and openssl can all make use of them.
+- The EAP-AKA plugin can use different backends for USIM/quintuplet
+ calculations, very similar to the EAP-SIM plugin. The existing 3GPP2 software
+ implementation has been migrated to a separate plugin.
+
- The IKEv2 daemon charon gained basic PGP support. It can use locally installed
peer certificates and can issue signatures based on RSA private keys.