diff options
author | Martin Willi <martin@strongswan.org> | 2008-04-18 08:09:32 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-04-18 08:09:32 +0000 |
commit | 58caabf7b416d0ff79c15be93913cb70f40ef916 (patch) | |
tree | 9569a6a61c0a0df3fb876d39fac32a747cf91282 | |
parent | a11274a856c08f731d008f109301a39af2f8d340 (diff) | |
download | strongswan-58caabf7b416d0ff79c15be93913cb70f40ef916.tar.bz2 strongswan-58caabf7b416d0ff79c15be93913cb70f40ef916.tar.xz |
more NEWS
-rw-r--r-- | NEWS | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -1,12 +1,37 @@ strongswan-4.2.1 ---------------- -- re-implemented cachecrls=yes. +- hash and url -- set DPD defaults to dpd_delay=30s and dpd_timeout=150s. +- The IKEv2 daemon charon now supports the "uniqueids" option to close multiple + IKE_SAs with the same peer. The option value "keep" prefers existing + connection setups over new ones, where the value "replace" replaces existing + connections. + +- The crypto factory in libstrongswan additionaly supports random number + generators, plugins may provide other sources of randomness. The default + plugin reads random data from /dev/(u)random. + +- Extended the credential framework by a caching option to allow plugins + persistent caching of fetched credentials. The "cachecrl" option has been + reeimplemented. + +- The new trustchain verification introduced in 4.2.0 has been parallelized. + Threads fetching CRL or OCSP information no longer block other threads. -- fixed a couple of minor bugs. +- A new IKEv2 configuration attribute framework has been introduced allowing + plugins to provide virtual IP addresses, and in the future, other + configuration attribute services (e.g. DNS/WINS servers). +- The stroke plugin has been extended to provide virutal IP addresses from + a pool defined in ipsec.conf. The "rightsourceip" parameter now accepts + address pools in CIDR notation (e.g. 10.1.1.0/24). The parameter also accepts + the value "%poolname", where "poolname" identifies a pool provided by a + seperate plugin. + +- Fixed compilation on uClibc and a couple of minor bugs. + +- set DPD defaults to dpd_delay=30s and dpd_timeout=150s. strongswan-4.2.0 ---------------- |