mbedtls/ChangeLog.d/fix-ctr-drbg-may-free-invalid-aes-context.txt

5 lines
188 B
Text
Raw Normal View History

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.