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 32eb827 commit 0215ee4Copy full SHA for 0215ee4
ChangeLog
@@ -6,6 +6,10 @@ Bugfix
6
* Remove redundant line for getting the bitlen of a bignum, since the variable
7
holding the returned value is overwritten a line after.
8
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.
13
14
Changes
15
* Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()
0 commit comments