diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-11-11 13:35:51 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-11-11 13:35:51 +0000 |
commit | 7bdc931e6c30d3ea9745634c447acd795d62d031 (patch) | |
tree | 1e778727895c3e5ececd480555c99a35f0198241 /NEWS | |
parent | f967db312d0a6e08bcc7c2a70bf51b3ada505097 (diff) | |
download | strongswan-7bdc931e6c30d3ea9745634c447acd795d62d031.tar.bz2 strongswan-7bdc931e6c30d3ea9745634c447acd795d62d031.tar.xz |
announcing the kernel plugins
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -9,7 +9,7 @@ strongswan-4.2.9 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 + running on multiple cores. Found and fixed an issue where parts of the Diffie-Hellman calculation acquired an exclusive lock. This greatly improves parallelization to multiple cores. @@ -17,9 +17,12 @@ strongswan-4.2.9 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 + allowing future implementations to use a secured environment in e.g. kernel memory or hardware. +- The kernel interface of charon has been modularized. Plugins for the native + IPsec stack of the Linux 2.6 kernel and the KLIPS IPsec stack are provided. + strongswan-4.2.8 ---------------- |