TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
b51e0c7e5649659cef9a8b393eb49e1e76b557a4
/
.
/
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.