mbedtls/ChangeLog.d
Gilles Peskine 1716f32864 psa_cipher_update_ecb: remove parameter output_size
This parameter was set but not used, which was pointless. Clang 14 detects
this and legitimately complains.

Remove the parameter. This is an internal function, only called once. The
caller already has a sufficient check on the output buffer size which
applies in more cases, so there is no real gain in robustness in adding the
same check inside the internal function.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-09-13 09:46:41 +02:00
..
00README.md 2.24.0 is still covered by the old policy 2020-10-01 00:35:49 +02:00
fix-cipher-output-size-macros.txt Add Changelog entry 2021-07-14 12:39:54 +01:00
issue4630.txt Add ChangeLog entry for reserved identifier replacments 2021-07-14 10:25:57 +01:00
makefile-python-windows.txt Use python3 when building on non-Windows for Windows 2021-07-13 18:26:08 +02:00
psa_cipher_update_ecp.txt psa_cipher_update_ecb: remove parameter output_size 2021-09-13 09:46:41 +02:00
psa_curve448_key_support.txt Add a changelog for Armmbed#4626 2021-07-14 16:12:22 +05:30
session_export_private.txt Add ChangeLog entry 2021-07-22 11:37:05 +01:00
tls_ext_cid-config.txt Allow configuring MBEDTLS_TLS_EXT_CID at compile time 2021-08-12 10:31:01 +02:00