Add accessor for own cid to ssl context
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
cefa904759
commit
0113cf1022
4 changed files with 69 additions and 2 deletions
|
@ -1317,8 +1317,9 @@
|
|||
* in the underlying transport.
|
||||
*
|
||||
* Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()`,
|
||||
* `mbedtls_ssl_get_peer_cid()` and `mbedtls_ssl_conf_cid()`.
|
||||
* See the corresponding documentation for more information.
|
||||
* mbedtls_ssl_get_own_cid()`, `mbedtls_ssl_get_peer_cid()` and
|
||||
* `mbedtls_ssl_conf_cid()`. See the corresponding documentation for
|
||||
* more information.
|
||||
*
|
||||
* \warning The Connection ID extension is still in draft state.
|
||||
* We make no stability promises for the availability
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue