mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
Introduce single ARIA error code for bad input data
Deprecate the old specific error codes * MBEDTLS_ERR_ARIA_INVALID_KEY_LENGTH * MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH
This commit is contained in:
parent
6d0816a8ae
commit
2f47550018
4 changed files with 14 additions and 5 deletions
|
|
@ -31,6 +31,10 @@ 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.
|
||||
|
||||
New deprecations
|
||||
* Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue