Files
mbedtls/tests/suites
Gilles Peskine c89f9ceb41 Don't define pk_sign_verify in configurations where it's unused
In some configurations (e.g. ECDH but no ECDSA or RSA), the PK module is
useful but cannot perform any signatures. Then modern GCC complains:

```
../source/tests/suites/test_suite_pk.function: In function ‘test_pk_sign_verify’:
../source/tests/suites/test_suite_pk.function:1136:12: error: array subscript 0 is outside array bounds of ‘unsigned char[0]’ [-Werror=array-bounds]
../source/tests/suites/test_suite_pk.function:1094:19: note: while referencing sig’
…
```

This fixes test-ref-configs.pl with a modern GCC (specifically with
config-thread.h).

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-12 14:33:41 +01:00
..
2023-10-25 17:47:42 +02:00
2023-09-04 11:29:39 +01:00
2023-09-04 11:29:39 +01:00
2023-09-04 11:29:39 +01:00
2023-09-04 11:29:39 +01:00
2023-09-04 11:29:39 +01:00
2023-09-04 11:29:39 +01:00
2023-09-04 11:29:39 +01:00
2023-03-31 18:05:19 +01:00
2024-01-22 16:47:12 +00:00