From: Martin Willi Date: Tue, 31 Mar 2015 16:09:22 +0000 (+0200) Subject: NEWS: Add aesni plugin news X-Git-Tag: 5.3.1dr1~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8ba1d47cde53db0cbed428fd8c8bb3d0fe7f267;p=thirdparty%2Fstrongswan.git NEWS: Add aesni plugin news --- diff --git a/NEWS b/NEWS index 81a7fc5fc9..77951dde43 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +- The new aesni plugin provides CBC, CTR, XCBC, CMAC, CCM and GCM crypto + primitives for AES-128/192/256. The plugin requires AES-NI and PCLMULQDQ + instructions and works on both x86 and x64 architectures. It provides + superior crypto performance in userland without any external libraries. + + strongswan-5.3.0 ----------------