Changeset 4623

Show
Ignore:
Timestamp:
11/11/08 13:52:55 (2 months ago)
Author:
martin
Message:

added some NEWS for 4.2.9

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r4418 r4623  
     1strongswan-4.2.9 
     2---------------- 
     3 
     4- Flexible configuration of logging subsystem to different syslog facilities 
     5  or files using fine-grained log levels for each target. 
     6 
     7- Load testing plugin to do stress testing of the IKEv2 daemon against self 
     8  or another host. Found and fixed issues during tests in the multi-threaded 
     9  use of the OpenSSL plugin. 
     10 
     11- Added profiling code to synchronization primitives to find bottlenecks if 
     12  running on multiple cores. Found and fixes an issue where parts of the 
     13  Diffie-Hellman calculation acquired an exclusive lock. This greatly improves 
     14  parallelization to multiple cores. 
     15 
     16- updown script invocation has been separated in an own plugin to further 
     17  slim down the daemon core. 
     18 
     19- separated IKE_SA/CHILD_SA key derivation process into a closed system, 
     20  allowing future impelementations to use a secured environment in e.g. kernel 
     21  memory or hardware. 
     22 
     23 
    124strongswan-4.2.8 
    225----------------