1. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. d008abb Fix leak of modulus structures in tests by Gilles Peskine · 2 years, 8 months ago
  3. 195f998 New helper function to allocate and read a modulus by Gilles Peskine · 2 years, 8 months ago
  4. 881447d Move bignum helpers to their own module by Gilles Peskine · 2 years, 8 months ago
  5. b6bc752 Minor formatting fixes to address code review comments by Aditya Deshpande · 2 years, 8 months ago
  6. 1ac41de Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED), and address other review comments. by Aditya Deshpande · 2 years, 8 months ago
  7. 5e3c70e Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  8. 8cc1470 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  9. 39e08d4 Add tests for the key agreement driver wrapper to test_suite_psa_crypto_driver_wrappers by Aditya Deshpande · 2 years, 9 months ago
  10. ca6e8aa Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  11. 0b7e079 Forbid empty mpi_core in test data by Gilles Peskine · 2 years, 9 months ago
  12. 98061a7 Add default return case to mbedtls_test_transparent_key_agreement() by Aditya Deshpande · 2 years, 9 months ago
  13. d1b72a7 Merge branch 'development' into driver-wrapper-key-agreement by Aditya Deshpande · 2 years, 9 months ago
  14. 5567c66 Fix formatting and code comments by Aditya Deshpande · 2 years, 9 months ago
  15. 3f1606a Refactor call hierarchy for ECDH so that it goes through the driver wrapper in a similar fashion to ECDSA. by Aditya Deshpande · 2 years, 9 months ago
  16. 8258ea7 test_suite_psa_crypto: adapt dependenies and guards so the test can run in the driver-only build by Przemek Stekiel · 2 years, 10 months ago
  17. 40c05cc Newlines at end of file + trim trailing whitespace by Aditya Deshpande · 2 years, 10 months ago
  18. 17845b8 Add driver wrapper function for raw key agreement, along with test call for transparent drivers. by Aditya Deshpande · 2 years, 10 months ago
  19. b3c3090 Merge pull request #6383 from mprse/aead_driver_test by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  20. c5772a1 mbedtls_test_read_mpi_core: allow odd number of hex digits by Gilles Peskine · 2 years, 10 months ago
  21. 99a82dc Readability improvement by Gilles Peskine · 2 years, 10 months ago
  22. bd99a02 test_driver_aead.c: add support for LIBTESTDRIVER1 tests by Przemek Stekiel · 2 years, 10 months ago
  23. 3aae4e8 New function mbedtls_test_read_mpi_core by Gilles Peskine · 2 years, 11 months ago
  24. bdc7b8b Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
  25. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  26. 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
  27. 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
  28. 19b4cd8 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
  29. dc3f3bb Initilize variable by Gabor Mezei · 3 years, 1 month ago
  30. 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
  31. 6c9fd61 exercise_key_agreement_key: add special handling for HKDF_EXPAND by Przemek Stekiel · 3 years, 2 months ago
  32. d898745 exercise_key_agreement_key: provide SALT for HKDF_EXTRACT by Przemek Stekiel · 3 years, 2 months ago
  33. d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  34. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  35. b29d814 Use MAX_SIZE macros instead of hard-coding IV/nonce max size by Gilles Peskine · 3 years, 4 months ago
  36. 5eef11a Remove redundant initialization of iv_length by Gilles Peskine · 3 years, 4 months ago
  37. f96e977 No need to recalculate iv_length by Gilles Peskine · 3 years, 4 months ago
  38. aa3449d exercise_key: support combined key agreement+derivation algorithms by Gilles Peskine · 3 years, 5 months ago
  39. d586b82 exercise_key: signature: detect function/algorithm incompatibility by Gilles Peskine · 3 years, 5 months ago
  40. 7acb198 Use PSA_AEAD_NONCE_LENGTH when exercising AEAD keys by Gilles Peskine · 3 years, 5 months ago
  41. bbf452c exercise_key: support modes where IV length is not 16 by Gilles Peskine · 3 years, 5 months ago
  42. afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
  43. 7a58208 Change names rsa->asymmetric_encryption by Przemek Stekiel · 3 years, 5 months ago
  44. 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
  45. 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
  46. ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
  47. dbd4882 test_driver_rsa.c: Fix comment by Przemyslaw Stekiel · 3 years, 6 months ago
  48. 4576b91 Compact the argument lists by Przemyslaw Stekiel · 3 years, 6 months ago
  49. 57d2f13 Mark unused variable in tests for cases with reduced configs by Andrzej Kurek · 3 years, 7 months ago
  50. 2ce7c9c test_driver_rsa.c: fix include file name by Przemyslaw Stekiel · 3 years, 7 months ago
  51. 2d18c7e Move driver asymetric encrypt/decript declarations to asym.h by Przemyslaw Stekiel · 3 years, 8 months ago
  52. 71284ea psa_asymmetric_decrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  53. b6a6650 psa_asymmetric_encrypt: add test driver impl by Przemyslaw Stekiel · 3 years, 8 months ago
  54. dc13725 Add tests for an opaque import in the driver wrappers by Andrzej Kurek · 3 years, 8 months ago
  55. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  56. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  57. 4c0ec76 tests: psa: Refine choice of default hash algorithm for signature by Ronald Cron · 4 years ago
  58. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  59. 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
  60. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  61. 5601cd2 psa: test driver: Move driver test entry points prototypes by Ronald Cron · 4 years, 4 months ago
  62. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  63. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  64. 64df738 tests: psa: Fix guards by Ronald Cron · 4 years, 1 month ago
  65. 81ca97e tests: psa driver: Align RSA/ECP sign/verify hash dispatch by Ronald Cron · 4 years, 4 months ago
  66. a72b12d tests: psa: driver: mac: Remove opaque entry points in library by Ronald Cron · 4 years, 1 month ago
  67. c7a40bc tests: psa: driver: cipher: Remove unnecessary check by Ronald Cron · 3 years, 8 months ago
  68. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  69. e9a45fc test: psa driver: Remove unnecessary IV generation by Ronald Cron · 4 years, 1 month ago
  70. 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
  71. f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
  72. 53de262 Move psa_crypto_slot_management.h out from psa_crypto_helpers.h by Przemyslaw Stekiel · 3 years, 9 months ago
  73. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  74. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  75. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  76. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
  77. 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
  78. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  79. 449608b Code style improvements by Archana · 4 years ago
  80. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  81. 6ed4bda pre-existing validation extended by Archana · 4 years ago
  82. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  83. 0a6a569 Add missing include to PSA test driver by Paul Elliott · 4 years ago
  84. 26f4aef Remove aead_verify call from test driver by Paul Elliott · 4 years ago
  85. 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
  86. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  87. 98a3435 Rename function to conform to the library by gabor-mezei-arm · 4 years, 1 month ago
  88. 4ff7303 Update tests for extended key usage policies by gabor-mezei-arm · 4 years, 3 months ago
  89. aa5938e Merge pull request #4703 from gilles-peskine-arm/mpi_montmul-null-3.0 by Janos Follath · 4 years, 1 month ago
  90. fcb5cdc Add per function hits to driver wrappers by Paul Elliott · 4 years, 1 month ago
  91. ebc49e5 New test helper mbedtls_test_read_mpi by Gilles Peskine · 4 years, 2 months ago
  92. 4c0b60e Fix exercise key test by Janos Follath · 4 years, 2 months ago
  93. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  94. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  95. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  96. ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 4 months ago
  97. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  98. 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
  99. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
  100. b4a0129 Add test/helpers include to test drivers. Remove config.h include. by Mateusz Starzyk · 4 years, 2 months ago