From abdf1c608e8bc7e613e35aa77f4ebf2905e4fed6 Mon Sep 17 00:00:00 2001 From: Krzysztof Stachowiak Date: Thu, 25 Apr 2019 16:07:37 +0200 Subject: [PATCH] Document the default value for the maximum fragment length --- include/mbedtls/ssl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index b6a20ef55..4b4830224 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -2761,6 +2761,7 @@ void mbedtls_ssl_conf_cert_req_ca_list( mbedtls_ssl_config *conf, * usually negotiated by the client during handshake) * (Client: set maximum fragment length to emit *and* * negotiate with the server during handshake) + * (Default: #MBEDTLS_SSL_MAX_FRAG_LEN_NONE) * * \note On the client side, the maximum fragment length extension * *will not* be used, unless the maximum fragment length has