1. 3c30191 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  2. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
  4. 9889c66 Merge pull request #6710 from gilles-peskine-arm/valgrind-cf-skip-tests-2.28 by Dave Rodgman · 2 years, 8 months ago
  5. a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
  6. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  7. 9603a44 Valgrind for constant flow: skip non-CF test suites by Gilles Peskine · 2 years, 8 months ago
  8. d64123a Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  9. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  10. 3495ca3 Merge pull request #6415 from mprse/aead_driver_test_2_28_backport by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  11. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  12. 9e8556c Enable MBEDTLS_POLY1305_C in test drivers build by Przemek Stekiel · 2 years, 10 months ago
  13. b771762 crypto_config_test_driver_extension.h: add support for ChaCha20 - Poly1305 by Przemek Stekiel · 2 years, 10 months ago
  14. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  15. 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
  16. 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
  17. e3619d0 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
  18. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  19. 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  20. 03efa0b Fix ARIA support in test driver configuration by Gilles Peskine · 3 years, 4 months ago
  21. 6f63cc7 tests: prevent inclusion of time.h in baremetal compiles by Daniel Axtens · 5 years ago
  22. 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  23. 981a0ce Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
  24. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  25. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  26. bdea4d4 psa: Fix and improve comments by Ronald Cron · 3 years, 9 months ago
  27. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  28. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  29. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  30. df885c0 tests: Add build of a PSA test driver library by Ronald Cron · 4 years, 3 months ago
  31. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  32. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  33. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  34. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  35. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  36. 7c7fb87 ssl_client2, ssl_server2: add check for psa memory leaks by Przemyslaw Stekiel · 3 years, 9 months ago
  37. b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  38. af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  39. ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  40. 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
  41. 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  42. d28f293 Import crypto_spe.h from TF-M by Gilles Peskine · 4 years, 2 months ago
  43. db47971 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  44. 62da8ac Merge pull request #4276 from gilles-peskine-arm/random-range-uniformity by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  45. b72b7e6 Fix long-standing obsolete comment by Gilles Peskine · 4 years, 2 months ago
  46. bef3019 Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
  47. ebf3a4b Update references in some test function documentation by Gilles Peskine · 4 years, 5 months ago
  48. 1260332 Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
  49. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  50. be21dab Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  51. 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  52. c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  53. 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  54. b0737da tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  55. c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  56. 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  57. e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  58. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  59. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  60. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  61. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  62. 3f613c1 Improve mbedtls_test_err_add_check documentation by Chris Jones · 4 years, 4 months ago
  63. 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
  64. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  65. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  66. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  67. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  68. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  69. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  70. 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
  71. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  72. 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
  73. c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
  74. 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
  75. aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
  76. e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
  77. 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
  78. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  79. e50b578 Document functions and macros that are now exported by Gilles Peskine · 4 years, 6 months ago
  80. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  81. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  82. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  83. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  84. 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  85. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  86. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  87. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 6 months ago
  88. 4993c13 tests: psa: Change test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  89. 1dc19ff The PSA external RNG does not require MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  90. 7339335 Merge pull request #3967 from bensze01/psa_macro_rename by Ronald Cron · 4 years, 6 months ago
  91. b2024ef Merge pull request #4129 from chris-jones-arm/move-test-macros by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  92. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  93. 1e9c042 Minor fixup of SKIP_IF test macro documentation verbiage by Steven Cooreman · 4 years, 6 months ago
  94. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
  95. a6d155f Move test macros to macros.h by Chris Jones · 4 years, 6 months ago
  96. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  97. 39ddb0a Improve test infrastructure documentation by Chris Jones · 4 years, 6 months ago
  98. 567e0ad Add documentation and minor style changes by Chris Jones · 4 years, 6 months ago
  99. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
  100. 84a3fa1 tests: psa: Change key management test driver default forced return value by Ronald Cron · 4 years, 8 months ago