mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-20 12:27:54 +00:00
CTR_DRBG documentation: add changelog entry
This is a documentation-only change, but one that users who care about NIST compliance may be interested in, to review if they're using the module in a compliant way.
This commit is contained in:
parent
e3dc5942c5
commit
ca28583e95
|
@ -73,6 +73,8 @@ Bugfix
|
||||||
Changes
|
Changes
|
||||||
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()
|
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()
|
||||||
from the cipher abstraction layer. Fixes #2198.
|
from the cipher abstraction layer. Fixes #2198.
|
||||||
|
* Clarify how the interface of the CTR_DRBG module relates to
|
||||||
|
NIST SP 800-90A.
|
||||||
|
|
||||||
= mbed TLS 2.16.3 branch released 2019-09-06
|
= mbed TLS 2.16.3 branch released 2019-09-06
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue