1. 9ed3873 psa: driver wrapper: cipher: Fix unused variable warning by Ronald Cron · 3 years, 8 months ago
  2. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  3. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  4. 9ba7691 psa: Add driver initialization and termination by Ronald Cron · 4 years, 4 months ago
  5. 7a55deb psa: Fix unused variable warnings by Ronald Cron · 4 years, 3 months ago
  6. 1700670 psa: Fix unused variable warnings by Ronald Cron · 3 years, 8 months ago
  7. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  8. dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
  9. 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
  10. 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
  11. b183d56 Use safer size for tag checking by Paul Elliott · 3 years, 11 months ago
  12. 06b6b8c Add missing zeroize for sensitive tag data. by Paul Elliott · 3 years, 11 months ago
  13. 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
  14. 449608b Code style improvements by Archana · 3 years, 11 months ago
  15. 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
  16. 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
  17. d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
  18. 5d3a3c3 Fix arguments formatting mistake by Paul Elliott · 4 years ago
  19. 315628d Remove internal aead_verify endpoint by Paul Elliott · 4 years ago
  20. 0a93b66 Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
  21. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  22. d7ab9f1 Move the setting of id in driver wrappers by Paul Elliott · 4 years, 1 month ago
  23. b2ce2ed Merge remote-tracking branch 'upstream/development' into psa-m-aead by Paul Elliott · 4 years, 2 months ago
  24. 2c09c9b Introduce MBEDTLS_PRIVATE macro. by Mateusz Starzyk · 4 years, 3 months ago
  25. 5c656cb Fix missed incorrect include guard by Paul Elliott · 4 years, 2 months ago
  26. 1905a24 Fix missing compilation guard around psa_crypto_driver_wrappers.c by Gilles Peskine · 4 years, 3 months ago
  27. cbbde5f Split multipart AEAD contexts into two parts by Paul Elliott · 4 years, 3 months ago
  28. a218ceb Merge upstream test driver changes locally by Paul Elliott · 4 years, 3 months ago
  29. fe5480a Fix transparent driver wrappers by Paul Elliott · 4 years, 3 months ago
  30. 72baf65 Ensure operation id gets set even if failure by Paul Elliott · 4 years, 3 months ago
  31. 4bbe82b Add transparent driver tests for M-AEAD by Paul Elliott · 4 years, 3 months ago
  32. 5653da0 Fix errors with missing tests by Paul Elliott · 4 years, 3 months ago
  33. 302ff6b Implement multipart AEAD PSA interface by Paul Elliott · 4 years, 3 months ago
  34. 6504aa6 First pass addition of driver wrappers by Paul Elliott · 4 years, 3 months ago
  35. d5218df Enable fallback to software implementation in psa_sign/verify_message driver by gabor-mezei-arm · 4 years, 3 months ago
  36. 256443e Change the driver calling logic for psa_sign/verify_messsage by gabor-mezei-arm · 4 years, 3 months ago
  37. 6883fd2 Rename sign/verify builtin functions called by driver wrapper functions by gabor-mezei-arm · 4 years, 3 months ago
  38. b5c1e37 Use driver-wrapper functions for psa_sign/verify_message by gabor-mezei-arm · 4 years, 3 months ago
  39. 2522c0b Update macro names by gabor-mezei-arm · 4 years, 3 months ago
  40. 50eac35 Dispatch sign/verify funtions through the driver interface by gabor-mezei-arm · 4 years, 3 months ago
  41. c7f0a57 Add testing of the MAC driver entry points by Steven Cooreman · 4 years, 3 months ago
  42. e680419 Migrate MAC setup/abort calls into the software driver by Steven Cooreman · 4 years, 4 months ago
  43. 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 4 months ago
  44. d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 4 months ago
  45. ce1d8d2 tests: Revert test_driver.h name change by Ronald Cron · 4 years, 3 months ago
  46. 4607c82 tests: psa: Simplify key buffer size calculation by Ronald Cron · 4 years, 4 months ago
  47. 7f13fa2 tests: psa: Add mbedtls/MBEDTLS prefix to test driver symbols by Ronald Cron · 4 years, 4 months ago
  48. fa036c8 tests: Add hash transparent test driver hooks by Ronald Cron · 4 years, 4 months ago
  49. b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
  50. a1ce2f2 Rename test driver lifetime to location by Steven Cooreman · 4 years, 4 months ago
  51. 1a0fbac Refactor opaque key handling in the test driver by Steven Cooreman · 4 years, 4 months ago
  52. 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 4 months ago
  53. f9a55ff Add test driver implementation for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 5 months ago
  54. 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 5 months ago
  55. de82281 psa: aead: Add driver delegation by Ronald Cron · 4 years, 5 months ago
  56. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  57. 7b4154d psa: wrapper: Fix potential unreachable statement warning by Ronald Cron · 4 years, 4 months ago
  58. 5d9b00d psa: cipher: Include Mbed TLS cipher driver only if necessary by Ronald Cron · 4 years, 5 months ago
  59. 7cb9c3d psa: cipher: Move to driver operation context application allocation by Ronald Cron · 4 years, 5 months ago
  60. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  61. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  62. dd24c9b psa: Call cipher operations software implementations as a driver by Ronald Cron · 4 years, 8 months ago
  63. 6056fe8 psa: driver wrapper: Change cipher_xyz signature by Ronald Cron · 4 years, 8 months ago
  64. 0b80559 psa: Call cipher setup implementation as a driver by Ronald Cron · 4 years, 8 months ago
  65. a4af55f psa: driver wrapper: Change cipher_*_setup signatures by Ronald Cron · 4 years, 8 months ago
  66. c45b4af Fix PSA SE driver tests by Ronald Cron · 4 years, 10 months ago
  67. f8e45a4 Simplify compilation guards around hash driver testing by Steven Cooreman · 4 years, 5 months ago
  68. aa87fd0 Make driver IDs always visible by Steven Cooreman · 4 years, 5 months ago
  69. 5e4c18f Reorder the driver wrapper switch-case content by Steven Cooreman · 4 years, 5 months ago
  70. fa95295 Don't void actually used arguments by Steven Cooreman · 4 years, 5 months ago
  71. 0f8ffa8 Rename and retype hash test driver context structure by Steven Cooreman · 4 years, 5 months ago
  72. a85e2f8 Guard hash test functions as a block by Steven Cooreman · 4 years, 5 months ago
  73. 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 4 years, 5 months ago
  74. 2555522 Rename hash test driver functions to match auto-naming scheme by Steven Cooreman · 4 years, 5 months ago
  75. 0eeb794 Initialize status with CORRUPTION_DETECTED and update fallthrough by Steven Cooreman · 4 years, 5 months ago
  76. f763810 Add test driver for hash operations by Steven Cooreman · 4 years, 5 months ago
  77. dbf8ced Change the way driver context structures are used by Steven Cooreman · 4 years, 5 months ago
  78. 1e58235 Dispatch hashing calls through the driver wrapper layer by Steven Cooreman · 4 years, 5 months ago
  79. cbc1355 psa: wrapper: Remove unnecessary compiler warning workarounds by Ronald Cron · 4 years, 5 months ago
  80. fce9df2 psa: Call sign/verify hash software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  81. 9f17aa4 psa: Change psa_driver_wrapper_sign/verify_hash signature by Ronald Cron · 4 years, 8 months ago
  82. 977c247 Call software implementation as a driver by Ronald Cron · 4 years, 10 months ago
  83. 9df74be psa: driver wrapper: Rename and export get_key_buffer_size by Ronald Cron · 4 years, 8 months ago
  84. 3121628 psa: driver wrapper: Clarify the scope of and rename get_expected_key_size by Ronald Cron · 4 years, 8 months ago
  85. 9cca316 psa: driver wrapper: Fix buffer allocation in case of key generation by Ronald Cron · 4 years, 8 months ago
  86. 9cfdf6e Fix coding style issues by Ronald Cron · 4 years, 6 months ago
  87. fb2ed5b psa: import: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  88. bf33c93 psa: Call import software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  89. 152e3f8 psa: export: Move registered SE support to the driver wrapper by Ronald Cron · 4 years, 8 months ago
  90. 6722798 psa: Call export software implementation as a driver by Ronald Cron · 4 years, 8 months ago
  91. 84cc994 psa: Change psa_driver_wrapper_export_public_key() signature by Ronald Cron · 4 years, 8 months ago
  92. 8328287 psa: Move from validate_key to import_key entry point by Ronald Cron · 4 years, 8 months ago
  93. ea0f8a6 psa: se: Create key context in SE key slots by Ronald Cron · 4 years, 8 months ago
  94. cbcec21 Rename output buffer size macros by gabor-mezei-arm · 4 years, 7 months ago
  95. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  96. a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
  97. 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
  98. 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
  99. 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 9 months ago
  100. ac93e3b Fix guard for test_size_function() by John Durkop · 4 years, 10 months ago