Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors

Accessors to own CID within mbedtls_ssl_context
This commit is contained in:
Manuel Pégourié-Gonnard 2022-04-01 11:36:00 +02:00 committed by GitHub
commit 33a9d61885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 155 additions and 2 deletions

View file

@ -0,0 +1,4 @@
Features
* Add the function mbedtls_ssl_get_own_cid() to access our own connection id
within mbedtls_ssl_context, as requested in #5184