1. c7eeeb1 Fix long-standing obsolete comment by Gilles Peskine · 4 years, 2 months ago
  2. ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
  3. 0b1b0ab Update references in some test function documentation by Gilles Peskine · 4 years, 5 months ago
  4. bbd617b Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
  5. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  6. ae3ec52 Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  7. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  8. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  9. 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  10. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  11. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  12. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  13. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  14. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  15. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  16. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  17. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  18. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  19. 3f613c1 Improve mbedtls_test_err_add_check documentation by Chris Jones · 4 years, 4 months ago
  20. 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
  21. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  22. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  23. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  24. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  25. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  26. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  27. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  28. 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
  29. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  30. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  31. 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
  32. c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
  33. 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
  34. aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
  35. e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
  36. 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
  37. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  38. e50b578 Document functions and macros that are now exported by Gilles Peskine · 4 years, 6 months ago
  39. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  40. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  41. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  42. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  43. 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  44. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  45. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  46. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 6 months ago
  47. 4993c13 tests: psa: Change test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  48. 1dc19ff The PSA external RNG does not require MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  49. 7339335 Merge pull request #3967 from bensze01/psa_macro_rename by Ronald Cron · 4 years, 6 months ago
  50. b2024ef Merge pull request #4129 from chris-jones-arm/move-test-macros by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  51. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  52. 1e9c042 Minor fixup of SKIP_IF test macro documentation verbiage by Steven Cooreman · 4 years, 6 months ago
  53. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
  54. a6d155f Move test macros to macros.h by Chris Jones · 4 years, 6 months ago
  55. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  56. 39ddb0a Improve test infrastructure documentation by Chris Jones · 4 years, 6 months ago
  57. 567e0ad Add documentation and minor style changes by Chris Jones · 4 years, 6 months ago
  58. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
  59. 84a3fa1 tests: psa: Change key management test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  60. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  61. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  62. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  63. e60e2ae Add `mbedtls_` prefix to all public names in `helpers.h` by Chris Jones · 4 years, 7 months ago
  64. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  65. c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
  66. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
  67. d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
  68. 1e00565 Refactor PSA test helpers: don't depend on test_info access by Gilles Peskine · 4 years, 9 months ago
  69. 86cadb3 Remove now-redundant test result check by Gilles Peskine · 4 years, 9 months ago
  70. ddfd080 Use mbedtls_test_ prefix on all PSA helper functions by Gilles Peskine · 4 years, 9 months ago
  71. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 9 months ago
  72. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  73. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  74. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  75. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  76. c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
  77. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  78. 8bf9097 Merge pull request #3696 from jdurkop/psa-support-data-storage-3289 by Ronald Cron · 4 years, 10 months ago
  79. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
  80. badd89f Added specific key size values for a test driver by John Durkop · 4 years, 10 months ago
  81. 2c61835 Add support for PSA crypto driver size_function by John Durkop · 4 years, 11 months ago
  82. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  83. bf4f408 Rework mbedtls_test_param_failed_get_state_buf() by Ronald Cron · 4 years, 11 months ago
  84. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  85. acb5a10 Structify cipher test driver hook variables by Steven Cooreman · 5 years ago
  86. 3ec4018 Update license texts by Steven Cooreman · 5 years ago
  87. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  88. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  89. 831c695 Apply feedback from PR review by Steven Cooreman · 5 years ago
  90. 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
  91. 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
  92. f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
  93. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  94. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  95. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  96. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  97. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  98. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  99. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  100. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago