mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-08 12:40:43 +00:00
Add ChangeLog entry for the DRBG documentation improvements
This commit is contained in:
parent
d89173066c
commit
97edf5e1e2
|
@ -1,5 +1,12 @@
|
||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
= mbed TLS 2.7.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Changes
|
||||||
|
* Clarify how the interface of the CTR_DRBG and HMAC modules relates to
|
||||||
|
NIST SP 800-90A. In particular CTR_DRBG requires an explicit nonce
|
||||||
|
to achieve a 256-bit strength if MBEDTLS_ENTROPY_FORCE_SHA256 is set.
|
||||||
|
|
||||||
= mbed TLS 2.7.12 branch released 2019-09-06
|
= mbed TLS 2.7.12 branch released 2019-09-06
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
|
Loading…
Reference in a new issue