1. 26f53f1 Fix compiler warning: unreachable code by Sergey · 2 years, 6 months ago
  2. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  3. f513197 fix PSA_XXX typos detected by check_names.py by Pengyu Lv · 2 years, 9 months ago
  4. 03efa0b Fix ARIA support in test driver configuration by Gilles Peskine · 3 years, 4 months ago
  5. 08412e2 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.28.0rc0-pr by Dave Rodgman · 3 years, 8 months ago
  6. 088d5d0 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  7. 485559e psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  8. a833169 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  9. d52c8dc Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  10. fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  11. ad0e012 Fix missing compilation guard around psa_crypto_driver_wrappers.c by Gilles Peskine · 4 years, 3 months ago
  12. bed4e9e Merge pull request #4357 from gabor-mezei-arm/3267_Implement_psa_sign_message_and_verify by Gilles Peskine · 4 years, 3 months ago
  13. f25c976 Enable fallback to software implementation in psa_sign/verify_message driver by gabor-mezei-arm · 4 years, 3 months ago
  14. 2d9a3f9 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  15. 0789783 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 5 months ago
  16. 6e3c2cb Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
  17. 896d51e Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
  18. a7b9b20 Change the driver calling logic for psa_sign/verify_messsage by gabor-mezei-arm · 4 years, 3 months ago
  19. f3c5c86 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  20. fc8d0ae Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  21. 77588fb Update macro names by gabor-mezei-arm · 4 years, 3 months ago
  22. c53f4f6 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  23. 05ee58d tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  24. b0737da tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  25. c4bc12e tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  26. 0bec41a tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 4 months ago
  27. b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
  28. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 5 months ago
  29. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 5 months ago
  30. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
  31. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  32. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
  33. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  34. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  35. 7b4154d psa: wrapper: Fix potential unreachable statement warning by Ronald Cron · 4 years, 5 months ago
  36. 5d9b00d psa: cipher: Include Mbed TLS cipher driver only if necessary by Ronald Cron · 4 years, 5 months ago
  37. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  38. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  39. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  40. dd24c9b psa: Call cipher operations software implementations as a driver by Ronald Cron · 4 years, 8 months ago
  41. 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
  42. 0b80559 psa: Call cipher setup implementation as a driver by Ronald Cron · 4 years, 8 months ago
  43. a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
  44. c45b4af Fix PSA SE driver tests by Ronald Cron · 4 years, 10 months ago
  45. f8e45a4 Simplify compilation guards around hash driver testing by Steven Cooreman · 4 years, 5 months ago
  46. aa87fd0 Make driver IDs always visible by Steven Cooreman · 4 years, 5 months ago
  47. 5e4c18f Reorder the driver wrapper switch-case content by Steven Cooreman · 4 years, 5 months ago
  48. fa95295 Don't void actually used arguments by Steven Cooreman · 4 years, 5 months ago
  49. 0f8ffa8 Rename and retype hash test driver context structure by Steven Cooreman · 4 years, 5 months ago
  50. a85e2f8 Guard hash test functions as a block by Steven Cooreman · 4 years, 5 months ago
  51. 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
  52. 2555522 Rename hash test driver functions to match auto-naming scheme by Steven Cooreman · 4 years, 5 months ago
  53. 0eeb794 Initialize status with CORRUPTION_DETECTED and update fallthrough by Steven Cooreman · 4 years, 5 months ago
  54. f763810 Add test driver for hash operations by Steven Cooreman · 4 years, 5 months ago
  55. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  56. 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 4 years, 6 months ago
  57. cbc1355 psa: wrapper: Remove unnecessary compiler warning workarounds by Ronald Cron · 4 years, 5 months ago
  58. fce9df2 psa: Call sign/verify hash software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  59. 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 4 years, 8 months ago
  60. 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
  61. 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 4 years, 8 months ago
  62. 3121628 psa: driver wrapper: Clarify the scope of and rename get_expected_key_size by Ronald Cron · 4 years, 8 months ago
  63. 9cca316 psa: driver wrapper: Fix buffer allocation in case of key generation by Ronald Cron · 4 years, 8 months ago
  64. 9cfdf6e Fix coding style issues by Ronald Cron · 4 years, 7 months ago
  65. fb2ed5b psa: import: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  66. bf33c93 psa: Call import software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  67. 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  68. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  69. 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
  70. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 8 months ago
  71. ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
  72. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 8 months ago
  73. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  74. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  75. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  76. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  77. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
  78. ac93e3b Fix guard for test_size_function() by John Durkop · 4 years, 10 months ago
  79. 750d0e4 Remove obsolete comment by John Durkop · 4 years, 10 months ago
  80. 2c61835 Add support for PSA crypto driver size_function by John Durkop · 4 years, 11 months ago
  81. 814dca7 Fix unit tests when MBEDTLS_PSA_CRYPTO_CONFIG is enabled by John Durkop · 4 years, 10 months ago
  82. 714e3a1 Minor cleanup to fix errors with some unit tests by John Durkop · 4 years, 10 months ago
  83. cfeea8f Unify driver context struct handling by Steven Cooreman · 5 years ago
  84. 150c99b Simplify cipher setup wrapper body by Steven Cooreman · 5 years ago
  85. fb81aa5 Only pass the driver-relevant portion of the context struct by Steven Cooreman · 5 years ago
  86. 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
  87. 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
  88. 0d7c64d Changed test driver include folder to reflect it's a test driver by Steven Cooreman · 5 years ago
  89. 56250fd Style fixes after PR review by Steven Cooreman · 5 years ago
  90. 2c7b2f8 Apply changes from #3546 to newly introduced files by Steven Cooreman · 5 years ago
  91. f1720ea Fix macro naming to match inhouse style by Steven Cooreman · 5 years ago
  92. 1cd39d5 Use own define for building with test drivers by Steven Cooreman · 5 years ago
  93. 2a1664c Add & splice in test driver for ECC keygen by Steven Cooreman · 5 years ago
  94. 55ae217 Add and splice in signature verification through driver by Steven Cooreman · 5 years ago
  95. 7a25057 Move handling of 'SE' drivers into driver wrappers by Steven Cooreman · 5 years ago
  96. cd84cb4 Add a handcrafted first version of the driver wrapper code by Steven Cooreman · 5 years ago