Improve changelog wording

Co-authored-by: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek 2022-07-05 10:49:10 -04:00
parent 78c63511ae
commit 33b731f637

View File

@ -1,4 +1,5 @@
Bugfix Bugfix
* Fix a bug where the connection ID extension on client side would not work * Fix server connection identifier setting for outgoing encrypted records
after a session resumption took place. This caused the client to not on DTLS 1.2 session resumption. After DTLS 1.2 session resumption with
recognize records containing a CID and drop them. connection identifier, the Mbed TLS client now sends properly the server
connection identifier in encrypted record headers. Fix #5872.