Mbed-TLS / mbedtls

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
https://www.trustedfirmware.org/projects/mbed-tls/
Other
5.02k stars 2.5k forks source link

Add MD5 support for `requires_hash_alg` #9290

Open sezrab opened 1 week ago

sezrab commented 1 week ago

Description

Replaced MBEDTLS_MD_CAN_MD5 with requires_hash_alg MD_5, and added necessary support for MD5 in requires_hash_alg.

In the same tests, requires_config_enabled MBEDTLS_AES_C was replaced by requires_cipher_enabled AES

PR checklist