From d7590217c3a29ba1908a9fc0e06707e3346a4f91 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 3 Apr 2012 10:48:03 +0200 Subject: [PATCH] Added NEWS about cmac plugin. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5beefb739..82aab545b 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,9 @@ strongswan-4.6.3 - Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595. +- The cmac plugin implements the AES-CMAC-96 and AES-CMAC-PRF-128 algorithms + as defined in RFC 4494 and RFC 4615, respectively. + - The resolve plugin automatically installs nameservers via resolveconf(8), if it is installed, instead of modifying /etc/resolv.conf directly.