From 55b045abb5d219fb3a6d796251a85d76149536f8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 9 Oct 2009 13:31:19 +0200 Subject: [PATCH] Added NEWS about EAP-AKA split --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) 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.