aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2021-07-01 16:59:49 +0100
committerDave Rodgman <dave.rodgman@arm.com>2021-07-01 16:59:49 +0100
commit9bd038907b0a3a563d61b81b1ff945eab1a9961b (patch)
tree3d8ba320cea2ad2721800b5b00cf98fe711dc8f4 /ChangeLog
parenteaef0b78db27d6f3baba7e53e7af70e0d5ed52d4 (diff)
downloadmbedtls-9bd038907b0a3a563d61b81b1ff945eab1a9961b.zip
mbedtls-9bd038907b0a3a563d61b81b1ff945eab1a9961b.tar.gz
mbedtls-9bd038907b0a3a563d61b81b1ff945eab1a9961b.tar.bz2
Update changelog to cover #4517
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 019e8fa..d10bd37 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.