| Gilles Peskine | ada30fe | 2024-05-23 15:50:44 +0200 | [diff] [blame^] | 1 | # Interesting combinations of PSA options |
| 2 | |||||
| 3 | Config: PSA_WANT_ALG_ECDSA without PSA_WANT_ALG_DETERMINISTIC_ECDSA | ||||
| 4 | depends_on:PSA_WANT_ALG_ECDSA:!PSA_WANT_ALG_DETERMINISTIC_ECDSA | ||||
| 5 | pass: | ||||
| 6 | |||||
| 7 | Config: PSA_WANT_ALG_DETERMINSTIC_ECDSA without PSA_WANT_ALG_ECDSA | ||||
| 8 | depends_on:PSA_WANT_ALG_DETERMINISTIC_ECDSA:!PSA_WANT_ALG_ECDSA | ||||
| 9 | pass: | ||||