1. 89c68e2 Merge pull request #9736 from mpg/drop-armcc5-2.28 by Paul Elliott · 9 months ago gh-readonly-queue/mbedtls-2.28/pr-9736-89a87b53535fd2983cc09c97de587792d156bddb
  2. a674e98 Drop building with armcc5 in all.sh by Manuel Pégourié-Gonnard · 9 months ago
  3. 61da0dd Add override arguments for new gcc targets by Bence Szépkúti · 9 months ago
  4. b14dd76 Clarify GCC version requirement by Bence Szépkúti · 9 months ago
  5. 478730e Split up the Thumb-1 test component by Bence Szépkúti · 1 year, 1 month ago
  6. 73d8640 Remove superfluous invocations of make clean by Bence Szépkúti · 1 year, 1 month ago
  7. f92112d Update component speed estimates by Bence Szépkúti · 1 year, 1 month ago
  8. a56b61c Initialize result caching variables by Bence Szépkúti · 1 year, 1 month ago
  9. 63a10d0 Use true/false in place of integers by Bence Szépkúti · 1 year, 1 month ago
  10. 08c14d1 Ignore missing temporary files during cleanup by Bence Szépkúti · 1 year, 1 month ago
  11. 26822ab Fix copypasta in gcc_version by Bence Szépkúti · 1 year, 1 month ago
  12. 915fa3e Add AArch64 default config test by Bence Szépkúti · 1 year, 1 month ago
  13. 86aa780 Add Arm eabi default config tests by Bence Szépkúti · 1 year, 1 month ago
  14. bfe4fc6 Use -O2 for build+test with earliest compilers by Gilles Peskine · 1 year, 1 month ago
  15. 8214340 Fix spurious * in regex by Gilles Peskine · 1 year, 1 month ago
  16. c61187f Don't set LD to a path with a typo for mingw by Gilles Peskine · 1 year, 1 month ago
  17. e3bdbd5 all.sh: Fix clean-up of Makefiles generated by CMake by Ronald Cron · 1 year, 2 months ago
  18. 9ebf9aa Merge pull request #9153 from gilles-peskine-arm/oid-limits-2.28 by Gilles Peskine · 1 year, 2 months ago
  19. a8cd2e6 Fix the build without check_config.h (inclusion of limits.h) by Gilles Peskine · 1 year, 3 months ago
  20. de887ba Fix silly typo by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  21. b76606c Run full compat.sh in ASan component only by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  22. aefbb66 Simplify full invocation of compat.sh by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  23. 2cd43a7 Run compat.sh with non-default ciphers with ssl3 too by Manuel Pégourié-Gonnard · 1 year, 4 months ago
  24. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  25. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  26. dff18da fix zlib test by Dave Rodgman · 1 year, 5 months ago
  27. 62ba696 Undo not-needed change by Dave Rodgman · 1 year, 5 months ago
  28. e231764 Allow wrappers to be missing; quote directory name from make by Dave Rodgman · 1 year, 5 months ago
  29. 4cb98a9 Move quiet wrapper setup by Dave Rodgman · 1 year, 5 months ago
  30. 8470d11 Spelling fix by Dave Rodgman · 1 year, 7 months ago
  31. a0b7c08 Use quiet make wrappers from all.sh by Dave Rodgman · 1 year, 7 months ago
  32. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  33. 1b421b1 Separate memory poisoning tests from generic ASan by David Horstmann · 1 year, 7 months ago
  34. 56fd26c Merge pull request #8640 from bensze01/release_components_2.28 by Paul Elliott · 1 year, 7 months ago
  35. ffb18d2 Merge pull request #8670 from daverodgman/default-compiler-all-2.28 by Dave Rodgman · 1 year, 7 months ago gh-readonly-queue/mbedtls-2.28/pr-8670-0071830a4fbcc1b38e33a3b001489ccbd9c9e31c
  36. e42c235 Don't use full path for setting CC by Dave Rodgman · 1 year, 8 months ago
  37. 9d2c67f Use gcc in test_full_deprecated_warning by Dave Rodgman · 1 year, 8 months ago
  38. ce04f24 Add -O2 to some CFLAGS which were not setting it by Dave Rodgman · 1 year, 7 months ago
  39. 374b188 Don't specify gcc unless the test requires it by Dave Rodgman · 1 year, 7 months ago
  40. 5b00fb1 Use gcc in test_psa_compliance by Dave Rodgman · 1 year, 8 months ago
  41. b0660c2 Ensure test_psa_compliance uses gcc by Dave Rodgman · 1 year, 8 months ago
  42. e0a2f6d Ensure clang is present by Dave Rodgman · 1 year, 8 months ago
  43. 62be456 Use clang by default by Dave Rodgman · 1 year, 8 months ago
  44. dda52ae Add all.sh coponent to test with copying disabled by David Horstmann · 1 year, 8 months ago
  45. cb89fbd Set OpenSSL/GnuTLS variables in release components by Bence Szépkúti · 1 year, 8 months ago
  46. 44043ed Document release components in all.sh by Bence Szépkúti · 1 year, 8 months ago
  47. 2064c9b all.sh: Parse arguments before checking if a test is supported by Bence Szépkúti · 1 year, 8 months ago
  48. e1c6c4c Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago backport-filter-components-in-pr-job
  49. e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
  50. ee8af06 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
  51. 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
  52. 6805037 Add build preset full_no_platform by Paul Elliott · 1 year, 9 months ago
  53. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  54. c6d5628 Merge pull request #8392 from lpy4105/backport-2.28/issue/support-cpuid-for-win32 by Tom Cosgrove · 1 year, 9 months ago gh-readonly-queue/mbedtls-2.28/pr-8392-7e36ad1f5cf884f8d0263bae266920c0be1cde2a
  55. e6cbec8 all.sh: build_mingw: test build default config without MBEDTLS_AESNI_C by Pengyu Lv · 1 year, 10 months ago
  56. 7e36ad1 Merge pull request #7983 from gilles-peskine-arm/sample-program-demos-2.28 by Gilles Peskine · 1 year, 10 months ago
  57. b2ca032 all.sh: build_mingw: test AESNI intrinsics by Pengyu Lv · 1 year, 10 months ago
  58. 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
  59. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  60. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  61. 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
  62. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  63. 5117062 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  64. 549a961 Remove GNUTLS_LEGACY by Gilles Peskine · 2 years ago
  65. c67c3b3 Reduce adherence on "legacy" OpenSSL and GnuTLS by Gilles Peskine · 2 years ago
  66. 8d77ec2 PSA_CRYPTO_DRIVER_TEST_ALL is incompatible with MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  67. 168be01 Correct some msg messages in full config by Gilles Peskine · 2 years, 1 month ago
  68. 2e70f1c Make malloc-0-null a user config file by Gilles Peskine · 2 years ago
  69. d4c85af Fix inconsistencies in no-chachapoly test by Gilles Peskine · 2 years ago
  70. 2d04ce2 Remove comments that duplicate the 'msg' call just below by Gilles Peskine · 2 years, 1 month ago
  71. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  72. 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
  73. cc029af Update default variable values for compilers by Gowtham Suresh Kumar · 2 years ago
  74. 2afb24f Use variables for selecting compilers by Gowtham Suresh Kumar · 2 years ago
  75. 13850f3 Use compgen to gather components in all.sh by Gowtham Suresh Kumar · 2 years ago
  76. 53453cf Remove test_clang_opt check by Gowtham Suresh Kumar · 2 years ago
  77. 1e3af24 Update test scripts to use latest/earliest compilers by Gowtham Suresh Kumar · 2 years, 1 month ago
  78. 93aaf2e Run demo scripts in some builds by Gilles Peskine · 6 years ago
  79. 55e8998 Test MBEDTLS_PSA_INJECT_ENTROPY by Gilles Peskine · 2 years, 3 months ago
  80. 6e4a9be Disable msan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  81. d95b8ed Disable asan errors on null allocation in all.sh by Andrzej Kurek · 2 years, 1 month ago
  82. 6762231 Use CONFIG_H variable rather than config file name by David Horstmann · 2 years, 6 months ago
  83. 175afbd all.sh component to test cmake custom config file by David Horstmann · 2 years, 7 months ago
  84. bf99828 Nicer formatting by Dave Rodgman · 2 years, 1 month ago
  85. 173227d Test combinations of macros for aes.o by Dave Rodgman · 2 years, 1 month ago
  86. c2e225b Add armclang build test by Dave Rodgman · 2 years, 2 months ago
  87. 43ea9ab Add build tests for Thumb and Thumb2 with clang by Dave Rodgman · 2 years, 2 months ago
  88. d216c04 all.sh: add support function for build_armcc by Pengyu Lv · 2 years, 5 months ago
  89. a19ce12 all.sh: Skip build_mingw correctly by Pengyu Lv · 2 years, 5 months ago
  90. 6cda3d3 Enable -Werror for armclang by Dave Rodgman · 2 years, 5 months ago
  91. bfe7903 Merge pull request #7021 from lpy4105/issue/backport-do-not-run-x86-tests-on-arm64 by Gilles Peskine · 2 years, 6 months ago
  92. a89b367 all.sh: test_m32_xx is not supported on arm64 host by Pengyu Lv · 2 years, 10 months ago
  93. 5619443 Test without MBEDTLS_CERTS_C by Gilles Peskine · 2 years, 6 months ago
  94. f57f3db Merge pull request #6931 from AndrzejKurek/timeless-selftest-waz-bad by Gilles Peskine · 2 years, 6 months ago
  95. 3a261a4 Add a selftest run for the TIMING_ALT test by Andrzej Kurek · 2 years, 6 months ago
  96. 5fce4f6 Add regression test by Dave Rodgman · 2 years, 7 months ago
  97. c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
  98. b9e56fb Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/mbedtls-2.28 archive/new-code-style/test/6844/target features/new-code-style/mbedtls-2.28 features/new-code-style/test/6844/target
  99. 89d4027 Use OPENSSL everywhere, not OPENSSL_CMD by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  100. 5898796 Hide check_test_cases warnings on the CI by Gilles Peskine · 2 years, 8 months ago