mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Add parameter validation to SHA-1
This commit is contained in:
parent
af0c6cb9e0
commit
f7c43b3145
3 changed files with 27 additions and 0 deletions
|
|
@ -41,6 +41,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.
|
||||
* Add validation checks for input parameters to functions in the SHA-1
|
||||
module.
|
||||
|
||||
New deprecations
|
||||
* Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue