From 1fc609fed32c02467e7ea47f9f5538f51adff099 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 3 Mar 2013 17:17:08 +0100 Subject: [PATCH] updated NEWS --- NEWS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index cb2dbbfed..7a5e6f017 100644 --- a/NEWS +++ b/NEWS @@ -7,8 +7,12 @@ strongswan-5.0.3 unbound plugin, which is based on libldns and libunbound. Both plugins were created by Reto Guadagnini. -- Implemented the TCG TNC IF-IMV 1.4 draft making access - requestor identities available to an IMV. +- Implemented the TCG TNC IF-IMV 1.4 draft making access requestor identities + available to an IMV. The OS IMV stores the AR identity together with the + device ID in the attest database. + +- The openssl plugin now uses the AES-NI accelerated version of AES-GCM + if the hardware supports it. strongswan-5.0.2 @@ -62,6 +66,7 @@ strongswan-5.0.2 - The integration test environment was updated and now uses KVM and reproducible guest images based on Debian. + strongswan-5.0.1 ---------------- @@ -135,6 +140,7 @@ strongswan-5.0.1 - All crypto primitives gained return values for most operations, allowing crypto backends to fail, for example when using hardware accelerators. + strongswan-5.0.0 ----------------