From 604e4d99dd0163cf6810a05b79ca2b92e6a51a38 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 14 Oct 2024 11:34:18 +0200 Subject: [PATCH] Fix completion mistake in changelog entry Signed-off-by: Gilles Peskine --- ChangeLog.d/9690.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/9690.txt b/ChangeLog.d/9690.txt index 8dda75cc7c..d00eb16bc9 100644 --- a/ChangeLog.d/9690.txt +++ b/ChangeLog.d/9690.txt @@ -1,8 +1,8 @@ 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, 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 and MBEDTLS_MPI_MAX_SIZE is smaller than needed for a 4096-bit RSA key. CVE-2024-49195