TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
c1999d57467112ad4bd0a40ee5e0264b4d9503c5
/
.
/
ChangeLog.d
/
chacha20_invalid_iv_len_fix.txt
blob: af35e2a001147c7316fafffcee89c3b394da44fb [
file
] [
log
] [
blame
]
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.