mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
253 B
Text
4 lines
253 B
Text
Default behavior changes
|
|
* mbedtls_cipher_set_iv will now fail with ChaCha20 and ChaCha20+Poly1305
|
|
for IV lengths other than 12. The library was silently overwriting this
|
|
length with 12, but did not inform the caller about it. Fixes #4301.
|