blob: af49fd96d6ada64b06d5e27800f4fe0c69790329 [file] [log] [blame]
Hanno Becker24628b62021-05-15 06:29:41 +01001API changes
2 * Remove `mbedtls_ssl_get_{input,output}_max_frag_len()`
3 and add `mbedtls_ssl_get_max_in_record_payload()`,
4 complementing the existing `mbedtls_ssl_get_max_out_record_payload()`.
5 Uses of `mbedtls_ssl_get_{input,output}_max_frag_len()`
6 should be replaced by `mbedtls_ssl_get_max_{in,out}_record_payload()`.