1. 8243ebf Merge pull request #8477 from paul-elliott-arm/full_no_platform_2_28 by Paul Elliott · 1 year, 9 months ago gh-readonly-queue/mbedtls-2.28/pr-8477-588feb858890c9d0b66a9e5dfb33fc8355d5903c
  2. 6805037 Add build preset full_no_platform by Paul Elliott · 1 year, 9 months ago
  3. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  4. 1df57fc Merge pull request #8196 from tgonzalezorlandoarm/tg/check_test_cases by Dave Rodgman · 1 year, 9 months ago
  5. f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
  6. aaea3a3 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
  7. cbb2e45 ssl-opt: Introduce --list-test-cases option by Tomás González · 1 year, 11 months ago
  8. e3d1c76 Fix invocation with explicit .datax file by Gilles Peskine · 1 year, 9 months ago
  9. 290e008 Define try_chdir everywhere by Gilles Peskine · 1 year, 9 months ago
  10. 460cf76 Note about the lack of Windows support by Gilles Peskine · 1 year, 10 months ago
  11. 994efa2 Print a notice if chdir fails by Gilles Peskine · 1 year, 10 months ago
  12. 9cc1255 Support running unit tests from another directory by Gilles Peskine · 1 year, 10 months ago
  13. c6d5628 Merge pull request #8392 from lpy4105/backport-2.28/issue/support-cpuid-for-win32 by Tom Cosgrove · 1 year, 10 months ago gh-readonly-queue/mbedtls-2.28/pr-8392-7e36ad1f5cf884f8d0263bae266920c0be1cde2a
  14. e6cbec8 all.sh: build_mingw: test build default config without MBEDTLS_AESNI_C by Pengyu Lv · 1 year, 10 months ago
  15. fa27636 Close file on error path by Gilles Peskine · 1 year, 10 months ago
  16. bf85200 Use modern macros for calloc in test code by Gilles Peskine · 1 year, 10 months ago
  17. 3ca2f5c Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
  18. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  19. b2ca032 all.sh: build_mingw: test AESNI intrinsics by Pengyu Lv · 1 year, 10 months ago
  20. 72aa683 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
  21. ce9c4f5 Remove redundant null check by Gilles Peskine · 1 year, 10 months ago
  22. 5b5da94 test: proper positioning of USE_PSA_INIT + fixed some exit labels by valerio · 2 years, 4 months ago
  23. 11f4179 Fix missing initializations on some error paths by Gilles Peskine · 1 year, 10 months ago
  24. 0ee9dac Merge pull request #8122 from gilles-peskine-arm/ssl-test-no-legacy-2.28 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  25. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  26. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  27. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  28. dc48f6e Test mbedtls_ssl_decrypt_buf(): stream cipher, negative cases by Gilles Peskine · 1 year, 11 months ago
  29. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  30. 027e1b4 Refactoring: prepare to create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  31. 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  32. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  33. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  34. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  35. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  36. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  37. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  38. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  39. 6d5a5c1 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  40. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  41. 525e355 Change pkcs5 test dependencies from MBEDTLS_SHA1_C to MBEDTLS_MD_CAN_SHA1 by Waleed Elmelegy · 1 year, 11 months ago
  42. d2a03cb Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  43. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  44. d4e57c3 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  45. 23ae416 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  46. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  47. 894258f ssl-opt.sh doesn't actually use OPENSSL_LEGACY: remove unused function by Gilles Peskine · 2 years ago
  48. 9bb5d49 Detect GnuTLS support for TLS-RSA-WITH-NULL-SHA256 by Gilles Peskine · 2 years ago
  49. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  50. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  51. cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  52. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  53. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  54. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  55. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  56. 5ffb197 config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h by Tom Cosgrove · 1 year, 11 months ago
  57. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  58. 5117062 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  59. f7829b0 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  60. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
  61. 4ee11a0 Merge pull request #8132 from davidhorstmann-arm/2.28-fix-unnecessary-include-prefixes by Gilles Peskine · 1 year, 11 months ago
  62. 1804a15 Fix unnecessary header prefix in tests by David Horstmann · 2 years ago
  63. 930cbee check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
  64. b2cd07c compat: list all test cases properly by Yanray Wang · 2 years ago
  65. 8aba83b compat.sh: return $? in option --list-test-case to handle error case by Yanray Wang · 2 years, 5 months ago
  66. 67fe264 check_test_cases.py: do not redirect stderr to stdout by Yanray Wang · 2 years, 5 months ago
  67. 8844844 check_test_cases.py: use check_output to capture error and return by Yanray Wang · 2 years, 5 months ago
  68. 9412a46 check_test_cases.py: simplify how to store test case description by Yanray Wang · 2 years, 5 months ago
  69. f0dbde1 compat.sh: uniform TITLE format for --list-test-case and run_client by Yanray Wang · 2 years, 5 months ago
  70. a81131d compat.sh: fix uncompatiable name of peers in --list-test-case by Yanray Wang · 2 years, 5 months ago
  71. 7e1c0c7 compat.sh: uniform test description by Yanray Wang · 2 years, 5 months ago
  72. baced97 check_test_cases.py: support checking test coverage in compat.sh by Yanray Wang · 2 years, 5 months ago
  73. dd21fc9 compat.sh: add --list-test-case by Yanray Wang · 2 years, 5 months ago
  74. 67bf9f6 compat.sh: add --preserve-logs option by Gilles Peskine · 2 years ago
  75. 549a961 Remove GNUTLS_LEGACY by Gilles Peskine · 2 years ago
  76. c67c3b3 Reduce adherence on "legacy" OpenSSL and GnuTLS by Gilles Peskine · 2 years ago
  77. af2ad3d Minor robustness improvement by Gilles Peskine · 2 years ago
  78. b1bd9be ssl-opt.sh doesn't actually use OPENSSL_LEGACY, so remove it by Gilles Peskine · 2 years ago
  79. 1cf437b Correct analyze_outcomes identation by Tomás González · 2 years ago
  80. 8d77ec2 PSA_CRYPTO_DRIVER_TEST_ALL is incompatible with MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  81. 14b36ef Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
  82. c895733 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
  83. 45d4959 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
  84. 2fdd503 Add allow list for non-executed test cases by Tomás González · 2 years ago
  85. 56081de Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  86. 168be01 Correct some msg messages in full config by Gilles Peskine · 2 years, 1 month ago
  87. 2e70f1c Make malloc-0-null a user config file by Gilles Peskine · 2 years, 1 month ago
  88. d4c85af Fix inconsistencies in no-chachapoly test by Gilles Peskine · 2 years, 1 month ago
  89. 2d04ce2 Remove comments that duplicate the 'msg' call just below by Gilles Peskine · 2 years, 1 month ago
  90. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  91. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  92. 64dbdc0 Merge pull request #7768 from lpy4105/backport-2.28/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  93. e453f9d Add description for invalid commands by Pengyu Lv · 2 years ago
  94. 96d0ef4 Fix invalid generation commands by Pengyu Lv · 2 years ago
  95. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  96. a55ffe5 Remove test helper functions not backported by Waleed Elmelegy · 2 years ago
  97. 3229cf9 Replace MBEDTLS_MD_CAN_SHA1 config with old MBEDTLS_SHA1_C config by Waleed Elmelegy · 2 years ago
  98. a230735 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years, 1 month ago
  99. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  100. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago