mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 23:49:24 +01:00
Remove timing_m_sleep() -> net_usleep()
This commit is contained in:
parent
e94bfe6cd6
commit
a63bc94a2d
7 changed files with 14 additions and 66 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue