9ac6b28e27
Since 11e9310
add mbedtls_aes_init call in mbedtls_ctr_drbg_init, it
should not init aes_ctx again in mbedtls_ctr_drbg_seed.
Signed-off-by: kXuan <kxuanobj@gmail.com>
4 lines
188 B
Text
4 lines
188 B
Text
Bugfix
|
|
* Fix mbedtls_ctr_drbg_free() on an initialized but unseeded context. When
|
|
MBEDTLS_AES_ALT is enabled, it could call mbedtls_aes_free() on an
|
|
uninitialized context.
|