mbedtls/ChangeLog.d
Mateusz Starzyk f28261fc14 Remove output buffer limitation for PSA with GCM.
The requirement of minimum 15 bytes for output buffer in
psa_aead_finish() and psa_aead_verify() does not apply
to the built-in implementation of the GCM.

Alternative implementations are expected to verify the
length of the provided output buffers and to return
the MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL in case the
buffer length is too small.

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
2021-10-04 13:54:54 +02:00
..
00README.md
add_psa_m_aead.txt Improve changelog 2021-06-23 09:59:14 +01:00
chunked_ccm.txt Fix typo in the changelog for chunked CCM. 2021-08-23 10:56:06 +02:00
do-not-use-obsolete-header.txt Fix test code to can be built on alpine 2021-09-24 09:21:29 +09: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
muladdc-memory.txt Combine changelog entries for muladdc assembly fix 2021-09-24 15:18:44 +01: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
psa_gcm_buffer_limitation.txt Remove output buffer limitation for PSA with GCM. 2021-10-04 13:54:54 +02:00
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