mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
- Fixed faulty HMAC-MD2 implementation (Fixes ticket #37)
This commit is contained in:
parent
d246ed30bd
commit
fa1c592860
5 changed files with 33 additions and 17 deletions
|
|
@ -14,6 +14,10 @@ Changes
|
|||
* Fixed rsa_encrypt and rsa_decrypt examples to use public key for
|
||||
encryption and private key for decryption. (Closes ticket #34)
|
||||
|
||||
Bugfix
|
||||
* Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes
|
||||
ticket #37)
|
||||
|
||||
= Version 1.0.0 released on 2011-07-27
|
||||
Features
|
||||
* Expanded cipher layer with support for CFB128 and CTR mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue