aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-10-14 18:02:15 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-10-14 18:02:15 +0200
commit628f023d59418a250760fd2857b562996a26461d (patch)
treea632c1dd24dec1adb0f79131643c5a01ad8794bb /NEWS
parentf4c4e782961d4a006ae1043932509772fcb28635 (diff)
downloadstrongswan-628f023d59418a250760fd2857b562996a26461d.tar.bz2
strongswan-628f023d59418a250760fd2857b562996a26461d.tar.xz
NEWS for the 4.3.5dr3 release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 315ae72b0..91a0709d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
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
+ or MySQL database and the corresponding plugin.
+
- 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.