Merge pull request #5915 from AndrzejKurek/cid-resumption-clash

Fix DTLS 1.2 session resumption
This commit is contained in:
Paul Elliott
2022-07-06 15:03:36 +01:00
committed by GitHub
3 changed files with 46 additions and 10 deletions

View File

@@ -0,0 +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 properly sends the server
connection identifier in encrypted record headers. Fix #5872.