mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-02 12:45:20 +01:00
3 lines
149 B
Text
3 lines
149 B
Text
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.
|