mbedtls/ChangeLog.d/max-record-payload-api.txt
Hanno Becker 24628b69be Add ChangeLog entry
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
2021-05-23 06:03:55 +01:00

6 lines
341 B
Text

API changes
* Remove `mbedtls_ssl_get_{input,output}_max_frag_len()`
and add `mbedtls_ssl_get_max_in_record_payload()`,
complementing the existing `mbedtls_ssl_get_max_out_record_payload()`.
Uses of `mbedtls_ssl_get_{input,output}_max_frag_len()`
should be replaced by `mbedtls_ssl_get_max_{in,out}_record_payload()`.