1. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  2. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  3. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  4. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  5. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  6. 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
  7. 73521b0 Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  8. 27e2989 Back port TEST_FAIL by Agathiyan Bragadeesh · 2 years, 1 month ago
  9. 5b673a8 Replace references to Mbed Crypto with Mbed TLS through-out documentation and comments. by Fredrik Hesse · 3 years, 10 months ago
  10. 74df201 ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_data by Yanray Wang · 2 years, 5 months ago
  11. d02c317 ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_init by Yanray Wang · 2 years, 5 months ago
  12. c4abee2 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
  13. cd23aff ssl_helpers.c: change prefix and move *certificate_free to static by Yanray Wang · 2 years, 5 months ago
  14. b4ef9a2 ssl_helpers.c: move some internal functions to static by Yanray Wang · 2 years, 5 months ago
  15. e62e8a1 ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
  16. d2696f2 Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
  17. 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
  18. 3742b12 Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago
  19. 1ef77c0 ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 5 months ago
  20. 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
  21. bd56b03 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 5 months ago
  22. 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
  23. 721cff1 Fix a copy-paste error in define comment by Andrzej Kurek · 2 years, 7 months ago
  24. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  25. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  26. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  27. 9030a25 Fix aead driver code (remove redundant brace) by Przemek Stekiel · 2 years, 10 months ago
  28. f886241 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  29. 7db8e89 Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  30. 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  31. 063700d New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  32. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  33. b973ae4 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
  34. b534759 Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
  35. b8bd61a No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  36. 9d3706f exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  37. 275ecde exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  38. 743972c Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  39. 8f3aad2 exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  40. d0c6a84 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  41. 28a7c06 Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  42. 96c8f9e Add tests for import hooks in the driver wrappers by Andrzej Kurek · 3 years, 6 months ago
  43. 53ad763 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  44. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  45. ef14af0 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  46. cfc3c7b psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  47. b814bda Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  48. 7b7854e tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  49. d54303d psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  50. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  51. 2091eed psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  52. fefa458 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  53. 4bcccc6 tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  54. a2dbe66 tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  55. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  56. e25351a test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  57. b66bc0a Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  58. 8cb22c8 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  59. b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  60. ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  61. ff03fd6 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  62. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  63. 4d9009e Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  64. 53d1cf8 Merge pull request #4644 from gilles-peskine-arm/mpi_montmul-null-2.x by Janos Follath · 4 years, 1 month ago
  65. 02becd9 Fix exercise key test by Janos Follath · 4 years, 2 months ago
  66. db47971 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  67. bef3019 Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
  68. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  69. be21dab Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  70. 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  71. 7261697 Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  72. 7a74c13 Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  73. c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  74. 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  75. b0737da tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  76. c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  77. d5a2a75 tests: psa: cipher: Remove out-dated comment by Ronald Cron · 4 years, 4 months ago
  78. 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  79. e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  80. 860f509 Clarify case when high level error code is incorrect by Chris Jones · 4 years, 3 months ago
  81. 4f91d8d Change "high level error" to "high level module ID" by Chris Jones · 4 years, 4 months ago
  82. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
  83. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  84. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  85. 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years, 4 months ago
  86. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  87. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  88. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  89. 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  90. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  91. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  92. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  93. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  94. abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
  95. ac33a3a Add exception in check when high error code == 0 by Chris Jones · 4 years, 4 months ago
  96. 3f613c1 Improve mbedtls_test_err_add_check documentation by Chris Jones · 4 years, 4 months ago
  97. fe285f5 Make mbedtls_test_err_add_check fail tests by Chris Jones · 4 years, 6 months ago
  98. a203c38 Expand error addition checks by Chris Jones · 4 years, 6 months ago
  99. 220cdec Fix error code combination check by Chris Jones · 4 years, 7 months ago
  100. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago