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.
In Mbed TLS 3.6 and in development at the time of writing, PSA_ALG_PBKDF2_HMAC is not in the default configuration, so we don't enable it in depends.py where we remove hashes. As a consequence, we never test PSA_ALG_PBKDF2_HMAC on an unsupported hash.
The goal of this task is to fill the test gap, both in 3.6 and 4.0. Then we can remove the corresponding ignore list entry in analyze_outcomes.py.
In Mbed TLS 3.6 and in
development
at the time of writing,PSA_ALG_PBKDF2_HMAC
is not in the default configuration, so we don't enable it independs.py
where we remove hashes. As a consequence, we never testPSA_ALG_PBKDF2_HMAC
on an unsupported hash.The goal of this task is to fill the test gap, both in 3.6 and 4.0. Then we can remove the corresponding ignore list entry in
analyze_outcomes.py
.