mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-30 03:06:29 +01:00
Remove test DHM params from certs.c
certs.c belongs to the X.509 library, while DHM belongs to the crypto lib.
This commit is contained in:
parent
21e1ac205e
commit
53585eeb17
4 changed files with 12 additions and 25 deletions
|
|
@ -105,6 +105,7 @@ Removals
|
|||
(use generic functions from md.h)
|
||||
* Removed mbedtls_timing_msleep(). Use mbedtls_net_usleep() or a custom
|
||||
waiting function.
|
||||
* Removed test DHM parameters from the test certs module.
|
||||
* 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