diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-14 18:02:15 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-14 18:02:15 +0200 |
commit | 628f023d59418a250760fd2857b562996a26461d (patch) | |
tree | a632c1dd24dec1adb0f79131643c5a01ad8794bb /NEWS | |
parent | f4c4e782961d4a006ae1043932509772fcb28635 (diff) | |
download | strongswan-628f023d59418a250760fd2857b562996a26461d.tar.bz2 strongswan-628f023d59418a250760fd2857b562996a26461d.tar.xz |
NEWS for the 4.3.5dr3 release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |