1. 451ec8a Add comment to read_outcome_file in analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  2. c2e8f3a Add type annotations to analyze_outcomes.py by Pengyu Lv · 1 year, 8 months ago
  3. 20e3ca3 Run tests for ref_vs_driver outside task function by Pengyu Lv · 1 year, 8 months ago
  4. 18908ec Define named tuple for component outcomes by Pengyu Lv · 1 year, 8 months ago
  5. 28ae464 Use mutable set all the time by Pengyu Lv · 1 year, 8 months ago
  6. 59b9efc Check if driver_component is missing by Pengyu Lv · 1 year, 8 months ago
  7. f28cf59 Break the loop when case hits by Pengyu Lv · 1 year, 8 months ago
  8. dd1d6a7 Improve readability of the script by Pengyu Lv · 1 year, 8 months ago
  9. 31a9b78 Improve comments and variable naming by Pengyu Lv · 1 year, 9 months ago
  10. a442858 Restruct the structure of outcome file presentation by Pengyu Lv · 1 year, 9 months ago
  11. a6cf5d6 Share parsed outcomes among tasks when ananlyzing by Pengyu Lv · 1 year, 9 months ago
  12. 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
  13. 9e80a91 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  14. bce640b Merge pull request #8499 from valeriosetti/issue8488 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  15. 752dd39 Merge pull request #8508 from valeriosetti/issue6323 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  16. 04c85e1 ssl-opt: fix wrong CCM dependencies with GCM by Valerio Setti · 1 year, 9 months ago
  17. c747306 all.sh: remove redundant make in test_psa_crypto_config_accel_cipher_aead() by Valerio Setti · 1 year, 9 months ago
  18. 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
  19. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  20. 76fa16c block_cipher: add encrypt() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  21. 3e0884f block_cipher: add setkey() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  22. 2171876 Start adding internal module block_cipher.c by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  23. 9f164f0 all.sh: more comments in check_test_cases() by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  24. 5c6f787 all.sh: robustness improvement by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  25. a742337 all.sh: add diff to can_keep_going_after_failure by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  26. 73d0531 ssl-opt: set proper cipher dependencies in tests using ticket_aead parameters by Valerio Setti · 1 year, 9 months ago
  27. dd43d7b ssl-opt: set proper dependencies on tests with encrypted server5 key by Valerio Setti · 1 year, 9 months ago
  28. f941455 all.sh: enable ssl-opt testing in psa_crypto_config_[accel/reference]_cipher_aead by Valerio Setti · 1 year, 9 months ago
  29. ec9b258 all.sh: disable CIPHER_C in test_psa_crypto_config_accel_cipher_aead by Valerio Setti · 1 year, 9 months ago
  30. 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
  31. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  32. c75ee77 Merge pull request #8439 from yuhaoth/pr/add-test-suite-parameter-to-ssl-opt by Gilles Peskine · 1 year, 9 months ago
  33. 0d22539 Merge pull request #8468 from daverodgman/mbedtls-3.5.1-pr by Dave Rodgman · 1 year, 9 months ago
  34. b901538 test_driver_extension: use same def/undef pattern for all accelerated symbols by Valerio Setti · 1 year, 9 months ago
  35. 3e1d39b Add check about legacy dependencies in PSA tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  36. 28d4093 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  37. 1d6de4c No more limitations accelerated algorithms using a built-in hash by Gilles Peskine · 2 years, 1 month ago
  38. fcc5f31 Rm unjustified MD_C dependencies in PSA test by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  39. af302b9 Rm unjustified PK_C dependencies in PSA tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  40. 433150e Rm redundant ECC dependencies in psa_crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  41. 59a8b41 Fix incorrect RSA dependencies in psa_crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  42. 0d9a361 Rm unneeded dep on PK_PARSE_C in psa crypto tests by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  43. 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
  44. 2bd56de ssl: replace MBEDTLS_SSL_HAVE_*_CBC with two seperate macros by Pengyu Lv · 1 year, 9 months ago
  45. ba6825e ssl: use MBEDTLS_SSL_HAVE_* in tests by Pengyu Lv · 1 year, 9 months ago
  46. 7b320fa ssl-opt.sh: fix typo by Yanray Wang · 1 year, 9 months ago
  47. fe03a40 ssl_helper: fix missin initialization of cli_log_obj by Pengyu Lv · 1 year, 9 months ago
  48. 3076969 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  49. e92f6dc New test cases requested in https://github.com/Mbed-TLS/mbedtls/pull/8378#discussion_r1383779861 by Matthias Schulz · 1 year, 9 months ago
  50. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  51. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  52. 7ef9fd8 fix various issues by Jerry Yu · 1 year, 9 months ago
  53. 4ebf86e tls13-misc: Do not check kex mode for some cases by Pengyu Lv · 1 year, 9 months ago
  54. 1f00926 Change base config to full by Pengyu Lv · 1 year, 9 months ago
  55. b578514 Merge pull request #8470 from gilles-peskine-arm/check-files-license by Dave Rodgman · 1 year, 9 months ago
  56. 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
  57. 964dee6 Merge pull request #8442 from lpy4105/issue/8355/driver-only-cipher_aead-x509 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  58. 9e47b26 Revert "ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only" by Jerry Yu · 1 year, 9 months ago
  59. 50d07bd Add test-suite parameter to filter tests by Jerry Yu · 1 year, 9 months ago
  60. ce78200 Pacify mypy by Gilles Peskine · 1 year, 9 months ago
  61. 3b9facd Also complain if licenses are mentioned by Gilles Peskine · 1 year, 9 months ago
  62. f2fb9f6 Check copyright statements and SPDX license identifier by Gilles Peskine · 1 year, 9 months ago
  63. 990030b Sort imports by Gilles Peskine · 1 year, 9 months ago
  64. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  65. c5ce9fc Merge pull request #8435 from valeriosetti/issue8415 by Gilles Peskine · 1 year, 9 months ago
  66. e9f50bf Merge pull request #8443 from valeriosetti/issue8274 by Gilles Peskine · 1 year, 9 months ago
  67. 0c29963 Merge pull request #8462 from daverodgman/license-change by Gilles Peskine · 1 year, 9 months ago
  68. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  69. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  70. 4472ce1 Merge pull request #8088 from tgonzalezorlandoarm/tg/check_test_cases-new by Dave Rodgman · 1 year, 9 months ago gh-readonly-queue/development/pr-8088-91aaba0172dfa1c740bc67a12bc201bad4cd509c
  71. 59afe49 test: tls13: change server output check by Pengyu Lv · 1 year, 9 months ago
  72. 454dda3 fix various issues by Jerry Yu · 1 year, 9 months ago
  73. ac7a809 all.sh: remove leftover loc_curve_list usage by Valerio Setti · 1 year, 9 months ago
  74. 2151ba5 test_suite_x509write: use plaintext key file by Pengyu Lv · 1 year, 9 months ago
  75. 5779096 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  76. 78657d0 Change base config to full minus SSL by Pengyu Lv · 1 year, 9 months ago
  77. f2814ff Move common config to common function by Pengyu Lv · 1 year, 9 months ago
  78. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  79. 835edd6 Merge pull request #8404 from paul-elliott-arm/fix_coverity_issues by Paul Elliott · 1 year, 9 months ago
  80. b06d701 Merge pull request #8406 from beni-sandu/aesni by Dave Rodgman · 1 year, 9 months ago
  81. 1c61002 Merge pull request #8398 from mpg/analyze-outcome-ignore-re by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8398-f1c09a389e7c61f0313c610d8fb13d9e92127d12
  82. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  83. 8472131 test_suite_psa_crypto_metadata: remove unnecessary CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago
  84. 74d5f23 test_suite_ssl: use new internal symbols in tests using CBC by Valerio Setti · 1 year, 9 months ago
  85. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  86. 852d26c all.sh: enable SSL_TLS and SSL_TICKET in full_no_cipher with PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  87. 3fe105b all.sh: fix test components using accelerated curves by Valerio Setti · 1 year, 9 months ago
  88. 05c25cb test_driver_extension: manage curves' acceleration the same as other PSA_WANT symbols by Valerio Setti · 1 year, 9 months ago
  89. c51c411 analyze_outcome: only warn on ignored tests that pass by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  90. cd84a29 analyze_outcomes: use regexes for cipher/aead by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  91. 3bca781 tests/scripts/all.sh: add test for 32-bit AES-NI intrinsics with clang by Beniamin Sandu · 1 year, 10 months ago
  92. 7f2cddb check_test_cases: Minor documentation change by Tomás González · 1 year, 9 months ago
  93. 4fc5824 compat.sh: Rename list_test_case to list_test_cases by Tomás González · 1 year, 11 months ago
  94. cfe68a0 ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only by Tomás González · 1 year, 11 months ago
  95. 51cb704 Avoid using print_name when --list-test-cases is used by Tomás González · 1 year, 11 months ago
  96. 378e364 ssl-opt.sh: Correct print format for test cases' names by Tomás González · 1 year, 11 months ago
  97. 12787c9 Remove invalid -l option from test scripts by Tomás González · 1 year, 11 months ago
  98. 38ecf9f check_test_cases: Avoid removing duplicated test cases by Tomás González · 1 year, 11 months ago
  99. 4a86da2 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
  100. 37a8739 ssl-opt.sh: Don't affect the order at which functions are printed by Tomás González · 1 year, 11 months ago