blob: 0b34915f4089df264dce049e20154296a1093344 [file] [log] [blame] [view]
Hanno Beckerb2efc4d2021-05-15 06:26:24 +01001Remove MaximumFragmentLength (MFL) query API
2-----------------------------------------------------------------
3
4This affects users which use the MFL query APIs
5`mbedtls_ssl_get_{input,output}_max_frag_len()` to
6infer upper bounds on the plaintext size of incoming and
7outgoing record.
8
9Users should switch to `mbedtls_ssl_get_max_{in,out}_record_payload()`
10instead, which also provides such upper bounds but takes more factors
11than just the MFL configuration into account.