1. f0d5cf9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
  2. a1dfa14 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
  3. ee81095 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
  4. 6aa9f32 Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
  5. 6848d17 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
  6. 69e8db0 Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
  7. b0f0a64 Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
  8. f109664 Script to run all the metatests (with platform filtering) by Gilles Peskine · 1 year, 9 months ago
  9. 80ba832 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
  10. f309fbf Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
  11. 33406b6 Add a metatest program by Gilles Peskine · 1 year, 9 months ago
  12. 4b67ac8 Merge pull request #8444 from Mbed-TLS/cvv-code-size by Dave Rodgman · 1 year, 9 months ago gh-readonly-queue/development/pr-8444-e03270f2e0d7896771bbcea7daf614e31f921319
  13. 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
  14. 964dee6 Merge pull request #8442 from lpy4105/issue/8355/driver-only-cipher_aead-x509 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  15. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  16. c5ce9fc Merge pull request #8435 from valeriosetti/issue8415 by Gilles Peskine · 1 year, 9 months ago
  17. e9f50bf Merge pull request #8443 from valeriosetti/issue8274 by Gilles Peskine · 1 year, 9 months ago
  18. 2a095d4 Merge pull request #8467 from daverodgman/typos by Gilles Peskine · 1 year, 9 months ago
  19. 0c29963 Merge pull request #8462 from daverodgman/license-change by Gilles Peskine · 1 year, 9 months ago
  20. be8b02b Remove not-needed sentence by Dave Rodgman · 1 year, 9 months ago
  21. 4eb44e4 Standardise some more headers by Dave Rodgman · 1 year, 9 months ago
  22. aeaf1d79 Update license and copyright in config files by Dave Rodgman · 1 year, 9 months ago
  23. af54378 README improvements to 3rdparty section by Dave Rodgman · 1 year, 9 months ago
  24. 3f07074 Fix typos in changelog by Dave Rodgman · 1 year, 9 months ago
  25. ce38adb Fix header in ssl_tls13_keys.c by Dave Rodgman · 1 year, 9 months ago
  26. fffeae8 Update license for p256-m by Dave Rodgman · 1 year, 9 months ago
  27. f8be5f6 Fix overlooked files by Dave Rodgman · 1 year, 9 months ago
  28. 658bcff Add Changelog for license by Dave Rodgman · 1 year, 9 months ago
  29. 8ce5170 Update documentation by Dave Rodgman · 1 year, 9 months ago
  30. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  31. fc31cb2 Merge pull request #8395 from tom-daubney-arm/modify_lcov_script_tf_psa_crypto by Paul Elliott · 1 year, 9 months ago
  32. 74d48c8 ssl_server2: small improvement of code readability by Valerio Setti · 1 year, 9 months ago
  33. 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
  34. e91d7c5 Update comment to mention IAR by Dave Rodgman · 1 year, 9 months ago cvv-code-size
  35. 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
  36. 9ba640d Simplify use of __has_builtin by Dave Rodgman · 1 year, 9 months ago
  37. 90c8ac2 Add case for MSVC by Dave Rodgman · 1 year, 9 months ago
  38. 64bdeb8 Use non-empty definition for fallback by Dave Rodgman · 1 year, 9 months ago
  39. 52e7052 tidy up comments by Dave Rodgman · 1 year, 9 months ago
  40. 3e5cc17 Reduce code size in mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  41. 6d2c1b3 Restructure mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  42. fb24a84 Introduce MBEDTLS_ASSUME by Dave Rodgman · 2 years, 1 month ago
  43. 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
  44. ac7a809 all.sh: remove leftover loc_curve_list usage by Valerio Setti · 1 year, 9 months ago
  45. 2151ba5 test_suite_x509write: use plaintext key file by Pengyu Lv · 1 year, 9 months ago
  46. 78657d0 Change base config to full minus SSL by Pengyu Lv · 1 year, 9 months ago
  47. f2814ff Move common config to common function by Pengyu Lv · 1 year, 9 months ago
  48. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  49. 835edd6 Merge pull request #8404 from paul-elliott-arm/fix_coverity_issues by Paul Elliott · 1 year, 9 months ago
  50. b06d701 Merge pull request #8406 from beni-sandu/aesni by Dave Rodgman · 1 year, 9 months ago
  51. 3857bad Merge pull request #8427 from tom-cosgrove-arm/fix-linux-builds-in-conda-forge by Tom Cosgrove · 1 year, 9 months ago
  52. 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
  53. 3d59ebe ssl_helpers: remove CIPHER_C guards in mbedtls_test_ssl_build_transforms() by Valerio Setti · 1 year, 9 months ago
  54. 467271d ssl_misc: ignore ALG_CBC_PKCS7 for MBEDTLS_SSL_HAVE_xxx_CBC by Valerio Setti · 1 year, 9 months ago
  55. 8472131 test_suite_psa_crypto_metadata: remove unnecessary CIPHER_C dependencies by Valerio Setti · 1 year, 9 months ago
  56. 74d5f23 test_suite_ssl: use new internal symbols in tests using CBC by Valerio Setti · 1 year, 9 months ago
  57. 1ebb6cd ssl_misc: add internal MBEDTLS_SSL_HAVE_[AES/ARIA/CAMELLIA]_CBC symbols by Valerio Setti · 1 year, 9 months ago
  58. dc55470 ssl_context_info: add guards for CIPHER_C by Valerio Setti · 1 year, 9 months ago
  59. bdf04e8 ssl_server2: support ticket_aead only when CIPHER_C is defined by Valerio Setti · 1 year, 9 months ago
  60. 31ad3a1 ssl_helpers: allow mbedtls_test_ssl_build_transforms to work without CIPHER_C by Valerio Setti · 1 year, 9 months ago
  61. d531dab check_config: let SSL_TLS depend on either CIPHER_C or USE_PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  62. 852d26c all.sh: enable SSL_TLS and SSL_TICKET in full_no_cipher with PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  63. 3fe105b all.sh: fix test components using accelerated curves by Valerio Setti · 1 year, 9 months ago
  64. 05c25cb test_driver_extension: manage curves' acceleration the same as other PSA_WANT symbols by Valerio Setti · 1 year, 9 months ago
  65. c51c411 analyze_outcome: only warn on ignored tests that pass by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  66. cd84a29 analyze_outcomes: use regexes for cipher/aead by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  67. f1c09a3 Merge pull request #8119 from valeriosetti/issue8048 by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  68. 3bca781 tests/scripts/all.sh: add test for 32-bit AES-NI intrinsics with clang by Beniamin Sandu · 1 year, 10 months ago
  69. 800f2b7 AES-NI: use target attributes for x86 32-bit intrinsics by Beniamin Sandu · 1 year, 9 months ago
  70. 7f2cddb check_test_cases: Minor documentation change by Tomás González · 1 year, 9 months ago
  71. 4fc5824 compat.sh: Rename list_test_case to list_test_cases by Tomás González · 1 year, 11 months ago
  72. cfe68a0 ssl-opt.sh: Make record_outcome record the ssl-opt.sh file only by Tomás González · 1 year, 11 months ago
  73. 51cb704 Avoid using print_name when --list-test-cases is used by Tomás González · 1 year, 11 months ago
  74. 378e364 ssl-opt.sh: Correct print format for test cases' names by Tomás González · 1 year, 11 months ago
  75. 12787c9 Remove invalid -l option from test scripts by Tomás González · 1 year, 11 months ago
  76. 38ecf9f check_test_cases: Avoid removing duplicated test cases by Tomás González · 1 year, 11 months ago
  77. 4a86da2 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
  78. 37a8739 ssl-opt.sh: Don't affect the order at which functions are printed by Tomás González · 1 year, 11 months ago
  79. be2c66e ssl-opt.sh: Simplify the implementation of the -l option by Tomás González · 1 year, 11 months ago
  80. 06956a1 Skip unnecessary logic when -l option is used by Tomás González · 2 years ago
  81. f162b4f Only use CONFIGS_ENABLED when not listing tests by Tomás González · 2 years ago
  82. 0e8a08a Get options at beginning of program by Tomás González · 2 years ago
  83. 787428a Avoid skipping test when printing by Tomás González · 2 years ago
  84. 3a65d63 Remove formatted string to make pylint happy by Tomás González · 2 years ago
  85. 970b39f tests/check_test_cases: Use subprocess.check_output instead of run by Tomás González · 2 years ago
  86. 079eaee Use file_name parameter in walk_ssl_opt_sh() by Tomás González · 2 years ago
  87. 546fc9c Revert "Add opt-testcases into check list" by Tomás González · 2 years ago
  88. 754f8cd tests/check_test_cases: Use ssl-opt.sh -l option instead of parsing by Tomás González · 2 years ago
  89. 24552ff ssl-opt/run_test: Introduce -l option to list test case names by Tomás González · 2 years ago
  90. d36a37f analyze_outcomes: ignore patterns apply to whole suite by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  91. 9d9c234 analyze_outcome: Simplify some code by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  92. b269543 analyze_outcome: work around old Python in CI by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  93. 62d6131 analyze_outcomes: minor output fix by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  94. 4fd5a6a analyze_outcomes: use regexes with ECC components by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  95. b4558bd analyze_outcomes: remove useless ignore entries by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  96. 371165a analyze_outcomes: useless ignores are now errors by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  97. 881ce01 analyze_outcomes: add regex match for ignored tests by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  98. 4da369f analyze_outcomes: minor code cleanup by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  99. 287f6d1 all.sh: unset MBEDTLS symbols for modes/keys only when !PSA_CRYPTO_CONFIG by Valerio Setti · 1 year, 10 months ago
  100. 862021a all.sh: improve comments in common_test_full_no_cipher_with_psa_crypto by Valerio Setti · 1 year, 10 months ago