mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
Add ChangeLog entry
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
b2efc4d464
commit
24628b69be
6
ChangeLog.d/max-record-payload-api.txt
Normal file
6
ChangeLog.d/max-record-payload-api.txt
Normal file
@ -0,0 +1,6 @@
|
||||
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()`.
|
Loading…
x
Reference in New Issue
Block a user