Hanno Becker | 24628b6 | 2021-05-15 06:29:41 +0100 | [diff] [blame^] | 1 | API 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()`. |