Add ChangeLog entry for HKDF
This commit is contained in:
parent
656864b360
commit
798363e4dc
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ API Changes
|
||||||
This function is necessary to determine when it is safe to idle on the
|
This function is necessary to determine when it is safe to idle on the
|
||||||
underlying transport in case event-driven IO is used.
|
underlying transport in case event-driven IO is used.
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Implement the HMAC-based extract-and-expand key derivation function
|
||||||
|
(HKDF) per RFC 5869. Contributed by Thomas Fossati.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix a spurious uninitialized variable warning in cmac.c. Fix independently
|
* Fix a spurious uninitialized variable warning in cmac.c. Fix independently
|
||||||
contributed by Brian J Murray and David Brown.
|
contributed by Brian J Murray and David Brown.
|
||||||
|
|
Loading…
Reference in a new issue