mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 11:05:47 +01:00
Add ChangeLog entry for deprecation of mbedtls_xxx_drbg_update
This commit is contained in:
parent
808639b812
commit
576a0a429c
@ -6,6 +6,13 @@ Security
|
|||||||
* Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
|
* Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
|
||||||
modules.
|
modules.
|
||||||
|
|
||||||
|
API Changes
|
||||||
|
* The new functions mbedtls_ctr_drbg_update_ret() and
|
||||||
|
mbedtls_hmac_drbg_update_ret() are similar to mbedtls_ctr_drbg_update()
|
||||||
|
and mbedtls_hmac_drbg_update() respectively, but the new functions
|
||||||
|
report errors whereas the old functions return void. We recommend that
|
||||||
|
applications use the new functions.
|
||||||
|
|
||||||
= mbed TLS 2.14.0 branch released 2018-11-19
|
= mbed TLS 2.14.0 branch released 2018-11-19
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
Loading…
Reference in New Issue
Block a user