From cad6e93e19176aa389a7ccb9f7517bfdbd8cf679 Mon Sep 17 00:00:00 2001
From: Simon Butcher <simon.butcher@arm.com>
Date: Mon, 5 Sep 2016 01:46:59 +0300
Subject: [PATCH] Update to ChangeLog for bug #428

---
 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 99c88e8130..59808bc00d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@ Bugfix
    * Fix dependency issue in Makefile to allow parallel builds.
    * Fix incorrect handling of block lengths in crypt_and_hash sample program,
      when GCM is used. #441
+   * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
+     enabled unless others were also present. Found by David Fernandez. #428
 
 Changes
    * Extended test coverage of special cases, and added new timing test suite.