1. b1039af Regenerate PSA Sim headers by Paul Elliott · 9 months ago
  2. 958bdf7 Add required code to psa_sim_generate.pl by Paul Elliott · 9 months ago
  3. a2891a9 Add PSA interuptable key agreement APIs by Waleed Elmelegy · 12 months ago
  4. c0240b3 Fix formatting issue by Harry Ramsey · 10 months ago
  5. 8b3f513 Fix linking error for mbedtls_test_hook_error_add by Harry Ramsey · 10 months ago
  6. d617283 Fix failing psasim tests by Harry Ramsey · 10 months ago
  7. 195e164 Merge pull request #9427 from valeriosetti/psasim-small-fixes by Tom Cosgrove · 12 months ago
  8. 2016d66 psasim: small fixes to all.sh and test bash scripts by Valerio Setti · 12 months ago
  9. 7db1bcd Update generated PSA wrappers by Gilles Peskine · 1 year ago
  10. fd46f7f Migrate psasim wrappers to psa_custom_key_parameters_t by Gilles Peskine · 1 year ago
  11. 4b3b4fe Remove cruft and update documentation by Gilles Peskine · 1 year ago
  12. 4c3ff16 Enhance existing skip mechanism instead of duplicating it by Gilles Peskine · 1 year ago
  13. 2e9a7ee Parse the actual headers by Gilles Peskine · 1 year ago
  14. 2910f4d Write output files to the expected directory by Gilles Peskine · 1 year ago
  15. 7262b47 all.sh: psasim: Start server in tf-psa-crypto/tests by Ronald Cron · 1 year ago
  16. 0b796a4 psasim: Rename kill_server.sh to kill_servers.sh by Ronald Cron · 1 year ago
  17. e0e26f7 psasim: Move file clean-up to all.sh by Ronald Cron · 1 year ago
  18. 594ab41 psasim: Fix IPCs removal by Ronald Cron · 1 year ago
  19. 3943467 psasim: Fix doorbell file path by Ronald Cron · 1 year ago
  20. c04c2ed Revert "Adapt psasim" by Ronald Cron · 1 year ago
  21. b6f6cc8 Adapt psasim by Ronald Cron · 1 year, 1 month ago
  22. caee58f psasim: add a bit of white-box testing to hash operations by Tom Cosgrove · 1 year, 1 month ago
  23. f67ded3 psasim: update bash scripts by Valerio Setti · 1 year, 1 month ago
  24. 0917265 makefile: allow to build and link test suites against psasim by Valerio Setti · 1 year, 1 month ago
  25. 6271004 psasim: remove sleep on server side to make test as fast as possible by Valerio Setti · 1 year, 1 month ago
  26. 7cdb1dd psasim: invalidate operations on abort+finish by Tom Cosgrove · 1 year, 1 month ago
  27. 7fe75ba psasim: minor fixes to the core by Valerio Setti · 1 year, 1 month ago
  28. 3d817ad Adjust build systems by Ronald Cron · 1 year, 2 months ago
  29. 4848f9d psasim: fix max line length in generated files by Valerio Setti · 1 year, 1 month ago
  30. 9dc9289 psasim: add AUT for asymmetric encryption/decryption by Valerio Setti · 1 year, 1 month ago
  31. e9829e5 psasim: add AUT for cipher encryption/decryption by Valerio Setti · 1 year, 1 month ago
  32. 87be9db psasim: add AUT for key derivation by Valerio Setti · 1 year, 1 month ago
  33. a06b22d psasim: add AUT for symmetric encryption/decryption by Valerio Setti · 1 year, 1 month ago
  34. bb1502b psasim: add AUT for PSA sign and verify by Valerio Setti · 1 year, 1 month ago
  35. 6d6fe8b psasim: add AUT for key generation and raw key agreement by Valerio Setti · 1 year, 1 month ago
  36. f79e17a psasim: add AUT for MAC by Valerio Setti · 1 year, 1 month ago
  37. 25afdc1 psasim: add AUT for psa_generate_random() by Valerio Setti · 1 year, 1 month ago
  38. 5beb236 psasim: merge all AUT programs into a single executable by Valerio Setti · 1 year, 1 month ago
  39. d32fac2 psasim: have the generator script check for type = "void" rather than name = "(void)" by Tom Cosgrove · 1 year, 1 month ago
  40. 4d8d556 psasim: add support for psa_reset_key_attributes() by Tom Cosgrove · 1 year, 1 month ago
  41. feb0216 psasim: add support for psa_copy_key() by Tom Cosgrove · 1 year, 1 month ago
  42. 05c99e1 psasim: add support for psa_{sign,verify}_hash_xxx() and get/set max ops by Tom Cosgrove · 1 year, 1 month ago
  43. 9b10cf7 psasim: add support for PSA functions that return uint32_t or void by Tom Cosgrove · 1 year, 1 month ago
  44. 1a8b805 psasim: add support for key functions that don't need psa_key_attributes_t by Tom Cosgrove · 1 year, 1 month ago
  45. 8f1c913 psasim: add support for psa_asymmetric_{encrypt,decrypt}() to the simulator by Tom Cosgrove · 1 year, 1 month ago
  46. 6add43a psasim: add support for psa_{sign,verify}_{message,hash}() to the simulator by Tom Cosgrove · 1 year, 1 month ago
  47. 5d4b9cb psasim: add support for psa_generate_key*() to the simulator by Tom Cosgrove · 1 year, 1 month ago
  48. c3236b8 psasim: add support for psa_key_derivation_xxx() and psa_raw_key_agreement() to the simulator by Tom Cosgrove · 1 year, 1 month ago
  49. 623fcb3 psasim: add the ability to serialise psa_key_production_parameters_t by Tom Cosgrove · 1 year, 1 month ago
  50. a2d81c9 psasim: psa_key_derivation_verify_bytes() doesn't follow the naming convention for a buffer, so override by Tom Cosgrove · 1 year, 1 month ago
  51. c6d2e76 psasim: use ser_params and ser_result variable names in client; 'params' is needed by some PSA functions by Tom Cosgrove · 1 year, 1 month ago
  52. 55b62da psasim: skip some functions; see _SKIP_FUNCTIONS in generate_psa_wrappers.py by Tom Cosgrove · 1 year, 1 month ago
  53. a4eac4a psasim: add support for psa_cipher_xxx() functions by Tom Cosgrove · 1 year, 1 month ago
  54. 853ca0c psasim: add support for psa_mac_xxx() functions by Tom Cosgrove · 1 year, 1 month ago
  55. baace2f psasim: add support for psa_generate_random() by Tom Cosgrove · 1 year, 1 month ago
  56. 150b88c Merge pull request #9280 from valeriosetti/psasim-reset-slots-on-disconnection by Tom Cosgrove · 1 year, 2 months ago
  57. 125440d Merge pull request #9278 from valeriosetti/fix-psasim-logs by Tom Cosgrove · 1 year, 2 months ago
  58. de0d7e6 Merge pull request #9247 from ronald-cron-arm/move-psa-headers by Ronald Cron · 1 year, 2 months ago
  59. a60d922 Update psa_sim_serialise.pl to create the psa_sim_serialise.c we want by Tom Cosgrove · 1 year, 2 months ago
  60. 3761002 Update psa_sim_generate.pl to create the psa_sim_crypto_client.c we want by Tom Cosgrove · 1 year, 2 months ago
  61. 2eb8cc7 psa_sim: improve log prints by Valerio Setti · 1 year, 2 months ago
  62. 2468896 Have psa_sim_serialise.pl generate psa_sim_serialize_reset() by Tom Cosgrove · 1 year, 2 months ago
  63. aaf7e85 Have psa_sim_generate.pl add psa_crypto_close() to psa_sim_crypto_server.c by Tom Cosgrove · 1 year, 2 months ago
  64. 2fd9572 psasim-server: add function to reset operations slots by Valerio Setti · 1 year, 2 months ago
  65. 2687e47 psa_sim: make server ping time much faster by Valerio Setti · 1 year, 2 months ago
  66. c7e9e36 Adjust build systems by Ronald Cron · 1 year, 2 months ago
  67. 0fe5b8d Add support for and run (a copy of) the PSA aead_demo program under PSA sim by Tom Cosgrove · 1 year, 2 months ago
  68. 9876012 Make it possible to pass arguments to PSA sim psa_client by Tom Cosgrove · 1 year, 2 months ago
  69. b923b47 Have PSA sim client wrappers say which call fails, if one does by Tom Cosgrove · 1 year, 2 months ago
  70. f98635c psasim: build server library and binary before client's ones by Valerio Setti · 1 year, 2 months ago
  71. 75129e2 psa_sim_crypto_[client/server]: check if CRYPTO_C is enabled by Valerio Setti · 1 year, 2 months ago
  72. 51b2c86 Use our own copy of programs/psa/psa_hash.c in the PSA simulator tests by Tom Cosgrove · 1 year, 2 months ago
  73. 5ddd659 Revert "Correctly build client-side code that's to be run under the PSA crypto sim" by Tom Cosgrove · 1 year, 2 months ago
  74. f252f61 psa_sim_serialise.pl now creates the updated .c file by Tom Cosgrove · 1 year, 2 months ago
  75. db87a44 psa_sim_serialise.pl now creates the updated .h file by Tom Cosgrove · 1 year, 2 months ago
  76. 0d0415e Move the comment block in psa_sim_serialise.c back to where it belongs by Tom Cosgrove · 1 year, 2 months ago
  77. 9ab1969 Make psa_sim_generate.pl output the new type of server wrapper we want by Tom Cosgrove · 1 year, 2 months ago
  78. 517f4a1 Store operation_ts on PSA sim server side; only send handle to client by Tom Cosgrove · 1 year, 2 months ago
  79. d6048a4 We want the PSA hash code if MBEDTLS_PSA_CRYPTO_CLIENT && !MBEDTLS_PSA_CRYPTO_C by Tom Cosgrove · 1 year, 2 months ago
  80. e7a2230 Correctly build client-side code that's to be run under the PSA crypto sim by Tom Cosgrove · 1 year, 2 months ago
  81. 0ca70d5 Add missing licences by Tom Cosgrove · 1 year, 2 months ago
  82. 8bfb758 PSA crypto sim's server wrappers need to free deseraliased buffers when they're no longer needed by Tom Cosgrove · 1 year, 2 months ago
  83. ca0c147 Mark temporary PSA crypto sim Perl scripts as executable by Tom Cosgrove · 1 year, 2 months ago
  84. e2f0e30 Extend PSA crypto simulator tests to run psa_hash.c under the simulator by Tom Cosgrove · 1 year, 2 months ago
  85. 61ee59f Add the rest of the psa_hash_xxx() functions to the simulator by Tom Cosgrove · 1 year, 2 months ago
  86. 39f8b09 Add PSA crypto sim serialisation functions needed for the remaining PSA hash APIs by Tom Cosgrove · 1 year, 2 months ago
  87. 3ebb880 Hook the new psa_sim_crypto_{client,server} into the build and tests by Tom Cosgrove · 1 year, 2 months ago
  88. a4952f9 The PSA sim logs aren't very many lines, so show them during tests by Tom Cosgrove · 1 year, 2 months ago
  89. 54b4ccd Add PSA crypto sim client and server implementations of psa_hash_compute() by Tom Cosgrove · 1 year, 2 months ago
  90. e68fb72 Add PSA crypto sim serialisation functions for rest of types needed for psa_hash_compute() by Tom Cosgrove · 1 year, 2 months ago
  91. 2fc5687 Add PSA crypto sim serialisation functions for basic types by Tom Cosgrove · 1 year, 2 months ago
  92. 9202456 Fix code style in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
  93. 38f6c86 Remove unnecessary blank lines at top of functions in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
  94. 9919543 Only print PSA crypto sim server messages when DEBUG defined by Tom Cosgrove · 1 year, 2 months ago
  95. f69445c Fix sending a response of more than 184 bytes in psa_ff_server.c:psa_write() by Tom Cosgrove · 1 year, 2 months ago
  96. bdc4c2d Fix PSA sim test awk script by removing extra $ by Tom Cosgrove · 1 year, 2 months ago
  97. 0a57a25 Fix psa_ff_server.c to calculate the amount of data from client correctly by Tom Cosgrove · 1 year, 2 months ago
  98. b7e5f31 Replace final sprintf() with snprintf() in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
  99. 1f3c99c psa_autogen.py: improve management of output files by Valerio Setti · 1 year, 3 months ago
  100. 87d99fb psasim: create a seedfile to be used for the crypto server by Valerio Setti · 1 year, 3 months ago