minor ChangeLog text tweaks and one typo fix
This commit is contained in:
parent
4b0f0802ee
commit
f7a821d082
14
ChangeLog
14
ChangeLog
@ -25,17 +25,17 @@ fwknop-2.5 (//2013):
|
||||
is particularly true for GPG. Beyond this, HMAC authenticated
|
||||
encryption in the encrypt-then-authenticate mode does not suffer from
|
||||
things like CBC-mode padding oracle attacks (see the Vaudenay attack and
|
||||
the more recent "Lucky 13" attack against SSL).
|
||||
the more recent "Lucky 13" attack against SSL). HMAC verifications are
|
||||
performed with a constant time comparison function.
|
||||
- [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/
|
||||
decryption process even if the supplied key was longer. The result was
|
||||
a weakening of expected security for users that had keys > 16 bytes,
|
||||
although this is probably not too common. Note that "passphrase" is
|
||||
perhaps technically a better word for "user-supplied key" in this
|
||||
context since the actual key is generated with the PBKDF1 key derivation
|
||||
algorithm. This issue was reported by Michael T. Dean. Closes issue #18
|
||||
on github.
|
||||
a weakening of expected security for users that had keys > 16 bytes.
|
||||
Note that "passphrase" is perhaps technically a better word for
|
||||
"user-supplied key" in this context since the actual key is generated
|
||||
with the PBKDF1 key derivation algorithm. This issue was reported by
|
||||
Michael T. Dean. Closes issue #18 on github.
|
||||
- [libfko] Added the ability to maintain backwards compatibility with the
|
||||
now deprecated "zero padding" key derivation strategy in AES mode that
|
||||
was a hold over from the old perl fwknop implementation. This is NOT
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*
|
||||
*****************************************************************************
|
||||
*
|
||||
* File: rigndael.c
|
||||
* File: rijndael.c
|
||||
*
|
||||
* Purpose: rijndael - An implementation of the Rijndael cipher.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user