mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Update Changelog for recent timer changes
This commit is contained in:
parent
70860adccc
commit
0c89035d4d
1 changed files with 4 additions and 0 deletions
|
|
@ -123,6 +123,10 @@ API changes from the 1.4 preview branch
|
||||||
mbedtls_ssl_conf_transport()
|
mbedtls_ssl_conf_transport()
|
||||||
mbedtls_ssl_conf_max_version()
|
mbedtls_ssl_conf_max_version()
|
||||||
mbedtls_ssl_conf_min_version()
|
mbedtls_ssl_conf_min_version()
|
||||||
|
* DTLS no longer hard-depends on TIMING_C, but uses a callback interface
|
||||||
|
instead, see mbedtls_ssl_set_timer_cb(), with the Timing module providing
|
||||||
|
an example implementation, see mbedtls_timing_delay_context and
|
||||||
|
mbedtls_timing_set/get_delay().
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now
|
* mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue