1. b2ca032 all.sh: build_mingw: test AESNI intrinsics by Pengyu Lv · 1 year, 10 months ago
  2. 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
  3. 0814a22 Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  4. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  5. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  6. dc48f6e Test mbedtls_ssl_decrypt_buf(): stream cipher, negative cases by Gilles Peskine · 1 year, 11 months ago
  7. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  8. 027e1b4 Refactoring: prepare to create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  9. 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  10. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  11. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  12. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  13. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  14. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  15. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  16. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  17. 6d5a5c1 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  18. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  19. 525e355 Change pkcs5 test dependencies from MBEDTLS_SHA1_C to MBEDTLS_MD_CAN_SHA1 by Waleed Elmelegy · 1 year, 11 months ago
  20. d2a03cb Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  21. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  22. d4e57c3 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  23. 23ae416 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  24. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  25. 894258f ssl-opt.sh doesn't actually use OPENSSL_LEGACY: remove unused function by Gilles Peskine · 2 years ago
  26. 9bb5d49 Detect GnuTLS support for TLS-RSA-WITH-NULL-SHA256 by Gilles Peskine · 2 years ago
  27. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  28. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  29. cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  30. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  31. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  32. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  33. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  34. 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
  35. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  36. 5117062 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  37. f7829b0 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  38. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 2 years ago
  39. 4ee11a0 Merge pull request #8132 from davidhorstmann-arm/2.28-fix-unnecessary-include-prefixes by Gilles Peskine · 2 years ago
  40. 1804a15 Fix unnecessary header prefix in tests by David Horstmann · 2 years ago
  41. 930cbee check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
  42. b2cd07c compat: list all test cases properly by Yanray Wang · 2 years ago
  43. 8aba83b compat.sh: return $? in option --list-test-case to handle error case by Yanray Wang · 2 years, 5 months ago
  44. 67fe264 check_test_cases.py: do not redirect stderr to stdout by Yanray Wang · 2 years, 5 months ago
  45. 8844844 check_test_cases.py: use check_output to capture error and return by Yanray Wang · 2 years, 5 months ago
  46. 9412a46 check_test_cases.py: simplify how to store test case description by Yanray Wang · 2 years, 5 months ago
  47. f0dbde1 compat.sh: uniform TITLE format for --list-test-case and run_client by Yanray Wang · 2 years, 5 months ago
  48. a81131d compat.sh: fix uncompatiable name of peers in --list-test-case by Yanray Wang · 2 years, 5 months ago
  49. 7e1c0c7 compat.sh: uniform test description by Yanray Wang · 2 years, 5 months ago
  50. baced97 check_test_cases.py: support checking test coverage in compat.sh by Yanray Wang · 2 years, 5 months ago
  51. dd21fc9 compat.sh: add --list-test-case by Yanray Wang · 2 years, 5 months ago
  52. 67bf9f6 compat.sh: add --preserve-logs option by Gilles Peskine · 2 years ago
  53. 549a961 Remove GNUTLS_LEGACY by Gilles Peskine · 2 years ago
  54. c67c3b3 Reduce adherence on "legacy" OpenSSL and GnuTLS by Gilles Peskine · 2 years ago
  55. af2ad3d Minor robustness improvement by Gilles Peskine · 2 years ago
  56. b1bd9be ssl-opt.sh doesn't actually use OPENSSL_LEGACY, so remove it by Gilles Peskine · 2 years ago
  57. 1cf437b Correct analyze_outcomes identation by Tomás González · 2 years ago
  58. 8d77ec2 PSA_CRYPTO_DRIVER_TEST_ALL is incompatible with MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  59. 14b36ef Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
  60. c895733 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
  61. 45d4959 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
  62. 2fdd503 Add allow list for non-executed test cases by Tomás González · 2 years ago
  63. 56081de Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  64. 168be01 Correct some msg messages in full config by Gilles Peskine · 2 years, 1 month ago
  65. 2e70f1c Make malloc-0-null a user config file by Gilles Peskine · 2 years, 1 month ago
  66. d4c85af Fix inconsistencies in no-chachapoly test by Gilles Peskine · 2 years, 1 month ago
  67. 2d04ce2 Remove comments that duplicate the 'msg' call just below by Gilles Peskine · 2 years, 1 month ago
  68. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  69. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  70. 64dbdc0 Merge pull request #7768 from lpy4105/backport-2.28/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  71. e453f9d Add description for invalid commands by Pengyu Lv · 2 years ago
  72. 96d0ef4 Fix invalid generation commands by Pengyu Lv · 2 years ago
  73. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  74. a55ffe5 Remove test helper functions not backported by Waleed Elmelegy · 2 years ago
  75. 3229cf9 Replace MBEDTLS_MD_CAN_SHA1 config with old MBEDTLS_SHA1_C config by Waleed Elmelegy · 2 years ago
  76. a230735 Fix CI errors related pkcs5_pbe changes by Waleed Elmelegy · 2 years, 1 month ago
  77. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  78. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  79. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  80. c5f24c0 Merge pull request #8001 from AgathiyanB/fix-control-bypass-2.28 by Tom Cosgrove · 2 years ago
  81. fb806b6 Merge pull request #7969 from gowthamsk-arm/use_earliest_latest_compilers_2.28 by Bence Szépkúti · 2 years ago gh-readonly-queue/mbedtls-2.28/pr-7969-e15b8d21d62a68ac602c4f8dbfd6cb17d04bf06c
  82. cc029af Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  83. 2afb24f Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  84. 13850f3 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  85. 53453cf Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  86. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  87. e7eb805 Seperate declarations from function body by Agathiyan Bragadeesh · 2 years ago
  88. 7b0ee1e Fix control bypass warnings by Agathiyan Bragadeesh · 2 years ago
  89. 34d8bd3 Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
  90. 1e3af24 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  91. 1dd20a3 Remove trailing backslash by Agathiyan Bragadeesh · 2 years, 1 month ago
  92. 1fc7116 Add missing dependencies on real entropy by Gilles Peskine · 2 years, 1 month ago
  93. 24d0124 Fix copypasta in function documentation by Gilles Peskine · 2 years, 1 month ago
  94. 58d0854 MBEDTLS_PSA_INJECT_ENTROPY: check the seed file UID by Gilles Peskine · 2 years, 3 months ago
  95. 154dadf MBEDTLS_PSA_INJECT_ENTROPY: check the lifecycle of the seed file by Gilles Peskine · 2 years, 3 months ago
  96. cf21e94 Modernize remove_seed_file() by Gilles Peskine · 2 years, 3 months ago
  97. 55e8998 Test MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  98. bfda1a9 MBEDTLS_PSA_INJECT_ENTROPY: Skip incompatible tests by Gilles Peskine · 2 years, 3 months ago
  99. 4f8bf3c MBEDTLS_PSA_INJECT_ENTROPY: Make sure the seed file exist when running tests by Gilles Peskine · 2 years, 3 months ago
  100. 73521b0 Tests: provide necessary functions for MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago