From 16f5dacd4bdd09190b04276ba4370b946e5f2f4a Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 2 Apr 2008 13:20:46 +0000 Subject: [PATCH] added some NEWS for the 4.2 release --- NEWS | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c346a53..9d39ea1 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,36 @@ strongswan-4.2.0 ---------------- - +- libstrongswan has been modularized to attach crypto algorithms, + credential implementations (keys, certificates) and fetchers dynamically + through plugins. Existing code has been ported to plugins: + - RSA/Diffie-Hellman implementation using the GNU Multi Precision library + - X509 certificate system supporting CRLs, OCSP and attribute certificates + - Multiple plugins providing crypto algorithms in software + - CURL and OpenLDAP fetcher + +- libstrongswan gained a relational database API which uses pluggable database + providers. Plugins for MySQL and SQLite are available. + +- The IKEv2 keying daemon charon is more extensible. Generic plugins may provide + connection configuration, credentials and EAP methods or control the daemon. + Existing code has been ported to plugins: + - EAP-AKA, EAP-SIM, EAP-MD5 and EAP-Identity + - stroke configuration, credential and control (compatible to pluto) + - XML bases management protocol to control and query the daemon + The following new plugins are available: + - An experimental SQL configuration, credential and logging plugin on + top of either MySQL or SQLite + - A unit testing plugin to run tests at daemon startup + +- The authentication and credential framework in charon has been heavily + refactored to support modular credential providers, proper + CERTREQ/CERT payload exchanges and extensible authorization rules. + +- The framework of strongSwan Manager has envolved to the web application + framework libfast (FastCGI Application Server w/ Templates) and is usable + by other applications. + strongswan-4.1.11 ----------------- -- 2.7.4