1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-10 05:03:02 +03:00

Add a changelog entry for the session resumption + CID bug

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek
2022-06-23 08:00:14 -04:00
parent 7cf872557a
commit 5708b45154

View File

@@ -0,0 +1,4 @@
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.