- c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
- 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
- 3ca2f5c Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
- 72aa683 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
- 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
- ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
- cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
- 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
- 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
- 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
- f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
- 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
- 1dd20a3 Remove trailing backslash by Agathiyan Bragadeesh · 2 years, 1 month ago
- 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
- 73521b0 Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
- 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
- e20ec4f crypto_config_test_driver_extension: treat PUBLIC_KEY the same way as KEY_PAIR by Valerio Setti · 2 years, 2 months ago
- 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
- 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
- 74df201 ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
- d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
- c4abee2 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
- e62e8a1 ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
- e16808c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 5 months ago
- 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
- 1ef77c0 ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 5 months ago
- 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
- 59ab276 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
- 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
- 3c30191 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
- 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
- a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
- 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- 9603a44 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
- d64123a Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
- 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
- 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
- 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
- b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
- 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
- 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
- 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
- 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
- 03efa0b Fix ARIA support in test driver configuration by Gilles Peskine · 3 years, 4 months ago
- 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
- 981a0ce Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
- 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
- 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
- bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
- ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
- cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
- b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
- df885c0 tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
- 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
- d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
- 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
- a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
- b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
- 7c7fb87 ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
- b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
- 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
- db47971 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
- 62da8ac Merge pull request #4276 from gilles-peskine-arm/random-range-uniformity by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- b72b7e6 Fix long-standing obsolete comment by Gilles Peskine · 4 years, 2 months ago
- bef3019 Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
- ebf3a4b Update references in some test function documentation by Gilles Peskine · 4 years, 5 months ago
- 1260332 Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
- bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
- be21dab Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
- 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
- c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
- 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
- b0737da tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
- c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
- 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
- e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
- a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
- 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
- 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
- f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- 3f613c1 Improve mbedtls_test_err_add_check documentation by Chris Jones · 4 years, 4 months ago
- 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
- 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
- bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
- de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
- 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
- 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
- 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
- 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
- 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
- c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
- 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
- aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
- e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago