Add test for bounds in X509 DER write funcs
diff --git a/ChangeLog b/ChangeLog
index afef2dd..d4c82e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,8 @@
 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. It is
-     not triggerable remotely in SSL/TLS.
+     without checking whether there is enough space in the destination. The
+     issue cannot be triggered remotely.
 
 Features
    * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by