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.
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.
Some test cases involving
PSA_ALG_RSA_PSS_ANY_SALT
are skipped in all tested configurations while the otherwise same test usingPSA_ALG_RSA_PSS
isn't skipped. E.g.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
.