mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-08 09:40:07 +01:00
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> |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| add_psa_m_aead.txt | ||
| chunked_ccm.txt | ||
| do-not-use-obsolete-header.txt | ||
| fix-cipher-output-size-macros.txt | ||
| issue4630.txt | ||
| makefile-python-windows.txt | ||
| muladdc-memory.txt | ||
| psa_cipher_update_ecp.txt | ||
| psa_curve448_key_support.txt | ||
| psa_gcm_buffer_limitation.txt | ||
| session_export_private.txt | ||
| tls_ext_cid-config.txt | ||