mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Changelog entry for security fix
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
63348bed30
commit
e298eeb739
8
ChangeLog.d/9690.txt
Normal file
8
ChangeLog.d/9690.txt
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
Security
|
||||||
|
* Fix a buffer underrun in mbedtls_pk_write_pubkey_der() when
|
||||||
|
called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
|
||||||
|
and the output buffer is smaller than the actual output.
|
||||||
|
Fix a related buffer underrun in mbedtls_pk_write_pubkey_pem()
|
||||||
|
when called on an opaque RSA key, MBEDTLS_USE_PSA_CRYPTO is enabled
|
||||||
|
and MBEDTLS_MPI_MAX_SIZE is smaller than needed for a 4096-bit RSA key.
|
||||||
|
CVE-2024-49195
|
Loading…
x
Reference in New Issue
Block a user