Fix potential bad read in parsing ServerHello
diff --git a/ChangeLog b/ChangeLog
index 4d6b7de..dd1a3c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
      (server is not affected if it doesn't ask for a client certificate).
      (Found using Codenomicon Defensics.)
 
+Bugfix
+   * Fix potential bad read in parsing ServerHello (found by Adrien
+     Vialletelle).
+
 Changes
    * X.509 certificates with more than one AttributeTypeAndValue per
      RelativeDistinguishedName are not accepted any more.