mbedtls/programs/ssl
Manuel Pégourié-Gonnard 23fc437037 SSL: fix test failures
1. Change USE_PSA_CRYPTO_INIT/DONE to MD_OR_USE.

2. Add missing occurrences - some of these were already necessary in
principle (in one form or another) but where missing and this was not
detected so far as `psa_hash` doesn't complain in case of a missing
init, but now MD makes it visible.

3. Add missing include in ssl_test_lib.h.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-03-21 16:29:31 +01:00
..
CMakeLists.txt Rename DEV_MODE to GEN_FILES 2021-10-25 13:16:04 +01:00
dtls_client.c Switch to the new code style 2023-01-11 14:50:10 +01:00
dtls_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
mini_client.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_client1.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_client2.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_context_info.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_fork_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_mail_client.c Fix bugs in example programs: change argc == 0 to argc < 2 2023-01-30 16:48:13 +00:00
ssl_pthread_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_server.c Switch to the new code style 2023-01-11 14:50:10 +01:00
ssl_server2.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_common_source.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.c SSL: use MD_CAN macros 2023-03-21 16:29:31 +01:00
ssl_test_lib.h SSL: fix test failures 2023-03-21 16:29:31 +01:00