Add a changelog entry for the ChaCha20 default behavior change

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2021-12-01 22:25:48 +01:00
parent e6728203d2
commit 2c2c1778f7

View file

@ -0,0 +1,4 @@
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.