blob: 02b47e4e1bfe5c0d4fd0fde5739d6b3a82fc223c [file] [log] [blame]
Hanno Becker24628b62021-05-15 06:29:41 +01001API changes
Hanno Beckerfb1add72021-05-23 06:02:48 +01002 * Remove the SSL APIs mbedtls_ssl_get_input_max_frag_len() and
3 mbedtls_ssl_get_output_max_frag_len(), and add a new API
4 mbedtls_ssl_get_max_in_record_payload(), complementing the existing
5 mbedtls_ssl_get_max_out_record_payload().
6 Uses of mbedtls_ssl_get_input_max_frag_len() and
7 mbedtls_ssl_get_input_max_frag_len() should be replaced by
8 mbedtls_ssl_get_max_in_record_payload() and
9 mbedtls_ssl_get_max_out_record_payload(), respectively.