Merge remote-tracking branch 'public/pr/1497' into development

This commit is contained in:
Simon Butcher 2018-06-12 16:53:04 +01:00
commit e47d6fd97e
16 changed files with 627 additions and 4 deletions

View file

@ -73,6 +73,10 @@ API Changes
This function is necessary to determine when it is safe to idle on the
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
* Fix a spurious uninitialized variable warning in cmac.c. Fix independently
contributed by Brian J Murray and David Brown.