1. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  2. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  3. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  4. 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  5. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  6. 9de97e2 Make {USE_,}PSA_{INIT,DONE} available in all test suites by Gilles Peskine · 4 years, 6 months ago
  7. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 6 months ago
  8. 1dc19ff The PSA external RNG does not require MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 4 years, 6 months ago
  9. 7339335 Merge pull request #3967 from bensze01/psa_macro_rename by Ronald Cron · 4 years, 6 months ago
  10. b2024ef Merge pull request #4129 from chris-jones-arm/move-test-macros by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  11. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  12. 1e9c042 Minor fixup of SKIP_IF test macro documentation verbiage by Steven Cooreman · 4 years, 6 months ago
  13. 28a45ed tests: psa: Add macros to skip a test case by Ronald Cron · 4 years, 6 months ago
  14. a6d155f Move test macros to macros.h by Chris Jones · 4 years, 6 months ago
  15. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  16. 39ddb0a Improve test infrastructure documentation by Chris Jones · 4 years, 6 months ago
  17. 567e0ad Add documentation and minor style changes by Chris Jones · 4 years, 6 months ago
  18. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
  19. 84a3fa1 tests: psa: Change key management test driver default forced return value by Ronald Cron · 4 years, 8 months ago
  20. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  21. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  22. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  23. e60e2ae Add `mbedtls_` prefix to all public names in `helpers.h` by Chris Jones · 4 years, 7 months ago
  24. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  25. c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
  26. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
  27. d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
  28. 1e00565 Refactor PSA test helpers: don't depend on test_info access by Gilles Peskine · 4 years, 9 months ago
  29. 86cadb3 Remove now-redundant test result check by Gilles Peskine · 4 years, 9 months ago
  30. ddfd080 Use mbedtls_test_ prefix on all PSA helper functions by Gilles Peskine · 4 years, 9 months ago
  31. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 9 months ago
  32. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  33. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  34. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  35. 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
  36. c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
  37. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  38. 8bf9097 Merge pull request #3696 from jdurkop/psa-support-data-storage-3289 by Ronald Cron · 4 years, 10 months ago
  39. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
  40. badd89f Added specific key size values for a test driver by John Durkop · 4 years, 10 months ago
  41. 2c61835 Add support for PSA crypto driver size_function by John Durkop · 4 years, 11 months ago
  42. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  43. bf4f408 Rework mbedtls_test_param_failed_get_state_buf() by Ronald Cron · 4 years, 11 months ago
  44. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  45. acb5a10 Structify cipher test driver hook variables by Steven Cooreman · 5 years ago
  46. 3ec4018 Update license texts by Steven Cooreman · 5 years ago
  47. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  48. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  49. d2ce916 Merge branch 'development-restricted' by Janos Follath · 5 years ago
  50. d4ac4e0 Merge pull request #736 from mpg/cf-varpos-copy-dev-restricted by Janos Follath · 5 years ago
  51. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  52. 5011814 Update remaining copyright notices to use Linux Foundation guidance by Dan Handley · 5 years ago
  53. abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
  54. 73afa37 Add option to test constant-flow with valgrind by Manuel Pégourié-Gonnard · 5 years ago
  55. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  56. e74f372 Get back -Wsigned-one-bit-field and fix sources according to it by makise-homura · 5 years ago
  57. 6240def Add MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN by Manuel Pégourié-Gonnard · 5 years ago
  58. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  59. ab500cb tests: Improve the documentation of mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  60. a0c2539 Rework mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  61. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  62. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  63. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  64. a256c70 tests: Add mbedtls_test_ prefix to unhexify_alloc() by Ronald Cron · 5 years ago
  65. 690f3eb tests: Add mbedtls_test_ prefix to zero_alloc() by Ronald Cron · 5 years ago
  66. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago
  67. e9c09f1 tests: Add mbedtls_test_ prefix to platform_* functions by Ronald Cron · 5 years ago
  68. 2058d56 tests: Move random helper functions by Ronald Cron · 5 years ago
  69. b7eb67f tests: Add random.c and random.h files by Ronald Cron · 5 years ago
  70. f40529d tests: Move generic helper functions by Ronald Cron · 5 years ago
  71. b6d6d4c tests: Add helpers.c and helpers.h files by Ronald Cron · 5 years ago
  72. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  73. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago
  74. 02c78b7 tests: Create an include folder by Ronald Cron · 5 years ago