mirror of
https://github.com/espressif/mbedtls.git
synced 2026-09-11 21:09:54 +00:00
Add ChangeLog entry for FFDH buffer overflow fix
Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
Security
|
||||
* Fix a buffer overflow in psa_export_public_key() for FFDH keys.
|
||||
Previously we calculated the key length and wrote that much data to the
|
||||
output buffer, regardless of the output buffer length. Fix this by always
|
||||
checking that the key length is less than the output buffer length before
|
||||
performing the copy and return PSA_ERROR_BUFFER_TOO_SMALL if the output
|
||||
buffer is too small.
|
||||
Reference in New Issue
Block a user