mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 13:55:35 +00:00
Update ChangeLog for fix to crypt_and_hash #441
This commit is contained in:
parent
243f48e1e2
commit
327d66520e
|
@ -13,6 +13,8 @@ Bugfix
|
||||||
may need time but not the standard C library abstraction, and added
|
may need time but not the standard C library abstraction, and added
|
||||||
configuration consistency checks to check_config.h
|
configuration consistency checks to check_config.h
|
||||||
* Fix dependency issue in Makefile to allow parallel builds.
|
* Fix dependency issue in Makefile to allow parallel builds.
|
||||||
|
* Fix incorrect handling of block lengths in crypt_and_hash sample program,
|
||||||
|
when GCM is used. #441
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Extended test coverage of special cases, and added new timing test suite.
|
* Extended test coverage of special cases, and added new timing test suite.
|
||||||
|
|
Loading…
Reference in a new issue