1. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  2. d8b5937 all.sh: psasim helper functions renaming by Valerio Setti · 1 year, 1 month ago
  3. 1a49383 all.sh: exclude some extra slow test suites from psasim testing by Valerio Setti · 1 year, 1 month ago
  4. caee58f psasim: add a bit of white-box testing to hash operations by Tom Cosgrove · 1 year, 1 month ago
  5. 8473390 tests: fix guards in test suites to allow testing with PSASIM by Valerio Setti · 1 year, 1 month ago
  6. e134d09 all.sh: remove old tests components on CRYPTO_CLIENT by Valerio Setti · 1 year, 1 month ago
  7. f67ded3 psasim: update bash scripts by Valerio Setti · 1 year, 1 month ago
  8. 9022f71 all.sh: add new component to run test suites with psasim by Valerio Setti · 1 year, 1 month ago
  9. 0917265 makefile: allow to build and link test suites against psasim by Valerio Setti · 1 year, 1 month ago
  10. 6271004 psasim: remove sleep on server side to make test as fast as possible by Valerio Setti · 1 year, 1 month ago
  11. 7cdb1dd psasim: invalidate operations on abort+finish by Tom Cosgrove · 1 year, 1 month ago
  12. 7fe75ba psasim: minor fixes to the core by Valerio Setti · 1 year, 1 month ago
  13. fb3e159 Adapt include dir paths in test_psa_compliance.py by Ronald Cron · 1 year, 2 months ago
  14. b50d30f Adapt cipher.h path in depends.py by Ronald Cron · 1 year, 2 months ago
  15. 71609eb Adapt check_names.py by Ronald Cron · 1 year, 2 months ago
  16. f4606d4 Adjust more paths to Mbed TLS crypto headers by Ronald Cron · 1 year, 2 months ago
  17. 52cc858 Adapt libtestdriver1 build by Ronald Cron · 1 year, 2 months ago
  18. 3d817ad Adjust build systems by Ronald Cron · 1 year, 2 months ago
  19. c4dfc08 Merge pull request #9310 from valeriosetti/psasim_more_aut_tests by Tom Cosgrove · 1 year, 1 month ago gh-readonly-queue/development/pr-9310-f0481f562a11fd6d67110ba7c6b9404e485fb1c9
  20. f0481f5 Merge pull request #9258 from tom-daubney-arm/drop_padlock_support by Ronald Cron · 1 year, 1 month ago
  21. 4848f9d psasim: fix max line length in generated files by Valerio Setti · 1 year, 1 month ago
  22. 9dc9289 psasim: add AUT for asymmetric encryption/decryption by Valerio Setti · 1 year, 1 month ago
  23. e9829e5 psasim: add AUT for cipher encryption/decryption by Valerio Setti · 1 year, 1 month ago
  24. 87be9db psasim: add AUT for key derivation by Valerio Setti · 1 year, 1 month ago
  25. a06b22d psasim: add AUT for symmetric encryption/decryption by Valerio Setti · 1 year, 1 month ago
  26. bb1502b psasim: add AUT for PSA sign and verify by Valerio Setti · 1 year, 1 month ago
  27. 6d6fe8b psasim: add AUT for key generation and raw key agreement by Valerio Setti · 1 year, 1 month ago
  28. f79e17a psasim: add AUT for MAC by Valerio Setti · 1 year, 1 month ago
  29. 25afdc1 psasim: add AUT for psa_generate_random() by Valerio Setti · 1 year, 1 month ago
  30. 5beb236 psasim: merge all AUT programs into a single executable by Valerio Setti · 1 year, 1 month ago
  31. d9392f0 Merge pull request #9250 from eleuzi01/bug-9029 by Paul Elliott · 1 year, 1 month ago gh-readonly-queue/development/pr-9250-82658eb90c7e7d2133fc5446c5e5f56e6d1ecfc9
  32. d32fac2 psasim: have the generator script check for type = "void" rather than name = "(void)" by Tom Cosgrove · 1 year, 2 months ago
  33. 4d8d556 psasim: add support for psa_reset_key_attributes() by Tom Cosgrove · 1 year, 2 months ago
  34. feb0216 psasim: add support for psa_copy_key() by Tom Cosgrove · 1 year, 2 months ago
  35. 05c99e1 psasim: add support for psa_{sign,verify}_hash_xxx() and get/set max ops by Tom Cosgrove · 1 year, 2 months ago
  36. 9b10cf7 psasim: add support for PSA functions that return uint32_t or void by Tom Cosgrove · 1 year, 2 months ago
  37. 1a8b805 psasim: add support for key functions that don't need psa_key_attributes_t by Tom Cosgrove · 1 year, 2 months ago
  38. 8f1c913 psasim: add support for psa_asymmetric_{encrypt,decrypt}() to the simulator by Tom Cosgrove · 1 year, 2 months ago
  39. 6add43a psasim: add support for psa_{sign,verify}_{message,hash}() to the simulator by Tom Cosgrove · 1 year, 2 months ago
  40. 5d4b9cb psasim: add support for psa_generate_key*() to the simulator by Tom Cosgrove · 1 year, 2 months ago
  41. c3236b8 psasim: add support for psa_key_derivation_xxx() and psa_raw_key_agreement() to the simulator by Tom Cosgrove · 1 year, 2 months ago
  42. 623fcb3 psasim: add the ability to serialise psa_key_production_parameters_t by Tom Cosgrove · 1 year, 2 months ago
  43. a2d81c9 psasim: psa_key_derivation_verify_bytes() doesn't follow the naming convention for a buffer, so override by Tom Cosgrove · 1 year, 2 months ago
  44. c6d2e76 psasim: use ser_params and ser_result variable names in client; 'params' is needed by some PSA functions by Tom Cosgrove · 1 year, 2 months ago
  45. 55b62da psasim: skip some functions; see _SKIP_FUNCTIONS in generate_psa_wrappers.py by Tom Cosgrove · 1 year, 2 months ago
  46. a4eac4a psasim: add support for psa_cipher_xxx() functions by Tom Cosgrove · 1 year, 2 months ago
  47. 853ca0c psasim: add support for psa_mac_xxx() functions by Tom Cosgrove · 1 year, 2 months ago
  48. baace2f psasim: add support for psa_generate_random() by Tom Cosgrove · 1 year, 2 months ago
  49. 2a674bd Merge pull request #9251 from gabor-mezei-arm/update_test_full_no_cipher_no_psa_crypto by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  50. b876a0a Merge pull request #9185 from ronald-cron-arm/adapt-components-with-psa-crypto-config-enabled by Ronald Cron · 1 year, 2 months ago
  51. 150b88c Merge pull request #9280 from valeriosetti/psasim-reset-slots-on-disconnection by Tom Cosgrove · 1 year, 2 months ago
  52. 125440d Merge pull request #9278 from valeriosetti/fix-psasim-logs by Tom Cosgrove · 1 year, 2 months ago
  53. 0417a2c Adapt component_test_when_no_ciphersuites_have_mac by Ronald Cron · 1 year, 2 months ago
  54. cd33cd6 test_when_no_ciphersuites_have_mac: Fix logs by Ronald Cron · 1 year, 2 months ago
  55. cfce75f Remove component_test_full_no_bignum by Ronald Cron · 1 year, 2 months ago
  56. 7062d3d tests: src: Fix PSA test wrappers for PAKE by Ronald Cron · 1 year, 2 months ago
  57. 8dbea48 Adapt test_full_no_cipher_ components by Ronald Cron · 1 year, 2 months ago
  58. a67f1be Adapt test_crypto_full_md_light_only by Ronald Cron · 1 year, 2 months ago
  59. de0d7e6 Merge pull request #9247 from ronald-cron-arm/move-psa-headers by Ronald Cron · 1 year, 2 months ago
  60. 1b646c2 Remove `config-no-entropy.h` by Gabor Mezei · 1 year, 2 months ago
  61. eafefb7 Revert "Update `full_no_cipher_no_psa_crypto` test component" by Gabor Mezei · 1 year, 2 months ago
  62. 95589c5 Further padlock removals from all.sh by Thomas Daubney · 1 year, 2 months ago
  63. a60d922 Update psa_sim_serialise.pl to create the psa_sim_serialise.c we want by Tom Cosgrove · 1 year, 2 months ago
  64. 3761002 Update psa_sim_generate.pl to create the psa_sim_crypto_client.c we want by Tom Cosgrove · 1 year, 2 months ago
  65. 2eb8cc7 psa_sim: improve log prints by Valerio Setti · 1 year, 2 months ago
  66. 2468896 Have psa_sim_serialise.pl generate psa_sim_serialize_reset() by Tom Cosgrove · 1 year, 2 months ago
  67. aaf7e85 Have psa_sim_generate.pl add psa_crypto_close() to psa_sim_crypto_server.c by Tom Cosgrove · 1 year, 2 months ago
  68. 2fd9572 psasim-server: add function to reset operations slots by Valerio Setti · 1 year, 2 months ago
  69. 2687e47 psa_sim: make server ping time much faster by Valerio Setti · 1 year, 2 months ago
  70. 62af02c Drop support for VIA Padlock by Thomas Daubney · 1 year, 2 months ago
  71. 118d040 Code style fix by Elena Uziunaite · 1 year, 2 months ago
  72. 5bc887c Update `full_no_cipher_no_psa_crypto` test component by Gabor Mezei · 1 year, 2 months ago
  73. 7c52100 Merge pull request #9238 from tom-cosgrove-arm/psasim_update_for_operation_types by Tom Cosgrove · 1 year, 2 months ago
  74. 7e47fdb Fix compiler warnings in test_suite_pk.function by Elena Uziunaite · 1 year, 2 months ago
  75. 30ea2b9 all.sh: Update clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  76. 36c3ae9 Adapt check files by Ronald Cron · 1 year, 2 months ago
  77. 7e5d61c Adjust more paths to PSA headers by Ronald Cron · 1 year, 2 months ago
  78. 1451a76 Adapt libtestdriver1 build by Ronald Cron · 1 year, 2 months ago
  79. c7e9e36 Adjust build systems by Ronald Cron · 1 year, 2 months ago
  80. 5cdc22b all.sh: Fix clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  81. 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
  82. 9876012 Make it possible to pass arguments to PSA sim psa_client by Tom Cosgrove · 1 year, 2 months ago
  83. b923b47 Have PSA sim client wrappers say which call fails, if one does by Tom Cosgrove · 1 year, 2 months ago
  84. 797991d Merge pull request #9149 from gilles-peskine-arm/ssl-test-no-skip-all by Gilles Peskine · 1 year, 2 months ago
  85. 0133d84 Merge pull request #9199 from tom-daubney-arm/modify_test_everest_curve25519_only_for_psa by Ronald Cron · 1 year, 2 months ago
  86. f98635c psasim: build server library and binary before client's ones by Valerio Setti · 1 year, 2 months ago
  87. 75129e2 psa_sim_crypto_[client/server]: check if CRYPTO_C is enabled by Valerio Setti · 1 year, 2 months ago
  88. 51b2c86 Use our own copy of programs/psa/psa_hash.c in the PSA simulator tests by Tom Cosgrove · 1 year, 2 months ago
  89. 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
  90. f252f61 psa_sim_serialise.pl now creates the updated .c file by Tom Cosgrove · 1 year, 2 months ago
  91. db87a44 psa_sim_serialise.pl now creates the updated .h file by Tom Cosgrove · 1 year, 2 months ago
  92. 0d0415e Move the comment block in psa_sim_serialise.c back to where it belongs by Tom Cosgrove · 1 year, 2 months ago
  93. 9ab1969 Make psa_sim_generate.pl output the new type of server wrapper we want by Tom Cosgrove · 1 year, 2 months ago
  94. 517f4a1 Store operation_ts on PSA sim server side; only send handle to client by Tom Cosgrove · 1 year, 2 months ago
  95. d6048a4 We want the PSA hash code if MBEDTLS_PSA_CRYPTO_CLIENT && !MBEDTLS_PSA_CRYPTO_C by Tom Cosgrove · 1 year, 2 months ago
  96. e7a2230 Correctly build client-side code that's to be run under the PSA crypto sim by Tom Cosgrove · 1 year, 2 months ago
  97. d28534c Merge pull request #9062 from tom-daubney-arm/crypto_config-tls1_2_default_stream_cipher_only_use_psa by Bence Szépkúti · 1 year, 2 months ago gh-readonly-queue/development/pr-9062-2bceec830a695d459edefe0b4f1f7fef4e7104ca
  98. 8493452 Extend python checks to framework scripts by David Horstmann · 1 year, 2 months ago
  99. c085cc7 Merge pull request #9200 from davidhorstmann-arm/move-test-generation-files by Bence Szépkúti · 1 year, 2 months ago
  100. f6f3bca Update file paths for moved files by David Horstmann · 1 year, 2 months ago