mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-13 21:46:27 +00:00
- Renamed RSA_RAW to SIG_RSA_RAW for consistency in the code.
This commit is contained in:
@@ -8,9 +8,10 @@ Features
|
||||
Camellia, DES, 3-DES, RSA PKCS#1, XTEA, Diffie-Hellman
|
||||
and X509parse.
|
||||
|
||||
Major Changes
|
||||
Changes
|
||||
* Error codes are not (necessarily) negative anymore. Keep
|
||||
this is mind when writing code.
|
||||
this is mind when checking for errors.
|
||||
* RSA_RAW renamed to SIG_RSA_RAW for consistency.
|
||||
|
||||
Bug fixes
|
||||
* Fixed HMAC-MD2 by modifying md2_starts(), so that the
|
||||
|
||||
Reference in New Issue
Block a user