minor ChangeLog wording update for HMAC section

This commit is contained in:
Michael Rash 2013-03-21 21:48:38 -04:00
parent 49c956dafc
commit d677e18e25

View File

@ -1,7 +1,8 @@
fwknop-2.5 (//2013): fwknop-2.5 (//2013):
- Major release of new functionality - HMAC support in the encrypt-then- - Major release of new functionality - HMAC authenticated encryption
authenticate model. Supported HMAC digests include MD5, SHA1, SHA256, support in the encrypt-then-authenticate model for SPA communications.
SHA384, and SHA512. The default is HMAC-SHA256 when HMAC is used. 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 - [libfko] Significant bug fix to honor the full encryption key length for
user-supplied Rijndael keys > 16 bytes long. Previous to this fix, 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/ only the first 16 bytes of a key were actually used in the encryption/