NEWS: Add aesni plugin news

This commit is contained in:
Martin Willi 2015-03-31 18:09:22 +02:00
parent 37794878cc
commit e8ba1d47cd
1 changed files with 6 additions and 0 deletions

6
NEWS
View File

@ -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
----------------