Adjust backport's documentation to account for missing features

This commit is contained in:
k-stachowiak 2019-05-10 15:09:21 +02:00
parent 2dd69e1c05
commit 8aed8e1612

View file

@ -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*