mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 20:45:41 +01:00
567bd958ff
ECB mode ciphers do not use IVs Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
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.
|