Same ciphersuite validation in server and client hello
diff --git a/ChangeLog b/ChangeLog
index 4be7ec4..98da626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,8 @@
* Fix buffer length assertions in the ssl_parse_certificate_request()
function which leads to a potential one byte overread of the message
buffer.
+ * Fix cipher suite validation in ssl_parse_server_hello() by performing same
+ checks as performed in ssl_write_client_hello().
Changes
* Support cmake build where Mbed TLS is a subproject. Fix