mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 13:20:21 +00:00
Add migration guide
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
80d163d496
commit
b2efc4d464
11
docs/3.0-migration-guide.d/max-record-payload-api.md
Normal file
11
docs/3.0-migration-guide.d/max-record-payload-api.md
Normal file
@ -0,0 +1,11 @@
|
||||
Remove MaximumFragmentLength (MFL) query API
|
||||
-----------------------------------------------------------------
|
||||
|
||||
This affects users which use the MFL query APIs
|
||||
`mbedtls_ssl_get_{input,output}_max_frag_len()` to
|
||||
infer upper bounds on the plaintext size of incoming and
|
||||
outgoing record.
|
||||
|
||||
Users should switch to `mbedtls_ssl_get_max_{in,out}_record_payload()`
|
||||
instead, which also provides such upper bounds but takes more factors
|
||||
than just the MFL configuration into account.
|
Loading…
x
Reference in New Issue
Block a user