Changeset 4626

Show
Ignore:
Timestamp:
11/11/08 14:35:51 (2 months ago)
Author:
tobias
Message:

announcing the kernel plugins

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/NEWS

    r4623 r4626  
    1010 
    1111- Added profiling code to synchronization primitives to find bottlenecks if 
    12   running on multiple cores. Found and fixes an issue where parts of the 
     12  running on multiple cores. Found and fixed an issue where parts of the 
    1313  Diffie-Hellman calculation acquired an exclusive lock. This greatly improves 
    1414  parallelization to multiple cores. 
     
    1818 
    1919- 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 
     20  allowing future implementations to use a secured environment in e.g. kernel 
    2121  memory or hardware. 
     22 
     23- The kernel interface of charon has been modularized. Plugins for the native 
     24  IPsec stack of the Linux 2.6 kernel and the KLIPS IPsec stack are provided. 
    2225 
    2326