5 lines
188 B
Text
5 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.
|