mbedtls/tests
Manuel Pégourié-Gonnard 4511ca063a Use PSS-signed CRL for PSS tests
Otherwise, in builds without PKSC1_V15, tests that are supposed to
accept the certificate will fail, because once the cert is OK they will
move on to checking the CRL and will choke on its non-PSS signature.

Tests that are supposed to reject the cert due to an invalid signature
from the CA will not check the CRL because they don't recognize the CA
as valid, so they have no reason to check the CA's CRL. This was hiding
the problem until the recent commit that added a test where the cert is
supposed to be accepted.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2022-12-30 10:13:41 +01:00
..
.jenkins
configs Merge branch 'development' into rfc9146_2 2022-11-14 17:43:15 +00:00
data_files Merge pull request #6663 from davidhorstmann-arm/fix-typo-unsupported 2022-11-29 21:44:27 +01:00
docker/bionic Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
git-scripts Fix typographical errors in .md files found by cspell 2022-07-29 13:44:01 +01:00
include Merge pull request #6685 from gilles-peskine-arm/valgrind-cf-skip-tests 2022-12-06 18:39:32 +00:00
opt-testcases TLS 1.3: Fix some test dependencies 2022-12-15 13:46:23 +01:00
scripts Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci 2022-12-21 09:42:41 +01:00
src Minor formatting fixes to address code review comments 2022-11-29 16:53:29 +00:00
suites Use PSS-signed CRL for PSS tests 2022-12-30 10:13:41 +01:00
.gitignore tests: Add build of a PSA test driver library 2021-12-06 07:50:27 +01:00
CMakeLists.txt Merge pull request #6699 from gilles-peskine-arm/lcov-script 2022-12-15 12:29:23 +01:00
compat-in-docker.sh Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
compat.sh Enable all ciphers in OpenSSL >=1.1.0 2022-11-24 22:41:55 +01:00
context-info.sh Modifies tests in context-info.sh 2021-06-16 16:19:53 +01:00
Descriptions.txt
make-in-docker.sh Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
Makefile Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments 2022-12-15 12:32:11 +01:00
ssl-opt-in-docker.sh Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
ssl-opt.sh Merge pull request #6723 from mpg/restartable-vs-use-psa 2022-12-15 19:47:44 +01:00