From 1ce9ca0630c2f119df67f14a0620ba229e8bcbea Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Wed, 6 Jul 2022 06:48:48 -0400 Subject: [PATCH] Changelog rewording Signed-off-by: Andrzej Kurek --- ChangeLog.d/resumption_cid.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/resumption_cid.txt b/ChangeLog.d/resumption_cid.txt index 0cdd4fc6a..5c237aa88 100644 --- a/ChangeLog.d/resumption_cid.txt +++ b/ChangeLog.d/resumption_cid.txt @@ -1,5 +1,5 @@ Bugfix * 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, the Mbed TLS client now properly sends the server connection identifier in encrypted record headers. Fix #5872.