Changeset 4626
- Timestamp:
- 11/11/08 14:35:51 (2 months ago)
- Files:
-
- trunk/NEWS (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/NEWS
r4623 r4626 10 10 11 11 - Added profiling code to synchronization primitives to find bottlenecks if 12 running on multiple cores. Found and fixe san issue where parts of the12 running on multiple cores. Found and fixed an issue where parts of the 13 13 Diffie-Hellman calculation acquired an exclusive lock. This greatly improves 14 14 parallelization to multiple cores. … … 18 18 19 19 - separated IKE_SA/CHILD_SA key derivation process into a closed system, 20 allowing future imp elementations to use a secured environment in e.g. kernel20 allowing future implementations to use a secured environment in e.g. kernel 21 21 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. 22 25 23 26
