1. fe4d93a ssl_cache: return error codes on error by Gilles Peskine · 1 year, 10 months ago
  2. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  3. dce82cd Merge pull request #8254 from paul-elliott-arm/fix_travis_coverity_build_2_28 by Dave Rodgman · 1 year, 10 months ago
  4. 7a8ec0f Merge pull request #8209 from lpy4105/issue/8168/2.28_fix-aesni-selection by Dave Rodgman · 1 year, 10 months ago
  5. 13481f0 Re-add python install of requirements to Travis CI. by Paul Elliott · 1 year, 11 months ago
  6. 8068b08 Fix comment by Pengyu Lv · 1 year, 10 months ago
  7. b53e630 Merge pull request #8245 from paul-elliott-arm/remove_travis_ci_2.28 by Gilles Peskine · 1 year, 11 months ago
  8. 471425d Remove all travis builds except for coverity_scan by Paul Elliott · 1 year, 11 months ago
  9. 20384f4 Fix the comments of some guards by Pengyu Lv · 1 year, 11 months ago
  10. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  11. 433aa1c Merge pull request #8218 from paul-elliott-arm/remove_unused_values_programs_2_28 by Gilles Peskine · 1 year, 11 months ago
  12. 2391649 Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  13. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  14. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
  15. 3d9978e Merge pull request #8172 from ronald-cron-arm/psa-config-add-comment by Gilles Peskine · 1 year, 11 months ago
  16. e707dc1 aesni: refine the condition of MBEDTLS_HAVE_X86_64 by Pengyu Lv · 1 year, 11 months ago
  17. dc5a88b aesni: make AESNI only operate on X86 and X86_64 by Pengyu Lv · 1 year, 11 months ago
  18. 5a09159 aesni: define MBEDTLS_HAVE_X86 by Pengyu Lv · 1 year, 11 months ago
  19. fcbcf57 Merge pull request #8194 from gilles-peskine-arm/bump_version-doc_mainpage-2.28 by Dave Rodgman · 1 year, 11 months ago
  20. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  21. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  22. bd44d93 Allow "Mbed TLS" as the project name in Doxygen by Gilles Peskine · 2 years ago
  23. fa9392a PSA config: Add comment about HKDF. by Ronald Cron · 1 year, 11 months ago
  24. 198fbc2 Merge pull request #8173 from gilles-peskine-arm/config-boolean-options-wrong-section-202309-2.28 by Dave Rodgman · 1 year, 11 months ago
  25. 3a11771 Pacify pylint by Gilles Peskine · 1 year, 11 months ago
  26. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  27. 937b91e Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  28. 06c466d Merge pull request #8158 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare-2.28 by Dave Rodgman · 1 year, 11 months ago
  29. 5c46332 Merge pull request #8146 from tom-cosgrove-arm/define-psa-macros-to-1-2.28 by Tom Cosgrove · 1 year, 11 months ago
  30. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  31. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  32. cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  33. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  34. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  35. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  36. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  37. 9302684 Merge pull request #8145 from tom-cosgrove-arm/check-mbedtls_platform_zeroize-calls-2.28 by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/mbedtls-2.28/pr-8145-12a2bfc9702caa30592e842a3d3ee478568b2c14
  38. 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
  39. 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  40. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  41. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  42. 5117062 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
  43. f7829b0 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
  44. 43210b5 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  45. 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 2 years ago
  46. 4ee11a0 Merge pull request #8132 from davidhorstmann-arm/2.28-fix-unnecessary-include-prefixes by Gilles Peskine · 2 years ago
  47. e6771ed Merge pull request #8128 from yanrayw/2.28-7094-collect-compatsh-test-cases by Gilles Peskine · 2 years ago
  48. 1804a15 Fix unnecessary header prefix in tests by David Horstmann · 2 years ago
  49. 930cbee check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
  50. b2cd07c compat: list all test cases properly by Yanray Wang · 2 years ago
  51. 8aba83b compat.sh: return $? in option --list-test-case to handle error case by Yanray Wang · 2 years, 5 months ago
  52. 67fe264 check_test_cases.py: do not redirect stderr to stdout by Yanray Wang · 2 years, 5 months ago
  53. 8844844 check_test_cases.py: use check_output to capture error and return by Yanray Wang · 2 years, 5 months ago
  54. 9412a46 check_test_cases.py: simplify how to store test case description by Yanray Wang · 2 years, 5 months ago
  55. f0dbde1 compat.sh: uniform TITLE format for --list-test-case and run_client by Yanray Wang · 2 years, 5 months ago
  56. a81131d compat.sh: fix uncompatiable name of peers in --list-test-case by Yanray Wang · 2 years, 5 months ago
  57. 7e1c0c7 compat.sh: uniform test description by Yanray Wang · 2 years, 5 months ago
  58. baced97 check_test_cases.py: support checking test coverage in compat.sh by Yanray Wang · 2 years, 5 months ago
  59. dd21fc9 compat.sh: add --list-test-case by Yanray Wang · 2 years, 5 months ago
  60. 3e325aa Merge pull request #8115 from tgonzalezorlandoarm/backport-8074 by Gilles Peskine · 2 years ago gh-readonly-queue/mbedtls-2.28/pr-8115-c10520f45f67807d438e8436d5dbe94aa10352b2
  61. c10520f Merge pull request #8102 from AgathiyanB/backport-iar-warnings-changelog by Gilles Peskine · 2 years ago
  62. 1cf437b Correct analyze_outcomes identation by Tomás González · 2 years ago
  63. 8d77ec2 PSA_CRYPTO_DRIVER_TEST_ALL is incompatible with MBEDTLS_PSA_CRYPTO_CONFIG by Gilles Peskine · 2 years ago
  64. 14b36ef Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
  65. c895733 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
  66. 45d4959 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
  67. 2fdd503 Add allow list for non-executed test cases by Tomás González · 2 years ago
  68. 31d5bbe Merge pull request #7986 from tom-cosgrove-arm/single-source-of-truth-for-licensing-2.28 by Tom Cosgrove · 2 years ago gh-readonly-queue/mbedtls-2.28/pr-7986-9471815dd3b30871a0e9d8b5af05bbfed8250960
  69. 56081de Simplify the logic in a test by Gilles Peskine · 2 years, 1 month ago
  70. 168be01 Correct some msg messages in full config by Gilles Peskine · 2 years, 1 month ago
  71. 2e70f1c Make malloc-0-null a user config file by Gilles Peskine · 2 years, 1 month ago
  72. 0aab8a8 Add changelog entry for 2.28 IAR warning fixes by Agathiyan Bragadeesh · 2 years ago
  73. d4c85af Fix inconsistencies in no-chachapoly test by Gilles Peskine · 2 years, 1 month ago
  74. 2d04ce2 Remove comments that duplicate the 'msg' call just below by Gilles Peskine · 2 years, 1 month ago
  75. 9471815 Merge pull request #7828 from davidhorstmann-arm/2.28-reword-net-free-description-2544 by Gilles Peskine · 2 years ago
  76. 27adfd8 Merge pull request #7487 from AndrzejKurek/calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  77. d81f75b Fixup incorrectly-formatted ChangeLog entry by David Horstmann · 2 years ago
  78. 2bda812 Merge pull request #8085 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy-2.28 by Tom Cosgrove · 2 years ago
  79. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  80. f9f183c Merge pull request #8089 from ivq/8017-backport by Tom Cosgrove · 2 years ago
  81. 869609f Add ChangeLog entry for otherName SAN fixes by David Horstmann · 2 years ago
  82. dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  83. 4a46d23 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
  84. 2545b40 Merge pull request #8081 from adeaarm/backport_IAR_fix by Gilles Peskine · 2 years ago
  85. 64dbdc0 Merge pull request #7768 from lpy4105/backport-2.28/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
  86. 431e5c4 Remove workaround for non-zero shared_secret array by Antonio de Angelis · 2 years ago
  87. 0118a1d Fix a few unchecked return values by Chien Wong · 2 years ago
  88. 20d54e3 mbedtls_mpi_exp_mod: remove spurious copy of the output variable by Gilles Peskine · 2 years ago
  89. e453f9d Add description for invalid commands by Pengyu Lv · 2 years ago
  90. 1505d32 Fix error strings without quotes by Antonio de Angelis · 2 years ago
  91. ac9e340 BUILD: Update For IAR support by TTornblom · 5 years ago
  92. 96d0ef4 Fix invalid generation commands by Pengyu Lv · 2 years ago
  93. 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago
  94. a35283c Merge pull request #8046 from ivq/6999-backport by Manuel Pégourié-Gonnard · 2 years ago
  95. 8aa8d78 Add potential missing inline definition by Chien Wong · 2 years ago
  96. 12f6f28 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years ago
  97. 64a8135 Merge pull request #8037 from tom-cosgrove-arm/fix-rijndael-and-drbg-pdf-links-2.28 by Gilles Peskine · 2 years ago
  98. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  99. 1484a53 Merge pull request #8024 from daverodgman/changelog-warning-fixes-2.28 by Dave Rodgman · 2 years ago
  100. aaec137 Update links to Rijndael paper and NIST SP 800-90 DRBGs by Tom Cosgrove · 2 years ago