mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 21:56:21 +01:00
Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH
This commit is contained in:
parent
938f9e9bdb
commit
a034369eca
5 changed files with 8 additions and 7 deletions
|
|
@ -31,10 +31,8 @@ API Changes
|
|||
mbedtls_ctr_drbg_update() -> mbedtls_ctr_drbg_update_ret()
|
||||
mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret()
|
||||
* Extend ECDH interface to enable alternative implementations.
|
||||
* Deprecate the ARIA error constants
|
||||
- MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH
|
||||
- MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH
|
||||
in favour of a new single error MBEDTLS_ERR_ARIA_BAD_INPUT_DATA.
|
||||
* Deprecate the ARIA error MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH
|
||||
in favour of a new generic error MBEDTLS_ERR_ARIA_BAD_INPUT_DATA.
|
||||
* Deprecate the CAMELLIA error MBEDTLS_ERR_CAMELLIA_INVALID_KEY_LENGTH
|
||||
in favour a new generic error MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA.
|
||||
* Deprecate the Blowfish error constants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue