mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-24 01:43:33 +00:00
With the `depend.py` using the crypto config the `PBKDF2_HMAC` can be enabled so thest cases can be run. The equivalence (synonym) between `PSA_WANT_ALG_RSA_PSS_ANY_SALT` and `PSA_WANT_ALG_RSA_PSS` is now done properly, the test can be run. Dependencies for `MBEDTLS_CIPHER_PADDING_PKCS7' has been updated and now it can be actually disabled. Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>