From a782b52f6ac8e33fb5bdb3b65e4d6c08b6f09b35 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 7 Sep 2010 10:10:36 +0200 Subject: [PATCH] Added (EAP-)TLS NEWS --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 8bffb51a8..8140d41e2 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,16 @@ strongswan-4.5.0 new plugins bring support for AES and Camellia Counter and CCM algorithms and the AES GCM algorithms for use in IKEv2. +- Implemented a general purpose TLS stack based on crypto and credential + primitives of libstrongswan. libtls supports TLS versions 1.0, 1.1 and 1.2, + ECDHE-ECDSA/RSA, DHE-RSA and RSA key exchange algorithms and RSA/ECDSA based + client authentication. + +- Based on libtls, the eap-tls plugin brings certificate based EAP + authentication for client and server. It is compatible to Windows 7 IKEv2 + Smartcard authentication or the OpenSSL based FreeRADIUS EAP-TLS backend. + + strongswan-4.4.1 ----------------