1. 9e47b26 Revert "ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only" by Jerry Yu · 1 year, 9 months ago
  2. 50d07bd Add test-suite parameter to filter tests by Jerry Yu · 1 year, 9 months ago
  3. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  4. c5ce9fc Merge pull request #8435 from valeriosetti/issue8415 by Gilles Peskine · 1 year, 9 months ago
  5. e9f50bf Merge pull request #8443 from valeriosetti/issue8274 by Gilles Peskine · 1 year, 9 months ago
  6. 2a095d4 Merge pull request #8467 from daverodgman/typos by Gilles Peskine · 1 year, 9 months ago
  7. 0c29963 Merge pull request #8462 from daverodgman/license-change by Gilles Peskine · 1 year, 9 months ago
  8. be8b02b Remove not-needed sentence by Dave Rodgman · 1 year, 9 months ago
  9. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  10. aeaf1d79 Update license and copyright in config files by Dave Rodgman · 1 year, 9 months ago
  11. af54378 README improvements to 3rdparty section by Dave Rodgman · 1 year, 9 months ago
  12. 3f07074 Fix typos in changelog by Dave Rodgman · 1 year, 9 months ago
  13. ce38adb Fix header in ssl_tls13_keys.c by Dave Rodgman · 1 year, 9 months ago
  14. fffeae8 Update license for p256-m by Dave Rodgman · 1 year, 9 months ago
  15. f8be5f6 Fix overlooked files by Dave Rodgman · 1 year, 9 months ago
  16. 658bcff Add Changelog for license by Dave Rodgman · 1 year, 9 months ago
  17. 8ce5170 Update documentation by Dave Rodgman · 1 year, 9 months ago
  18. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  19. fc31cb2 Merge pull request #8395 from tom-daubney-arm/modify_lcov_script_tf_psa_crypto by Paul Elliott · 1 year, 9 months ago
  20. 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
  21. 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
  22. 91aaba0 Merge pull request #8457 from tom-cosgrove-arm/fix-broken-link-231031 by Tom Cosgrove · 1 year, 9 months ago gh-readonly-queue/development/pr-8457-afc6a992c5cf0c542490ee74a5ab571f5b982727
  23. 6dcb63b Fix broken link to psa-driver-example-and-guide in psa-driver-wrappers-codegen-migration-guide.md by Tom Cosgrove · 1 year, 9 months ago
  24. ac7a809 all.sh: remove leftover loc_curve_list usage by Valerio Setti · 1 year, 9 months ago
  25. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  26. 835edd6 Merge pull request #8404 from paul-elliott-arm/fix_coverity_issues by Paul Elliott · 1 year, 9 months ago
  27. b06d701 Merge pull request #8406 from beni-sandu/aesni by Dave Rodgman · 1 year, 9 months ago
  28. 3857bad Merge pull request #8427 from tom-cosgrove-arm/fix-linux-builds-in-conda-forge by Tom Cosgrove · 1 year, 9 months ago
  29. 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
  30. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  31. 467271d ssl_misc: ignore ALG_CBC_PKCS7 for MBEDTLS_SSL_HAVE_xxx_CBC by Valerio Setti · 1 year, 9 months ago
  32. 8472131 test_suite_psa_crypto_metadata: remove unnecessary CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago
  33. 74d5f23 test_suite_ssl: use new internal symbols in tests using CBC by Valerio Setti · 1 year, 9 months ago
  34. 1ebb6cd ssl_misc: add internal MBEDTLS_SSL_HAVE_[AES/ARIA/CAMELLIA]_CBC symbols by Valerio Setti · 1 year, 9 months ago
  35. dc55470 ssl_context_info: add guards for CIPHER_C by Valerio Setti · 1 year, 9 months ago
  36. bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago
  37. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  38. d531dab check_config: let SSL_TLS depend on either CIPHER_C or USE_PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  39. 852d26c all.sh: enable SSL_TLS and SSL_TICKET in full_no_cipher with PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  40. 3fe105b all.sh: fix test components using accelerated curves by Valerio Setti · 1 year, 9 months ago
  41. 05c25cb test_driver_extension: manage curves' acceleration the same as other PSA_WANT symbols by Valerio Setti · 1 year, 9 months ago
  42. c51c411 analyze_outcome: only warn on ignored tests that pass by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  43. cd84a29 analyze_outcomes: use regexes for cipher/aead by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  44. f1c09a3 Merge pull request #8119 from valeriosetti/issue8048 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  45. 3bca781 tests/scripts/all.sh: add test for 32-bit AES-NI intrinsics with clang by Beniamin Sandu · 1 year, 10 months ago
  46. 800f2b7 AES-NI: use target attributes for x86 32-bit intrinsics by Beniamin Sandu · 1 year, 9 months ago
  47. 7f2cddb check_test_cases: Minor documentation change by Tomás González · 1 year, 9 months ago
  48. 4fc5824 compat.sh: Rename list_test_case to list_test_cases by Tomás González · 1 year, 11 months ago
  49. cfe68a0 ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only by Tomás González · 1 year, 11 months ago
  50. 51cb704 Avoid using print_name when --list-test-cases is used by Tomás González · 1 year, 11 months ago
  51. 378e364 ssl-opt.sh: Correct print format for test cases' names by Tomás González · 1 year, 11 months ago
  52. 12787c9 Remove invalid -l option from test scripts by Tomás González · 1 year, 11 months ago
  53. 38ecf9f check_test_cases: Avoid removing duplicated test cases by Tomás González · 1 year, 11 months ago
  54. 4a86da2 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
  55. 37a8739 ssl-opt.sh: Don't affect the order at which functions are printed by Tomás González · 1 year, 11 months ago
  56. be2c66e ssl-opt.sh: Simplify the implementation of the -l option by Tomás González · 1 year, 11 months ago
  57. 06956a1 Skip unnecessary logic when -l option is used by Tomás González · 2 years ago
  58. f162b4f Only use CONFIGS_ENABLED when not listing tests by Tomás González · 2 years ago
  59. 0e8a08a Get options at beginning of program by Tomás González · 2 years ago
  60. 787428a Avoid skipping test when printing by Tomás González · 2 years ago
  61. 3a65d63 Remove formatted string to make pylint happy by Tomás González · 2 years ago
  62. 970b39f tests/check_test_cases: Use subprocess.check_output instead of run by Tomás González · 2 years ago
  63. 079eaee Use file_name parameter in walk_ssl_opt_sh() by Tomás González · 2 years ago
  64. 546fc9c Revert "Add opt-testcases into check list" by Tomás González · 2 years ago
  65. 754f8cd tests/check_test_cases: Use ssl-opt.sh -l option instead of parsing by Tomás González · 2 years ago
  66. 24552ff ssl-opt/run_test: Introduce -l option to list test case names by Tomás González · 2 years ago
  67. d36a37f analyze_outcomes: ignore patterns apply to whole suite by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  68. 9d9c234 analyze_outcome: Simplify some code by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  69. b269543 analyze_outcome: work around old Python in CI by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  70. 62d6131 analyze_outcomes: minor output fix by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  71. 4fd5a6a analyze_outcomes: use regexes with ECC components by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  72. b4558bd analyze_outcomes: remove useless ignore entries by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  73. 371165a analyze_outcomes: useless ignores are now errors by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  74. 881ce01 analyze_outcomes: add regex match for ignored tests by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  75. 4da369f analyze_outcomes: minor code cleanup by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  76. 287f6d1 all.sh: unset MBEDTLS symbols for modes/keys only when !PSA_CRYPTO_CONFIG by Valerio Setti · 1 year, 10 months ago
  77. 862021a all.sh: improve comments in common_test_full_no_cipher_with_psa_crypto by Valerio Setti · 1 year, 10 months ago
  78. 5b4039f all.sh: rename common config/test function by Valerio Setti · 1 year, 10 months ago
  79. 4529d65 all.sh: improve test_full_no_cipher() by Valerio Setti · 1 year, 10 months ago
  80. fb0b0ff all.sh: keep symbols that don't depend on CIPHER_C (directly or indirectly) by Valerio Setti · 1 year, 10 months ago
  81. c84d940 all.sh: fix comments in common_test_full_no_cipher_with_crypto() by Valerio Setti · 1 year, 10 months ago
  82. df17a10 all.sh: replace minus sign in text messages with "no" by Valerio Setti · 1 year, 10 months ago
  83. 36fe8b9 psa_crypto_cipher: add guard for unused variable by Valerio Setti · 1 year, 10 months ago
  84. 1e21f26 psa_crypto_cipher: add helper to validate PSA cipher values by Valerio Setti · 1 year, 10 months ago
  85. 7e710e8 all.sh: add components as full_no_cipher with CRYPTO_C and CRYPTO_CONFIG by Valerio Setti · 2 years ago
  86. 4a24982 psa_crypto_cipher: add mbedtls_cipher_values_from_psa() by Valerio Setti · 1 year, 10 months ago
  87. 2c2aded psa_crypto_aead: add guard for CIPHER_C dependency by Valerio Setti · 2 years ago
  88. c5d9dd2 adjust_psa_from_legacy: enable ALG_STREAM_CIPHER on when CIPHER_C is defined by Valerio Setti · 2 years ago
  89. c1d50b6 check_config: fix dependency of PSA_CRYPTO_C on CIPHER_C by Valerio Setti · 2 years ago
  90. 5132816 Merge pull request #8374 from sergio-nsk/sergio-nsk/8372/2 by Bence Szépkúti · 1 year, 9 months ago
  91. 2db1e35 Merge pull request #8408 from daverodgman/iar-fix-aes by Dave Rodgman · 1 year, 9 months ago
  92. b3d0ed2 Merge pull request #8303 from valeriosetti/issue6316 by Gilles Peskine · 1 year, 9 months ago
  93. e960ddd Merge pull request #8306 from yanesca/psa_threads_design by Gilles Peskine · 1 year, 9 months ago
  94. 4f14409 Merge pull request #8294 from gilles-peskine-arm/test-datax-chdir by Gilles Peskine · 1 year, 9 months ago
  95. 257f6dd Fix builds in conda-forge, which doesn't have CLOCK_BOOTTIME by Tom Cosgrove · 1 year, 9 months ago
  96. a365efc Threading design: fix internal links by Janos Follath · 1 year, 10 months ago
  97. 95b7355 Merge pull request #6719 from yuhaoth/pr/tls13-early-data-add-early-data-of-client-hello by Ronald Cron · 1 year, 9 months ago
  98. 5d055f8 Merge pull request #7844 from mpg/ssl-progs-usage by Gilles Peskine · 1 year, 9 months ago
  99. 507e08f analyze_outcomes: update cipher/aead data by Valerio Setti · 1 year, 9 months ago
  100. bbc46b4 cipher: improve code readibility in mbedtls_cipher_setup() by Valerio Setti · 1 year, 9 months ago