Fix invalid memory read in x509_get_sig()
diff --git a/ChangeLog b/ChangeLog
index d41468f..efc06fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 Security
    * Fix potential invalid memory read in the server, that allows a client to
      crash it remotely (found by Caj Larsson).
+   * Fix potential invalid memory read in certificate parsing, that allows a
+     client to crash the server remotely if client authentication is enabled
+     (found using Codenomicon Defensics).
 
 Bugfix
    * Fix bug in Via Padlock support (found by Nikos Mavrogiannopoulos).