We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad685f commit b4802d7Copy full SHA for b4802d7
ChangeLog
@@ -2,6 +2,12 @@ mbed TLS ChangeLog (Sorted per branch, date)
2
3
= mbed TLS 2.7.x branch released xxxx-xx-xx
4
5
+Bugfix
6
+ * Support mbedtls_hmac_drbg_set_entropy_len() and
7
+ mbedtls_ctr_drbg_set_entropy_len() before the DRBG is seeded. Before,
8
+ the initial seeding always reset the entropy length to the compile-time
9
+ default.
10
+
11
Changes
12
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()
13
from the cipher abstraction layer. Fixes #2198.
0 commit comments