mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 09:18:25 +00:00
- Updated ChangeLog
This commit is contained in:
parent
9863ca5001
commit
6e61ea1320
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ Features
|
|||
|
||||
Bug fixes
|
||||
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
|
||||
required HMAC ipad and opad variables are not cleared!
|
||||
required HMAC ipad and opad variables are not cleared.
|
||||
(found by code coverage tests)
|
||||
* Prevented use of long long in bignum if
|
||||
POLARSSL_HAVE_LONGLONG not defined (found by Giles
|
||||
Bathgate).
|
||||
|
|
Loading…
Reference in a new issue