1. 7de3eed Prepare ChangeLog for 2.28.5 release by Minos Galanakis · 1 year, 10 months ago
  2. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  3. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  4. da635ab Merge pull request #8280 from gilles-peskine-arm/ssl_cache-negative_errors-2.28 by Dave Rodgman · 1 year, 10 months ago
  5. 8c28032 Merge pull request #8279 from gilles-peskine-arm/mbedtls_ecdsa_can_do by Dave Rodgman · 1 year, 10 months ago
  6. 5856fd3 Changelog entry for mbedtls_ssl_cache error code fixes by Gilles Peskine · 1 year, 10 months ago
  7. fe4d93a ssl_cache: return error codes on error by Gilles Peskine · 1 year, 10 months ago
  8. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  9. 3ead877 Adjust ChangeLog by JonathanWitthoeft · 2 years, 3 months ago
  10. 930679a Make mbedtls_ecdsa_can_do definition unconditional by JonathanWitthoeft · 2 years, 3 months ago
  11. bfb0b39 Bug Fix: mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALT by JonathanWitthoeft · 2 years, 3 months ago
  12. ba1d63e Merge pull request #1085 from daverodgman/update-ct-changelog-2.28 by Dave Rodgman · 1 year, 10 months ago
  13. 0ea272d Update padding const-time fix changelog by Dave Rodgman · 1 year, 10 months ago
  14. dce82cd Merge pull request #8254 from paul-elliott-arm/fix_travis_coverity_build_2_28 by Dave Rodgman · 1 year, 10 months ago
  15. 7a8ec0f Merge pull request #8209 from lpy4105/issue/8168/2.28_fix-aesni-selection by Dave Rodgman · 1 year, 10 months ago
  16. 13481f0 Re-add python install of requirements to Travis CI. by Paul Elliott · 1 year, 11 months ago
  17. 8068b08 Fix comment by Pengyu Lv · 1 year, 10 months ago
  18. 9fe480a Merge pull request #1081 from waleed-elmelegy-arm/backport_check-set_padding-is-called by Gilles Peskine · 1 year, 10 months ago
  19. 916ed7b restore internal comment in cipher.h due to LTS by Waleed Elmelegy · 1 year, 11 months ago
  20. 8ce42eb Remove invalid comments from cipher.h by Waleed Elmelegy · 1 year, 11 months ago
  21. e4138e3 Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  22. 8013e68 Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  23. 3697954 Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  24. fb6f2cc Merge pull request #1082 from daverodgman/padding-ct-changelog-2.28 by Dave Rodgman · 1 year, 11 months ago
  25. 0ab94d1 Merge pull request #1077 from daverodgman/better-ct-2.28 by Dave Rodgman · 1 year, 11 months ago
  26. e8358d4 Add Changelog for CT fixes by Dave Rodgman · 1 year, 11 months ago
  27. b53e630 Merge pull request #8245 from paul-elliott-arm/remove_travis_ci_2.28 by Gilles Peskine · 1 year, 11 months ago
  28. 471425d Remove all travis builds except for coverity_scan by Paul Elliott · 1 year, 11 months ago
  29. 08fd33a Add warning to mbedtls_cipher_setup() about setting padding mode by Waleed Elmelegy · 1 year, 11 months ago
  30. f8fc956 Merge pull request #1072 from gilles-peskine-arm/ssl_decrypt_stream_short_buffer-2.28 by Gilles Peskine · 1 year, 11 months ago
  31. 326ba3c mbedtls_ssl_decrypt_buf(): fix buffer overread with stream cipher by Gilles Peskine · 1 year, 11 months ago
  32. dc48f6e Test mbedtls_ssl_decrypt_buf(): stream cipher, negative cases by Gilles Peskine · 1 year, 11 months ago
  33. 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  34. 027e1b4 Refactoring: prepare to create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
  35. 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
  36. 20384f4 Fix the comments of some guards by Pengyu Lv · 1 year, 11 months ago
  37. 6063d82 Correct macro guards in constant_time_internal.h by Dave Rodgman · 1 year, 11 months ago
  38. 5ea6bb0 Add cast for MSVC by Dave Rodgman · 1 year, 11 months ago
  39. caa9425 Improve return value handling by Dave Rodgman · 1 year, 11 months ago
  40. e0ad9a4 Misc CT robustness improvements by Dave Rodgman · 1 year, 11 months ago
  41. 1924adb Fix macro guards for mbedtls_ct_size_mask by Dave Rodgman · 1 year, 11 months ago
  42. 1d52368 build fixes by Dave Rodgman · 1 year, 11 months ago
  43. c1a17f5 CT fix for get_zeros_padding by Dave Rodgman · 1 year, 11 months ago
  44. 51773aa CT fix for get_zeros_and_len_padding by Dave Rodgman · 1 year, 11 months ago
  45. df254f6 CT fix for get_one_and_zeros_padding by Dave Rodgman · 1 year, 11 months ago
  46. 9f3f73d CT fix for get_pkcs_padding by Dave Rodgman · 1 year, 11 months ago
  47. 40dc3b3 CT fixes in nist_kw by Dave Rodgman · 1 year, 11 months ago
  48. 954a2da Use mbedtls_ct_memcmp in mbedtls_rsa_rsaes_oaep_decrypt by Dave Rodgman · 1 year, 11 months ago
  49. c280520 Eliminate duplicate ct memcmp by Dave Rodgman · 1 year, 11 months ago
  50. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  51. 3591cc6 Merge pull request #8103 from gilles-peskine-arm/7961-2.28 by Gilles Peskine · 1 year, 11 months ago
  52. 433aa1c Merge pull request #8218 from paul-elliott-arm/remove_unused_values_programs_2_28 by Gilles Peskine · 1 year, 11 months ago
  53. 2391649 Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
  54. fac34d7 Merge pull request #1065 from waleed-elmelegy-arm/backport-add-new-pkcs12-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
  55. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  56. d24b546 Reduce line size in new pkcs function changelog by Waleed Elmelegy · 1 year, 11 months ago
  57. 58ed231 Modify changelog entry to add pkcs12 pbe functions by Waleed Elmelegy · 1 year, 11 months ago
  58. f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
  59. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  60. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  61. 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
  62. 3d9978e Merge pull request #8172 from ronald-cron-arm/psa-config-add-comment by Gilles Peskine · 1 year, 11 months ago
  63. e707dc1 aesni: refine the condition of MBEDTLS_HAVE_X86_64 by Pengyu Lv · 1 year, 11 months ago
  64. dc5a88b aesni: make AESNI only operate on X86 and X86_64 by Pengyu Lv · 1 year, 11 months ago
  65. 5a09159 aesni: define MBEDTLS_HAVE_X86 by Pengyu Lv · 1 year, 11 months ago
  66. fcbcf57 Merge pull request #8194 from gilles-peskine-arm/bump_version-doc_mainpage-2.28 by Dave Rodgman · 1 year, 11 months ago
  67. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  68. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  69. bd44d93 Allow "Mbed TLS" as the project name in Doxygen by Gilles Peskine · 2 years ago
  70. fa9392a PSA config: Add comment about HKDF. by Ronald Cron · 1 year, 11 months ago
  71. 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
  72. 7fa5934 Merge pull request #1056 from waleed-elmelegy-arm/Backport-improve-and-test-mbedtls_pkcs12_pbe by Gilles Peskine · 1 year, 11 months ago
  73. 6d5a5c1 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
  74. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  75. 3a11771 Pacify pylint by Gilles Peskine · 1 year, 11 months ago
  76. e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
  77. 937b91e Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  78. f0accf2 Merge pull request #1054 from waleed-elmelegy-arm/backport-add-new-pkcs5-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
  79. 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
  80. 5c46332 Merge pull request #8146 from tom-cosgrove-arm/define-psa-macros-to-1-2.28 by Tom Cosgrove · 1 year, 11 months ago
  81. 525e355 Change pkcs5 test dependencies from MBEDTLS_SHA1_C to MBEDTLS_MD_CAN_SHA1 by Waleed Elmelegy · 1 year, 11 months ago
  82. 09f0a97 Fix typo in pkcs5.c by Waleed-Ziad Maamoun-Elmelegy · 1 year, 11 months ago
  83. d2a03cb Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
  84. dffb1e3 Improve mbedtls_pkcs5_pbes2_ext changelog description by Waleed Elmelegy · 2 years ago
  85. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  86. 7aeb6e7 Add changelog entry for new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  87. 7d8f95b Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
  88. d4e57c3 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
  89. 23ae416 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
  90. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  91. a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
  92. ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
  93. cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
  94. 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
  95. 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
  96. 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
  97. f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
  98. 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
  99. 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
  100. 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago