From d677e18e2527be218aadfae96d7cbcd75d0c68d2 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 21 Mar 2013 21:48:38 -0400 Subject: [PATCH] minor ChangeLog wording update for HMAC section --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63ab84e0..7e4e1ebf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ fwknop-2.5 (//2013): - - Major release of new functionality - HMAC support in the encrypt-then- - authenticate model. Supported HMAC digests include MD5, SHA1, SHA256, - SHA384, and SHA512. The default is HMAC-SHA256 when HMAC is used. + - Major release of new functionality - HMAC authenticated encryption + support in the encrypt-then-authenticate model for SPA communications. + Supported HMAC digests include MD5, SHA1, SHA256, SHA384, and SHA512. + The default is HMAC-SHA256 when HMAC is used. - [libfko] Significant bug fix to honor the full encryption key length for user-supplied Rijndael keys > 16 bytes long. Previous to this fix, only the first 16 bytes of a key were actually used in the encryption/