1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-28 09:04:00 +08:00

Add changelog entry

Signed-off-by: Fredrik Strupe <fredrik.strupe@silabs.com>
This commit is contained in:
Fredrik Strupe 2020-10-01 10:44:46 +02:00
parent f90e3019dd
commit 9d3391483c

View File

@ -0,0 +1,3 @@
Bugfix
* Consistently return PSA_ERROR_INVALID_ARGUMENT on invalid cipher input
sizes, as opposed to PSA_ERROR_BAD_STATE in some cases.