We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9f4be commit 453fd05Copy full SHA for 453fd05
ChangeLog
@@ -1,5 +1,16 @@
1
Mbed TLS ChangeLog (Sorted per branch, date)
2
3
+= Mbed TLS 3.6.2 branch released 2024-10-14
4
+
5
+Security
6
+ * Fix a buffer underrun in mbedtls_pk_write_pubkey_der() when
7
+ called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
8
+ and the output buffer is smaller than the actual output.
9
+ Fix a related buffer underrun in mbedtls_pk_write_pubkey_pem()
10
+ when called on an opaque RSA key, MBEDTLS_USE_PSA_CRYPTO is enabled
11
+ and MBEDTLS_MPI_MAX_SIZE is smaller than needed for a 4096-bit RSA key.
12
+ CVE-2024-49195
13
14
= Mbed TLS 3.6.1 branch released 2024-08-30
15
16
API changes
0 commit comments