From 18f06625411d53d32859272a50cd86255a95fdd5 Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Wed, 19 Jun 2019 14:01:05 +0300 Subject: [PATCH] Add changelog entry --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49c3acf5f..e9dc52c86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,6 +38,10 @@ Features ServerHello. * Add new configuration option MBEDTLS_SSL_PROTO_NO_TLS that enables code size savings in configurations where only DTLS is used. + * Add new configuration option MBEDTLS_SSL_SESSION_CACHE that can be used + to enable/disable cache based session resumption + * Add new configuration option MBEDTLS_SSL_SESSION_RESUMPTION that can be + used to enable/disable session resumption feature entirely. API Changes * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.