mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-22 09:40:09 +00:00
Fix migration guide for now-removed deprecated functions
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
59d3670fa5
commit
61f292ea0a
@ -50,7 +50,9 @@ The function `mbedtls_ssl_conf_dh_param()` was removed. Please use
|
|||||||
`mbedtls_ssl_conf_dh_param_bin()` or `mbedtls_ssl_conf_dh_param_ctx()` instead.
|
`mbedtls_ssl_conf_dh_param_bin()` or `mbedtls_ssl_conf_dh_param_ctx()` instead.
|
||||||
|
|
||||||
The function `mbedtls_ssl_get_max_frag_len()` was removed. Please use
|
The function `mbedtls_ssl_get_max_frag_len()` was removed. Please use
|
||||||
`mbedtls_ssl_get_output_max_frag_len()` instead.
|
`mbedtls_ssl_get_max_out_record_payload()` and
|
||||||
|
`mbedtls_ssl_get_max_in_record_payload()`
|
||||||
|
instead.
|
||||||
|
|
||||||
Deprecated hex-encoded primes were removed from DHM
|
Deprecated hex-encoded primes were removed from DHM
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user