1. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  2. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  3. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  4. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  5. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  6. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  7. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  8. 3522e32 psa: cipher: Add transparent driver test specific entry points by Ronald Cron · 4 years, 5 months ago
  9. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  10. 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
  11. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  12. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  13. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  14. aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 6 months ago
  15. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  16. 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
  17. aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
  18. e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
  19. 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
  20. 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
  21. cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
  22. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  23. ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
  24. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  25. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  26. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  27. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  28. 2091f3a Fix wrong \file name in Doxygen comments by Gilles Peskine · 4 years, 6 months ago
  29. 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  30. f96d3d8 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
  31. 2a4c598 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
  32. 1061ec6 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
  33. b5399a8 psa: Rework ECDSA sign/verify support in the transparent test driver by Ronald Cron · 4 years, 8 months ago
  34. d2fb854 psa: Add RSA sign/verify hash support to the transparent test driver by Ronald Cron · 4 years, 8 months ago
  35. bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 4 years, 9 months ago
  36. 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 4 years, 9 months ago
  37. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  38. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  39. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
  40. 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 4 years, 8 months ago
  41. f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 months ago
  42. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  43. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  44. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  45. e60e2ae Add `mbedtls_` prefix to all public names in `helpers.h` by Chris Jones · 4 years, 7 months ago
  46. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  47. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
  48. d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
  49. 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
  50. 514a8fd Create a file for PSA crypto test helpers by Gilles Peskine · 4 years, 9 months ago
  51. e13fb81 A variable is unused in some configurations by Gilles Peskine · 4 years, 9 months ago
  52. c240236 Rename test_driver_keygen to test_driver_key_management by Gilles Peskine · 4 years, 9 months ago
  53. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  54. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  55. 6ba40d1 Corrected guards in PSA library based on review comments by John Durkop · 4 years, 9 months ago
  56. 9f4a01c Merge pull request #3571 from gufe44/arc4random_buf-implicit by Gilles Peskine · 4 years, 9 months ago
  57. 9814fa2 Minor updates from review comments by John Durkop · 4 years, 9 months ago
  58. 0e00519 Add feature support for RSA for PSA crypto config by John Durkop · 4 years, 9 months ago
  59. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  60. 40120f6 Address review comments by Steven Cooreman · 4 years, 9 months ago
  61. c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
  62. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  63. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  64. 28baa1f Fixed test_psa_want_ecdsa_disabled_software to use proper macros by John Durkop · 4 years, 10 months ago
  65. 8bf9097 Merge pull request #3696 from jdurkop/psa-support-data-storage-3289 by Ronald Cron · 4 years, 10 months ago
  66. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
  67. 2c61835 Add support for PSA crypto driver size_function by John Durkop · 4 years, 11 months ago
  68. ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
  69. bf4f408 Rework mbedtls_test_param_failed_get_state_buf() by Ronald Cron · 4 years, 11 months ago
  70. ef8575e Apply review feedback by Steven Cooreman · 5 years ago
  71. 89e54f2 Add mock and negative testing to cipher driver by Steven Cooreman · 5 years ago
  72. fe0ab55 Implement one-shot cipher in test driver by Steven Cooreman · 5 years ago
  73. 16afd3d Unify cipher setup function inside test driver by Steven Cooreman · 5 years ago
  74. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  75. acb5a10 Structify cipher test driver hook variables by Steven Cooreman · 5 years ago
  76. 8b12225 Add a working implementation of a multipart AES-CTR test driver by Steven Cooreman · 5 years ago
  77. 3ec4018 Update license texts by Steven Cooreman · 5 years ago
  78. d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
  79. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  80. c54888e Make arc4random_buf declaration available on NetBSD by gufe44 · 5 years ago
  81. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  82. 831c695 Apply feedback from PR review by Steven Cooreman · 5 years ago
  83. 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
  84. 15f58d2 Move mbedtls_to_psa_error declaration to internal header by Steven Cooreman · 5 years ago
  85. 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
  86. f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
  87. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  88. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  89. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  90. a70d588 Add initial test driver conforming to the new spec by Steven Cooreman · 5 years ago
  91. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  92. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  93. a123614 tests: Move mbedtls_param_failed() to test common code by Ronald Cron · 5 years ago
  94. a0c2539 Rework mbedtls_test_unhexify() by Ronald Cron · 5 years ago
  95. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  96. 351f0ee tests: Add mbedtls_test_ prefix to rnd_* symbols by Ronald Cron · 5 years ago
  97. de70b16 tests: Add mbedtls_test_ prefix to hexcmp() by Ronald Cron · 5 years ago
  98. a256c70 tests: Add mbedtls_test_ prefix to unhexify_alloc() by Ronald Cron · 5 years ago
  99. 690f3eb tests: Add mbedtls_test_ prefix to zero_alloc() by Ronald Cron · 5 years ago
  100. 72d628f tests: Add mbedtls_test_ prefix to *hexify functions by Ronald Cron · 5 years ago