1. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  2. 449608b Code style improvements by Archana · 4 years ago
  3. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  4. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  5. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  6. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  7. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  8. 98a3435 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  9. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  10. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  11. ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  12. 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
  13. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  14. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  15. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  16. ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 4 months ago
  17. 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
  18. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  19. b4a0129 Add test/helpers include to test drivers. Remove config.h include. by Mateusz Starzyk · 4 years, 2 months ago
  20. f2b11a9 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to tests drivers by Mateusz Starzyk · 4 years, 3 months ago
  21. 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  22. 041887b Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  23. 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  24. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  25. ae3ec52 Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  26. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  27. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  28. 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  29. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  30. b5d59a0 tests: psa: cipher: Remove out-dated comment by Ronald Cron · 4 years, 4 months ago
  31. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 4 months ago
  32. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  33. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  34. 860f509 Clarify case when high level error code is incorrect by Chris Jones · 4 years, 3 months ago
  35. 4f91d8d Change "high level error" to "high level module ID" by Chris Jones · 4 years, 3 months ago
  36. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 3 months ago
  37. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  38. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  39. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  40. 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years, 4 months ago
  41. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  42. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  43. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  44. 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  45. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  46. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 5 months ago
  47. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  48. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  49. abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
  50. ac33a3a Add exception in check when high error code == 0 by Chris Jones · 4 years, 4 months ago
  51. 3f613c1 Improve mbedtls_test_err_add_check documentation by Chris Jones · 4 years, 4 months ago
  52. fe285f5 Make mbedtls_test_err_add_check fail tests by Chris Jones · 4 years, 6 months ago
  53. a203c38 Expand error addition checks by Chris Jones · 4 years, 6 months ago
  54. 220cdec Fix error code combination check by Chris Jones · 4 years, 7 months ago
  55. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  56. 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
  57. bfe551d tests: Add AEAD transparent test driver hooks by Ronald Cron · 4 years, 4 months ago
  58. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  59. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  60. 3522e32 psa: cipher: Add transparent driver test specific entry points by Ronald Cron · 4 years, 5 months ago
  61. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  62. 8d310ad psa: Rework unauthenticated cipher support in transparent test driver by Ronald Cron · 4 years, 8 months ago
  63. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  64. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 4 years, 5 months ago
  65. 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
  66. fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
  67. aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 6 months ago
  68. ceface2 Add test for ouput buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  69. 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
  70. aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
  71. e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
  72. 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
  73. 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
  74. cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
  75. 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
  76. ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
  77. e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
  78. 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
  79. 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
  80. 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
  81. 2091f3a Fix wrong \file name in Doxygen comments by Gilles Peskine · 4 years, 6 months ago
  82. 39a1a26 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
  83. f96d3d8 Count and report non-freed mutexes 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. b5399a8 psa: Rework ECDSA sign/verify support in the transparent test driver by Ronald Cron · 4 years, 8 months ago
  87. d2fb854 psa: Add RSA sign/verify hash support to the transparent test driver by Ronald Cron · 4 years, 8 months ago
  88. bbe5cbb Add ECP transparent test driver generate_key entry point by Ronald Cron · 4 years, 9 months ago
  89. 3a9c46b Add RSA key generation support to the transparent test driver by Ronald Cron · 4 years, 9 months ago
  90. 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 6 months ago
  91. 540320b Merge pull request #4054 from chris-jones-arm/move-testing-functions by Ronald Cron · 4 years, 6 months ago
  92. a5ab765 Remove direct writing to `test_info` from `*.function` by Chris Jones · 4 years, 6 months ago
  93. 784fb32 psa: Add ECP/RSA transparent test driver import_key entry point by Ronald Cron · 4 years, 8 months ago
  94. f1057d3 psa: Add ECP/RSA transparent test driver export_public_key entry point by Ronald Cron · 4 years, 8 months ago
  95. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  96. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 9 months ago
  97. 1af872d Move the fake PSA external RNG to its own header and source files by Gilles Peskine · 4 years, 7 months ago
  98. e60e2ae Add `mbedtls_` prefix to all public names in `helpers.h` by Chris Jones · 4 years, 7 months ago
  99. 9634bb1 Move helper testing functions to tests/src/helpers.c by Chris Jones · 4 years, 7 months ago
  100. 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 8 months ago