1. 8dbea48 Adapt test_full_no_cipher_ components by Ronald Cron · 1 year, 2 months ago
  2. a67f1be Adapt test_crypto_full_md_light_only by Ronald Cron · 1 year, 2 months ago
  3. de0d7e6 Merge pull request #9247 from ronald-cron-arm/move-psa-headers by Ronald Cron · 1 year, 2 months ago
  4. 2e3b11f Merge pull request #9279 from valeriosetti/reduce-psasim-ping-interval by minosgalanakis · 1 year, 2 months ago
  5. a2447d1 Update framework submodule to the merge of PR26 by Ronald Cron · 1 year, 2 months ago
  6. 2687e47 psa_sim: make server ping time much faster by Valerio Setti · 1 year, 2 months ago
  7. 7c52100 Merge pull request #9238 from tom-cosgrove-arm/psasim_update_for_operation_types by Tom Cosgrove · 1 year, 2 months ago
  8. f412720 Merge pull request #9242 from sezrab/fix-function-parameter by Tom Cosgrove · 1 year, 2 months ago
  9. 30ea2b9 all.sh: Update clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  10. 36c3ae9 Adapt check files by Ronald Cron · 1 year, 2 months ago
  11. 7e5d61c Adjust more paths to PSA headers by Ronald Cron · 1 year, 2 months ago
  12. 1451a76 Adapt libtestdriver1 build by Ronald Cron · 1 year, 2 months ago
  13. 2581d91 Adapt libraries installation by Ronald Cron · 1 year, 2 months ago
  14. db9d518 Adapt make cscope by Ronald Cron · 1 year, 2 months ago
  15. ebd153e Adapt make apidoc by Ronald Cron · 1 year, 2 months ago
  16. c7e9e36 Adjust build systems by Ronald Cron · 1 year, 2 months ago
  17. d80134b Move PSA headers by Ronald Cron · 1 year, 2 months ago
  18. 28ce238 Add and update some .gitignore files by Ronald Cron · 1 year, 2 months ago
  19. 5cdc22b all.sh: Fix clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  20. a0cfe01 Merge pull request #9241 from lhuang04/official_development_psk_null2 by Tom Cosgrove · 1 year, 2 months ago
  21. 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
  22. 9876012 Make it possible to pass arguments to PSA sim psa_client by Tom Cosgrove · 1 year, 2 months ago
  23. b923b47 Have PSA sim client wrappers say which call fails, if one does by Tom Cosgrove · 1 year, 2 months ago
  24. 797991d Merge pull request #9149 from gilles-peskine-arm/ssl-test-no-skip-all by Gilles Peskine · 1 year, 2 months ago
  25. 0133d84 Merge pull request #9199 from tom-daubney-arm/modify_test_everest_curve25519_only_for_psa by Ronald Cron · 1 year, 2 months ago
  26. 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
  27. f98635c psasim: build server library and binary before client's ones by Valerio Setti · 1 year, 2 months ago
  28. 75129e2 psa_sim_crypto_[client/server]: check if CRYPTO_C is enabled by Valerio Setti · 1 year, 2 months ago
  29. 51b2c86 Use our own copy of programs/psa/psa_hash.c in the PSA simulator tests by Tom Cosgrove · 1 year, 2 months ago
  30. 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
  31. 54adeab set psk to null in ssl_psk_remove by lhuang04 · 1 year, 2 months ago
  32. c9ab367 Merge pull request #9225 from gilles-peskine-arm/tls13-debug-print-uint32-fix by Tom Cosgrove · 1 year, 2 months ago
  33. f252f61 psa_sim_serialise.pl now creates the updated .c file by Tom Cosgrove · 1 year, 2 months ago
  34. db87a44 psa_sim_serialise.pl now creates the updated .h file by Tom Cosgrove · 1 year, 2 months ago
  35. 0d0415e Move the comment block in psa_sim_serialise.c back to where it belongs by Tom Cosgrove · 1 year, 2 months ago
  36. 9ab1969 Make psa_sim_generate.pl output the new type of server wrapper we want by Tom Cosgrove · 1 year, 2 months ago
  37. 517f4a1 Store operation_ts on PSA sim server side; only send handle to client by Tom Cosgrove · 1 year, 2 months ago
  38. d6048a4 We want the PSA hash code if MBEDTLS_PSA_CRYPTO_CLIENT && !MBEDTLS_PSA_CRYPTO_C by Tom Cosgrove · 1 year, 2 months ago
  39. e7a2230 Correctly build client-side code that's to be run under the PSA crypto sim by Tom Cosgrove · 1 year, 2 months ago
  40. 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
  41. 2bceec8 Merge pull request #9227 from davidhorstmann-arm/check-framework-python-files by Bence Szépkúti · 1 year, 2 months ago gh-readonly-queue/development/pr-9227-4ac0182caeaf913871c57e63e59d9afb86ba2682
  42. 4ac0182 Merge pull request #9233 from davidhorstmann-arm/make-code-style-work-in-commit-hook by Ronald Cron · 1 year, 2 months ago
  43. 8493452 Extend python checks to framework scripts by David Horstmann · 1 year, 2 months ago
  44. f8bbc2d Remove multi-type variable by David Horstmann · 1 year, 2 months ago
  45. 330680e Allow code_style.py to work from a git hook by David Horstmann · 1 year, 2 months ago
  46. 69770aa Use unsigned long rather than size_t for format string readability by Gilles Peskine · 1 year, 2 months ago
  47. c085cc7 Merge pull request #9200 from davidhorstmann-arm/move-test-generation-files by Bence Szépkúti · 1 year, 2 months ago
  48. a9d4ef0 Fix uint32_t printed as unsigned int by Gilles Peskine · 1 year, 2 months ago
  49. fd59a06 Update to latest framework by David Horstmann · 1 year, 2 months ago
  50. 98ffc8e Merge pull request #9178 from valeriosetti/fix-psa-cmac by Tom Cosgrove · 1 year, 2 months ago
  51. e2add3a Merge pull request #9220 from valeriosetti/fix-psa-doc by Tom Cosgrove · 1 year, 2 months ago
  52. 351efa0 crypto.h: fix documentation for some functions by Valerio Setti · 1 year, 2 months ago
  53. ce7af04 Update framework submodule by David Horstmann · 1 year, 2 months ago
  54. f6f3bca Update file paths for moved files by David Horstmann · 1 year, 2 months ago
  55. a7b0bb4 Move some test generation files to framework by David Horstmann · 1 year, 2 months ago
  56. b8360cf Make abi_check.py look in both locations by David Horstmann · 1 year, 2 months ago
  57. 7e2ce99 changelog: add changelog for PSA CMAC fix by Valerio Setti · 1 year, 2 months ago
  58. 30a9b6f Merge pull request #9198 from tom-cosgrove-arm/psa-sim-hashing by Tom Cosgrove · 1 year, 2 months ago gh-readonly-queue/development/pr-9198-ea297e5870024b30e769167055e3d855198b4450
  59. ea297e5 Merge pull request #9061 from gilles-peskine-arm/config-headers-do-not-include by Gilles Peskine · 1 year, 2 months ago
  60. d961929 Merge pull request #9155 from ttytm/fix-typo by Gilles Peskine · 1 year, 2 months ago gh-readonly-queue/development/pr-9155-8c60b16188d6a73b02fee09a298cd36488328c51
  61. 8c60b16 Merge pull request #8643 from gilles-peskine-arm/tls12_server-pk_opaque-dead_code by Gilles Peskine · 1 year, 2 months ago
  62. c15544e Merge pull request #9088 from ronald-cron-arm/check-framework-files by Gilles Peskine · 1 year, 2 months ago
  63. f29bf87 Modify everest component for MBEDTLS_PSA_CRYPTO_CONFIG_ENABLED by Thomas Daubney · 1 year, 2 months ago
  64. 0ca70d5 Add missing licences by Tom Cosgrove · 1 year, 2 months ago
  65. 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
  66. ca0c147 Mark temporary PSA crypto sim Perl scripts as executable by Tom Cosgrove · 1 year, 2 months ago
  67. e2f0e30 Extend PSA crypto simulator tests to run psa_hash.c under the simulator by Tom Cosgrove · 1 year, 2 months ago
  68. 61ee59f Add the rest of the psa_hash_xxx() functions to the simulator by Tom Cosgrove · 1 year, 2 months ago
  69. 39f8b09 Add PSA crypto sim serialisation functions needed for the remaining PSA hash APIs by Tom Cosgrove · 1 year, 2 months ago
  70. 3ebb880 Hook the new psa_sim_crypto_{client,server} into the build and tests by Tom Cosgrove · 1 year, 2 months ago
  71. cb12604 Merge pull request #9191 from tom-cosgrove-arm/psa-sim-fixes by Tom Cosgrove · 1 year, 2 months ago
  72. a4952f9 The PSA sim logs aren't very many lines, so show them during tests by Tom Cosgrove · 1 year, 2 months ago
  73. 54b4ccd Add PSA crypto sim client and server implementations of psa_hash_compute() by Tom Cosgrove · 1 year, 2 months ago
  74. e68fb72 Add PSA crypto sim serialisation functions for rest of types needed for psa_hash_compute() by Tom Cosgrove · 1 year, 2 months ago
  75. 2fc5687 Add PSA crypto sim serialisation functions for basic types by Tom Cosgrove · 1 year, 2 months ago
  76. 9202456 Fix code style in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
  77. c8d45cd Error on unexpectedly defined symbols by Gilles Peskine · 1 year, 2 months ago
  78. 9df7806 Tweak wording by Gilles Peskine · 1 year, 2 months ago
  79. d2f191a Document that there is now an error for dangerous inclusions by Gilles Peskine · 1 year, 3 months ago
  80. 690fb5e Warn if mbedtls_config.h is included manually by Gilles Peskine · 1 year, 3 months ago
  81. 0b8ece6 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
  82. d33eb55 Macros to indicate the finalization level of the configuration by Gilles Peskine · 1 year, 3 months ago
  83. fef877f Belated changelog entry for not including check_config.h by Gilles Peskine · 1 year, 3 months ago
  84. 975e74c Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
  85. 680bee4 Update framework submodule to the merge of PR #15 by Ronald Cron · 1 year, 2 months ago
  86. e3abb6a Merge pull request #9094 from davidhorstmann-arm/move-mbedtls-dev-to-framework by Bence Szépkúti · 1 year, 2 months ago
  87. 38f6c86 Remove unnecessary blank lines at top of functions in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
  88. 9919543 Only print PSA crypto sim server messages when DEBUG defined by Tom Cosgrove · 1 year, 2 months ago
  89. 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
  90. bdc4c2d Fix PSA sim test awk script by removing extra $ by Tom Cosgrove · 1 year, 2 months ago
  91. 0a57a25 Fix psa_ff_server.c to calculate the amount of data from client correctly by Tom Cosgrove · 1 year, 2 months ago
  92. b7e5f31 Replace final sprintf() with snprintf() in psa_ff_server.c by Tom Cosgrove · 1 year, 2 months ago
  93. a7ec5c8 Update framework submodule to the merge of #15 by Ronald Cron · 1 year, 2 months ago
  94. a37ea26 adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
  95. c7569a8 Merge pull request #9159 from gilles-peskine-arm/analyze_outcomes-generate_files by Gilles Peskine · 1 year, 2 months ago
  96. 39c5207 ssl-opt.sh, compat.sh: Error out if not executing any tests by Gilles Peskine · 1 year, 3 months ago
  97. f5473a0 Merge pull request #9057 from Ryan-Everett-arm/crypto-config-test_ref_configs by Ronald Cron · 1 year, 2 months ago
  98. 2ad2f32 Pacify pylint by Gilles Peskine · 1 year, 3 months ago
  99. 78ae4f6 Generate test data before coverage analysis by Gilles Peskine · 1 year, 3 months ago
  100. df1bfec Merge pull request #9121 from valeriosetti/issue8963 by Tom Cosgrove · 1 year, 3 months ago