mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 09:40:32 +00:00
Fix completion mistake in changelog entry
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
93d421e751
commit
107ea89daa
@ -3,10 +3,10 @@ Mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
= Mbed TLS 3.6.2 branch released 2024-10-14
|
= Mbed TLS 3.6.2 branch released 2024-10-14
|
||||||
|
|
||||||
Security
|
Security
|
||||||
* Fix a buffer underrun in mbedtls_pk_write_pubkey_der() when
|
* Fix a buffer underrun in mbedtls_pk_write_key_der() when
|
||||||
called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
|
called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
|
||||||
and the output buffer is smaller than the actual output.
|
and the output buffer is smaller than the actual output.
|
||||||
Fix a related buffer underrun in mbedtls_pk_write_pubkey_pem()
|
Fix a related buffer underrun in mbedtls_pk_write_key_pem()
|
||||||
when called on an opaque RSA key, MBEDTLS_USE_PSA_CRYPTO is enabled
|
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.
|
and MBEDTLS_MPI_MAX_SIZE is smaller than needed for a 4096-bit RSA key.
|
||||||
CVE-2024-49195
|
CVE-2024-49195
|
||||||
|
Loading…
x
Reference in New Issue
Block a user