Add a changelog entry for the ChaCha20 default behavior change
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
8be8e4a524
commit
f2d4e275a8
1 changed files with 4 additions and 0 deletions
4
ChangeLog.d/chacha20_invalid_iv_len_fix.txt
Normal file
4
ChangeLog.d/chacha20_invalid_iv_len_fix.txt
Normal 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.
|
Loading…
Reference in a new issue