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