From 9bd038907b0a3a563d61b81b1ff945eab1a9961b Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 1 Jul 2021 16:59:49 +0100 Subject: [PATCH] Update changelog to cover #4517 Signed-off-by: Dave Rodgman --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 019e8fa38d..d10bd37453 100644 --- a/ChangeLog +++ b/ChangeLog @@ -152,6 +152,9 @@ API changes longer supported except for fields that are documented public. Use accessor functions instead. For more information, see the migration guide entry "Most structure fields are now private". + * mbedtls_ssl_get_session_pointer() has been removed, and + mbedtls_ssl_{set,get}_session() may now only be called once for any given + SSL context. Default behavior changes * Enable by default the functionalities which have no reason to be disabled.