diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-09 13:31:19 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-09 13:31:19 +0200 |
commit | 55b045abb5d219fb3a6d796251a85d76149536f8 (patch) | |
tree | e7764d984da697750380e863aa32e10fefc4c2a4 | |
parent | 5d5e2853b6edde364bad4d49a44adbe2a1584dfc (diff) | |
download | strongswan-55b045abb5d219fb3a6d796251a85d76149536f8.tar.bz2 strongswan-55b045abb5d219fb3a6d796251a85d76149536f8.tar.xz |
Added NEWS about EAP-AKA split
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |