mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-07 15:36:29 +00:00
- Fixed HMAC-MD2 by modifying md2_starts(), so that the required HMAC ipad and opad variables are not cleared!
This commit is contained in:
parent
396c52f711
commit
2fd71f0757
2 changed files with 6 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ Features
|
|||
and X509parse.
|
||||
|
||||
Bug fixes
|
||||
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
|
||||
required HMAC ipad and opad variables are not cleared!
|
||||
* Prevented use of long long in bignum if
|
||||
POLARSSL_HAVE_LONGLONG not defined (found by Giles
|
||||
Bathgate).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue