mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 21:55:41 +01:00
2c2c1778f7
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
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.
|