From 3a29e9cf579948cc39fd84f34bb5a8f1a8701782 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Tue, 5 Jul 2022 10:49:10 -0400 Subject: [PATCH] Improve changelog wording Co-authored-by: Ronald Cron Signed-off-by: Andrzej Kurek --- ChangeLog.d/resumption_cid.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/resumption_cid.txt b/ChangeLog.d/resumption_cid.txt index d6d74b8777..0cdd4fc6aa 100644 --- a/ChangeLog.d/resumption_cid.txt +++ b/ChangeLog.d/resumption_cid.txt @@ -1,4 +1,5 @@ Bugfix - * Fix a bug where the connection ID extension on client side would not work - after a session resumption took place. This caused the client to not - recognize records containing a CID and drop them. + * Fix server connection identifier setting for outgoing encrypted records + on DTLS 1.2 session resumption. After DTLS 1.2 session resumption with + connection identifier, the Mbed TLS client now sends properly the server + connection identifier in encrypted record headers. Fix #5872.