aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-15 11:12:13 +0200
committerMartin Willi <martin@strongswan.org>2009-10-15 11:12:13 +0200
commitb42bfc79d9980c49d19287e1822d3fb67cc38ce6 (patch)
tree27bb01533fa436797bd676ab89e8319dcfdedece
parentf48ceeb1d101f969b91dafd871fc072686a87aba (diff)
downloadstrongswan-b42bfc79d9980c49d19287e1822d3fb67cc38ce6.tar.bz2
strongswan-b42bfc79d9980c49d19287e1822d3fb67cc38ce6.tar.xz
Added NEWS about streamlined plugin names
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 91a0709d7..8f509dcd1 100644
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,15 @@ strongswan-4.3.5
- The IKEv1 pluto daemon can now use SQL-based address pools to deal out
virtual IP addresses as a Mode Config server. The pool capability has been
migrated from charon's sql plugin to a new attr-sql plugin which is loaded
- by libstrongswan and which can be used by both daemons either with a SQLite
+ by libstrongswan and which can be used by both daemons either with a SQLite
or MySQL database and the corresponding plugin.
+- Plugin names have been streamlined: EAP plugins now have a dash after eap
+ (e.g. eap-sim), as it is used with the --enable-eap-sim ./configure option.
+ Plugin configuration sections in strongswan.conf now use the same name as the
+ plugin itself (i.e. with a dash). Make sure to update "load" directives and
+ the affected plugin sections in existing strongswan.conf files.
+
- The private/public key parsing and encoding has been split up into
separate pkcs1, pgp, pem and dnskey plugins. The public key implementation
plugins gmp, gcrypt and openssl can all make use of them.