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.54k stars 2.6k forks source link

Some generated PSA_ALG_RSA_PSS_ANY_SALT are not executed #9578

Open gilles-peskine-arm opened 1 month ago

gilles-peskine-arm commented 1 month ago

Some test cases involving PSA_ALG_RSA_PSS_ANY_SALT are skipped in all tested configurations while the otherwise same test using PSA_ALG_RSA_PSS isn't skipped. E.g.

PSA sign RSA_PSS_ANY_SALT(MD5): !MD5 with RSA_KEY_PAIR

The goal of this task is to figure out what's going on and fix it. Then remove the corresponding ignore list entry from analyze_outcomes.py.

ronald-cron-arm commented 3 weeks ago

Fixed in 4.0 by #9292.