]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added some NEWS for 4.2.9
authorMartin Willi <martin@strongswan.org>
Tue, 11 Nov 2008 12:52:55 +0000 (12:52 -0000)
committerMartin Willi <martin@strongswan.org>
Tue, 11 Nov 2008 12:52:55 +0000 (12:52 -0000)
NEWS

diff --git a/NEWS b/NEWS
index 5ccc7c05fde5b72c603c7e26b811d8a1598218c7..342c53f2e0055d54bcdbe20d6f3aaa33eb77afd1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+strongswan-4.2.9
+----------------
+
+- Flexible configuration of logging subsystem to different syslog facilities
+  or files using fine-grained log levels for each target.
+
+- Load testing plugin to do stress testing of the IKEv2 daemon against self
+  or another host. Found and fixed issues during tests in the multi-threaded
+  use of the OpenSSL plugin.
+
+- Added profiling code to synchronization primitives to find bottlenecks if
+  running on multiple cores. Found and fixes an issue where parts of the
+  Diffie-Hellman calculation acquired an exclusive lock. This greatly improves
+  parallelization to multiple cores.
+
+- updown script invocation has been separated in an own plugin to further
+  slim down the daemon core.
+
+- separated IKE_SA/CHILD_SA key derivation process into a closed system,
+  allowing future impelementations to use a secured environment in e.g. kernel
+  memory or hardware.
+
+
 strongswan-4.2.8
 ----------------