mbedtls/tests
Manuel Pégourié-Gonnard 2189fda914 Use TEST_EQUAL in one more place in test_suite_md
The only remaining occurrences of TEST_ASSERT are now pointer comparison,
to NULL or to a reference md_info. That is, the output of the following
command is empty:

    grep TEST_ASSERT tests/suites/test_suite_md.function |
        egrep -v '= NULL|== md_info|md_info =='

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-02-09 09:18:22 +01:00
..
.jenkins
configs Switch to the new code style 2023-01-11 14:50:10 +01:00
data_files test: add test for a full length serial of 0xFF 2023-01-27 11:47:57 +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 Use ASSERT_COMPARE in test_suite_md 2023-02-09 09:15:50 +01:00
opt-testcases simplify test case dependencies and test commands 2023-01-16 13:44:10 +08:00
scripts Merge pull request #6946 from valeriosetti/issue6856 2023-02-03 08:51:04 +01:00
src Switch to the new code style 2023-01-11 14:50:10 +01:00
suites Use TEST_EQUAL in one more place in test_suite_md 2023-02-09 09:18:22 +01:00
.gitignore
CMakeLists.txt Move the quasi reduction fixing function to bignum_mod_raw 2023-01-23 18:55:57 +01:00
compat-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2022-12-19 11:42:12 +01:00
compat.sh Merge pull request #6917 from yanrayw/6658-not-print-Terminated-ubuntu-22.04 2023-01-26 21:53:33 +01:00
context-info.sh
Descriptions.txt
make-in-docker.sh Point to docker images used in the CI 2022-12-15 10:08:26 +01:00
Makefile Move the quasi reduction fixing function to bignum_mod_raw 2023-01-23 18:55:57 +01:00
ssl-opt-in-docker.sh Use OPENSSL everywhere, not OPENSSL_CMD 2022-12-19 11:42:12 +01:00
ssl-opt.sh Have compat.sh and ssl-opt.sh not return success for > 255 errors 2023-01-13 12:13:41 +00:00