1. b29d814 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
  2. 5eef11a Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
  3. f96e977 No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  4. aa3449d exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  5. d586b82 exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  6. 7acb198 Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  7. bbf452c exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  8. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  9. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  10. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  11. 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  12. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  13. dbd4882 test_driver_rsa.c: Fix comment by Przemyslaw Stekiel · 3 years, 6 months ago
  14. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  15. 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  16. 2ce7c9c test_driver_rsa.c: fix include file name by Przemyslaw Stekiel · 3 years, 7 months ago
  17. 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
  18. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  19. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  20. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  21. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  22. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  23. 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  24. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  25. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  26. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  27. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  28. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  29. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  30. 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  31. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  32. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  33. c7a40bc tests: psa: driver: cipher: Remove unnecessary check by Ronald Cron · 3 years, 8 months ago
  34. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  35. e9a45fc test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  36. 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
  37. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  38. 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  39. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  40. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  41. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  42. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  43. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  44. 9d17bf4 Styling and refactoring by Archana · 4 years ago
  45. 449608b Code style improvements by Archana · 4 years ago
  46. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  47. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  48. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  49. 0a6a569 Add missing include to PSA test driver by Paul Elliott · 4 years ago
  50. 26f4aef Remove aead_verify call from test driver by Paul Elliott · 4 years ago
  51. 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
  52. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  53. 98a3435 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  54. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  55. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  56. fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago
  57. ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  58. 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
  59. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  60. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  61. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  62. ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
  63. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  64. 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
  65. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  66. b4a0129 Add test/helpers include to test drivers. Remove config.h include. by Mateusz Starzyk · 4 years, 2 months ago
  67. f2b11a9 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to tests drivers by Mateusz Starzyk · 4 years, 3 months ago
  68. 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  69. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  70. a218ceb Merge upstream test driver changes locally by Paul Elliott · 4 years, 3 months ago
  71. 4bbe82b Add transparent driver tests for M-AEAD by Paul Elliott · 4 years, 3 months ago
  72. 041887b Update key usage determination for exercise key tests by gabor-mezei-arm · 4 years, 3 months ago
  73. 4c6a47a Add test for sign/verify message key policies by gabor-mezei-arm · 4 years, 3 months ago
  74. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  75. ae3ec52 Apply mbedtls namespacing to MAC driver test hooks by Steven Cooreman · 4 years, 3 months ago
  76. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  77. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  78. 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  79. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  80. b5d59a0 tests: psa: cipher: Remove out-dated comment by Ronald Cron · 4 years, 4 months ago
  81. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 5 months ago
  82. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  83. 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
  84. 860f509 Clarify case when high level error code is incorrect by Chris Jones · 4 years, 3 months ago
  85. 4f91d8d Change "high level error" to "high level module ID" by Chris Jones · 4 years, 4 months ago
  86. e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
  87. ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
  88. 2cca9b8 Rename test driver source files to avoid file name conflicts by Steven Cooreman · 4 years, 4 months ago
  89. ce48702 Get a builtin key's attributes in order to correctly get its size by Steven Cooreman · 4 years, 4 months ago
  90. 054bf7f Reduce indentation need by checking negative case first by Steven Cooreman · 4 years, 4 months ago
  91. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  92. c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  93. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  94. 33a32f0 Move test driver implementation of platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
  95. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  96. 437fcfc Add simple test coverage for builtin keys (PSA opaque driver export) by Steven Cooreman · 4 years, 6 months ago
  97. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  98. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  99. abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
  100. ac33a3a Add exception in check when high error code == 0 by Chris Jones · 4 years, 4 months ago