1. c7cc83c Merge pull request #1119 from davidhorstmann-arm/psa-buffer-copy-fn by Dave Rodgman · 1 year, 9 months ago
  2. 89875a4 Rename "output_copy" -> "local_output" by David Horstmann · 1 year, 9 months ago
  3. f173405 Rename "input_copy" -> "local_input" by David Horstmann · 1 year, 9 months ago
  4. 6267dd5 Merge pull request #8463 from gilles-peskine-arm/metatest-create by Gilles Peskine · 1 year, 9 months ago
  5. 2f307b4 De-abbreviate "len" -> "length" by David Horstmann · 1 year, 9 months ago
  6. 671f5f5 Change psa_crypto_copy_output error code by David Horstmann · 1 year, 9 months ago
  7. 9abf535 Add initializers for input / output copies by David Horstmann · 1 year, 9 months ago
  8. a4e7953 Merge pull request #8527 from lpy4105/issue/6324/driver-only-cipher+aead-tls-compat by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  9. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 9 months ago
  10. 365df3f Remove unnecessary checks for NULL-ness of copies by David Horstmann · 1 year, 9 months ago
  11. 5890970 Check for len == 0 rather than buffer == NULL by David Horstmann · 1 year, 9 months ago
  12. 0fca150 Compare buffers even for zero-length cases by David Horstmann · 1 year, 9 months ago
  13. 23f1122 Use TEST_CALLOC_NONNULL by David Horstmann · 1 year, 9 months ago
  14. b4e3f36 Change data pattern to simpler one by David Horstmann · 1 year, 9 months ago
  15. 7afd9a4 Change the test messages by Pengyu Lv · 1 year, 9 months ago
  16. 1b7279a Make copy functions static-testable by David Horstmann · 1 year, 9 months ago
  17. e7fc8a2 Readability improvement by Gilles Peskine · 1 year, 9 months ago
  18. dc84895 Merge pull request #8519 from mpg/block-cipher by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8519-9e80a91f27ad1eeab047ff73295480e2c36b2db8
  19. f561ed8 all.sh: enable compat.sh testing in psa_crypto_config_[accel/reference]_cipher_aead by Pengyu Lv · 1 year, 9 months ago
  20. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  21. bce640b Merge pull request #8499 from valeriosetti/issue8488 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  22. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  23. 04c85e1 ssl-opt: fix wrong CCM dependencies with GCM by Valerio Setti · 1 year, 9 months ago
  24. c747306 all.sh: remove redundant make in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  25. cf582df Merge pull request #8498 from mpg/legacy-deps-psa-tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8498-08ea9bfa1f4fb9805700ca5fb114e97b7ee4f821
  26. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  27. cce0012 Add documentation by Gilles Peskine · 1 year, 9 months ago
  28. 76fa16c block_cipher: add encrypt() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  29. 3e0884f block_cipher: add setkey() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  30. 2171876 Start adding internal module block_cipher.c by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  31. 9f164f0 all.sh: more comments in check_test_cases() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  32. 5c6f787 all.sh: robustness improvement by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  33. a742337 all.sh: add diff to can_keep_going_after_failure by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  34. 73d0531 ssl-opt: set proper cipher dependencies in tests using ticket_aead parameters by Valerio Setti · 1 year, 9 months ago
  35. dd43d7b ssl-opt: set proper dependencies on tests with encrypted server5 key by Valerio Setti · 1 year, 9 months ago
  36. f941455 all.sh: enable ssl-opt testing in psa_crypto_config_[accel/reference]_cipher_aead by Valerio Setti · 1 year, 9 months ago
  37. ec9b258 all.sh: disable CIPHER_C in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
  38. 7d7ce0e Merge pull request #8495 from lpy4105/issue/6322/driver-only-cipher_aead-tls by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8495-4dec9ebdc2d0e49a87cfd5f0d7bc2dc9d21beae9
  39. 0a57ed2 Add output round-trip testcase by David Horstmann · 1 year, 9 months ago
  40. 35dd103 Add input round-trip testcase by David Horstmann · 1 year, 9 months ago
  41. 63a7358 Add testcase for psa_crypto_output_copy_free() by David Horstmann · 1 year, 9 months ago
  42. 70b8225 Add testcase for psa_crypto_output_copy_alloc() by David Horstmann · 1 year, 9 months ago
  43. 4700144 Add testcase for psa_crypto_input_copy_free() by David Horstmann · 1 year, 9 months ago
  44. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  45. c75ee77 Merge pull request #8439 from yuhaoth/pr/add-test-suite-parameter-to-ssl-opt by Gilles Peskine · 1 year, 9 months ago
  46. 0d22539 Merge pull request #8468 from daverodgman/mbedtls-3.5.1-pr by Dave Rodgman · 1 year, 9 months ago
  47. b901538 test_driver_extension: use same def/undef pattern for all accelerated symbols by Valerio Setti · 1 year, 9 months ago
  48. 3e1d39b Add check about legacy dependencies in PSA tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  49. 28d4093 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  50. 1d6de4c No more limitations accelerated algorithms using a built-in hash by Gilles Peskine · 2 years, 1 month ago
  51. fcc5f31 Rm unjustified MD_C dependencies in PSA test by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  52. af302b9 Rm unjustified PK_C dependencies in PSA tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  53. 433150e Rm redundant ECC dependencies in psa_crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  54. 59a8b41 Fix incorrect RSA dependencies in psa_crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  55. 0d9a361 Rm unneeded dep on PK_PARSE_C in psa crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  56. c27a4ce Merge pull request #8429 from gilles-peskine-arm/fix-test_suite_constant_time_hmac-not-executed by Ronald Cron · 1 year, 9 months ago
  57. 2bd56de ssl: replace MBEDTLS_SSL_HAVE_*_CBC with two seperate macros by Pengyu Lv · 1 year, 9 months ago
  58. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  59. 7b320fa ssl-opt.sh: fix typo by Yanray Wang · 1 year, 9 months ago
  60. fe03a40 ssl_helper: fix missin initialization of cli_log_obj by Pengyu Lv · 1 year, 9 months ago
  61. 3076969 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  62. 1ac7e24 Add testcase for psa_crypto_input_copy_alloc() by David Horstmann · 1 year, 9 months ago
  63. e92f6dc New test cases requested in https://github.com/Mbed-TLS/mbedtls/pull/8378#discussion_r1383779861 by Matthias Schulz · 1 year, 9 months ago
  64. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  65. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  66. 7ef9fd8 fix various issues by Jerry Yu · 1 year, 9 months ago
  67. 4ebf86e tls13-misc: Do not check kex mode for some cases by Pengyu Lv · 1 year, 9 months ago
  68. 1f00926 Change base config to full by Pengyu Lv · 1 year, 9 months ago
  69. 102aea2 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  70. 6848d17 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
  71. f109664 Script to run all the metatests (with platform filtering) by Gilles Peskine · 1 year, 9 months ago
  72. b3de694 Remove psa_crypto_alloc_and_copy() API by David Horstmann · 1 year, 9 months ago
  73. 7dd8205 Remove extra blank line at end of file by David Horstmann · 1 year, 9 months ago
  74. b578514 Merge pull request #8470 from gilles-peskine-arm/check-files-license by Dave Rodgman · 1 year, 9 months ago
  75. e03270f Merge pull request #8391 from paul-elliott-arm/full_no_platform by Paul Elliott · 1 year, 9 months ago gh-readonly-queue/development/pr-8391-964dee6b3f755eca35d0d5c21ed10987f3b9d0cb
  76. 964dee6 Merge pull request #8442 from lpy4105/issue/8355/driver-only-cipher_aead-x509 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  77. 9e47b26 Revert "ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only" by Jerry Yu · 1 year, 9 months ago
  78. 50d07bd Add test-suite parameter to filter tests by Jerry Yu · 1 year, 9 months ago
  79. ce78200 Pacify mypy by Gilles Peskine · 1 year, 9 months ago
  80. 3b9facd Also complain if licenses are mentioned by Gilles Peskine · 1 year, 9 months ago
  81. f2fb9f6 Check copyright statements and SPDX license identifier by Gilles Peskine · 1 year, 9 months ago
  82. 990030b Sort imports by Gilles Peskine · 1 year, 9 months ago
  83. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  84. c5ce9fc Merge pull request #8435 from valeriosetti/issue8415 by Gilles Peskine · 1 year, 9 months ago
  85. e9f50bf Merge pull request #8443 from valeriosetti/issue8274 by Gilles Peskine · 1 year, 9 months ago
  86. 0c29963 Merge pull request #8462 from daverodgman/license-change by Gilles Peskine · 1 year, 9 months ago
  87. ad33ab3 Move buffer copy tests into new testsuite by David Horstmann · 1 year, 9 months ago
  88. 49a7276 Switch error code to more appropriate value by David Horstmann · 1 year, 9 months ago
  89. 86cdc76 Switch to TEST_CALLOC_NONNULL() by David Horstmann · 1 year, 9 months ago
  90. b838151 Switch from ret to status as naming convention by David Horstmann · 1 year, 9 months ago
  91. 8075c7f Switch from int to psa_status_t for test args by David Horstmann · 1 year, 9 months ago
  92. ac12d2d Remove psa_crypto_ prefix from test functions by David Horstmann · 1 year, 9 months ago
  93. 8995b50 Remove superfluous comment by David Horstmann · 1 year, 9 months ago
  94. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  95. 676cfdd Replace compound-initializers with memset by David Horstmann · 1 year, 9 months ago
  96. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  97. 8f77dc7 Refactor: move buffer pattern fills into helper by David Horstmann · 1 year, 9 months ago
  98. 70fda48 Add full round-trip tests for buffer copying by David Horstmann · 1 year, 9 months ago
  99. 5b9c217 Add test case for overlapping buffers by David Horstmann · 1 year, 9 months ago
  100. 72ab8ad Reject zero-lengths in psa_crypto_copy_and_free() by David Horstmann · 1 year, 9 months ago