mbedtls/ChangeLog.d/ecb_iv_fix.txt

4 lines
149 B
Text
Raw Normal View History

Bugfix
* Correct the default IV size for mbedtls_cipher_info_t structures using
MBEDTLS_MODE_ECB to 0, since ECB mode ciphers don't use IVs.