Skip to content

Commit 0215ee4

Browse files
Changelog entry for xxx_drbg_set_entropy_len before xxx_drbg_seed
1 parent 32eb827 commit 0215ee4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Bugfix
66
* Remove redundant line for getting the bitlen of a bignum, since the variable
77
holding the returned value is overwritten a line after.
88
Found by irwir in #2377.
9+
* Support mbedtls_hmac_drbg_set_entropy_len() and
10+
mbedtls_ctr_drbg_set_entropy_len() before the DRBG is seeded. Before,
11+
the initial seeding always reset the entropy length to the compile-time
12+
default.
913

1014
Changes
1115
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()

0 commit comments

Comments
 (0)