mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-01 20:25:28 +01:00
- Inceased maximum size of ASN1 length reads to 32-bits
This commit is contained in:
parent
b892b1326c
commit
c4909d95f1
2 changed files with 17 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Changes
|
|||
* Documentation for AES and Camellia in modes CTR and CFB128 clarified.
|
||||
* Fixed rsa_encrypt and rsa_decrypt examples to use public key for
|
||||
encryption and private key for decryption. (Closes ticket #34)
|
||||
* Inceased maximum size of ASN1 length reads to 32-bits.
|
||||
|
||||
Bugfix
|
||||
* Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue