mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-28 13:59:56 +00:00
Add a changelog entry for the ChaCha20 default behavior change
Signed-off-by: Andrzej Kurek <[email protected]>
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user