mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-04 19:42:17 +00:00
Adjust backport's documentation to account for missing features
This commit is contained in:
parent
2dd69e1c05
commit
8aed8e1612
|
@ -2107,8 +2107,8 @@ void mbedtls_ssl_conf_cert_req_ca_list( mbedtls_ssl_config *conf,
|
||||||
#if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH)
|
#if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH)
|
||||||
/**
|
/**
|
||||||
* \brief Set the maximum fragment length to emit and/or negotiate.
|
* \brief Set the maximum fragment length to emit and/or negotiate.
|
||||||
* (Typical: the smaller of #MBEDTLS_SSL_IN_CONTENT_LEN and
|
* (Typical: #MBEDTLS_SSL_MAX_CONTENT_LEN, by default that is
|
||||||
* #MBEDTLS_SSL_OUT_CONTENT_LEN, usually `2^14` bytes)
|
* set to `2^14` bytes)
|
||||||
* (Server: set maximum fragment length to emit,
|
* (Server: set maximum fragment length to emit,
|
||||||
* usually negotiated by the client during handshake)
|
* usually negotiated by the client during handshake)
|
||||||
* (Client: set maximum fragment length to emit *and*
|
* (Client: set maximum fragment length to emit *and*
|
||||||
|
|
Loading…
Reference in a new issue