From 5908bccfc0bf7c6453f2a615f076074a51883dd7 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sun, 4 Sep 2016 15:12:09 +0100 Subject: [PATCH] Updated ChangeLog for PR#565 Updated ChangeLog for pull request #565 - Remove unused consts from oid lists --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8adcc1e8f..99c88e813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,8 @@ Changes * Added support for 3 and 4 byte lengths to mbedtls_asn1_write_len(). * Added support for a Yotta specific configuration file - through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE. + * Added optimization for code space for X.509/OID based on configured + features. (contributed by Aviv Palivoda) = mbed TLS 2.3.0 branch released 2016-06-28