From 5a74d260065908a29dbf57a1a0791f24f530da4a Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 11 Oct 2016 14:06:37 +0100 Subject: [PATCH] Added credit to Changelog for X.509 DER bounds fix --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d4c82e029..0412613b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ Security * Fix potential stack corruption in mbedtls_x509write_crt_der() and mbedtls_x509write_csr_der() when the signature is copied to the buffer without checking whether there is enough space in the destination. The - issue cannot be triggered remotely. + issue cannot be triggered remotely. (found by Jethro Beekman) Features * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by