Hanno Becker | 24628b6 | 2021-05-15 06:29:41 +0100 | [diff] [blame] | 1 | API changes |
Hanno Becker | fb1add7 | 2021-05-23 06:02:48 +0100 | [diff] [blame] | 2 | * 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. |