mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 05:59:23 +01:00
Merge remote-tracking branch 'public/pr/2279' into development
This commit is contained in:
commit
0bbf7f450d
7 changed files with 276 additions and 37 deletions
|
|
@ -48,6 +48,7 @@ API Changes
|
|||
* Deprecate the Blowfish error MBEDTLS_ERR_BLOWFISH_INVALID_KEY_LENGTH
|
||||
in favour of a new generic error MBEDTLS_ERR_BLOWFISH_BAD_INPUT_DATA.
|
||||
* Add validation checks for input parameters to functions in the CCM module.
|
||||
* Add validation checks for input parameters to functions in the GCM module.
|
||||
|
||||
New deprecations
|
||||
* Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue