mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Remove timing_m_sleep() -> net_usleep()
This commit is contained in:
@@ -73,6 +73,8 @@ Removals
|
||||
mbedtls_ecp_muladd().
|
||||
* Removed individual mdX_hmac and shaX_hmac functions (use generic
|
||||
md_hmac functions from md.h)
|
||||
* Removed mbedtls_timing_msleep(). Use mbedtls_timing_usleep() or a custom
|
||||
waiting function.
|
||||
* Removed the PBKDF2 module (use PKCS5).
|
||||
* Removed POLARSSL_ERROR_STRERROR_BC (use mbedtls_strerror()).
|
||||
* Removed compat-1.2.h (helper for migrating from 1.2 to 1.3).
|
||||
|
||||
Reference in New Issue
Block a user