From 78a547c999156488b9bd72364d29eac3ad67161b Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Mon, 20 Dec 2010 10:22:14 +0100 Subject: [PATCH] Added NEWS for af-alg plugin --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 84d6ce454..a8afebe02 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,10 @@ strongswan-4.5.1 by the IKEv2 daemon. The ipsec.conf 'tfc' keyword pads all packets to a given boundary, the special value '%mtu' pads all packets to the path MTU. +- The new af-alg plugin can use various crypto primitives of the Linux Crypto + API using the AF_ALG interface introduced with 2.6.38. This removes the need + for additional userland implementations of symmetric cipher, hash, hmac and + xcbc algorithms. strongswan-4.5.0 ----------------