1. 92e298e Version Bump for 2.28.10 by Minos Galanakis · 5 months ago
  2. d69bfb904d Merge remote-tracking branch 'upstream/mbedtls-2.28' into pre-2.28.9-upstream-merge by Minos Galanakis · 5 months ago
  3. 73cbd31 Merge pull request #10059 from gilles-peskine-arm/mbedtls_net_send-api-desc-tweak-2.28 by Gilles Peskine · 5 months ago
  4. ef96fc6 Merge pull request #10053 from gilles-peskine-arm/doc-threading-needed-by-psa-2.28 by Gilles Peskine · 5 months ago
  5. 1567199 mbedtls_net_send API description typo fix by Noah Pendleton · 1 year, 3 months ago
  6. 78302e2 Add MBEDTLS_CHECK_RETURN_CRITICAL annotation by David Horstmann · 5 months ago
  7. 012ebb0 Document PSA's need for threading by Gilles Peskine · 5 months ago
  8. 68014b2 Return and propagate errors in calc_finished() by David Horstmann · 5 months ago
  9. af07ab8 Fix comments by Bence Szépkúti · 5 months ago
  10. b4f2512 Never use %zu on MinGW by Bence Szépkúti · 5 months ago
  11. e7ee902 Fix MSVC version guard for C99 format size specifiers by Bence Szépkúti · 5 months ago
  12. 2cc9dcb Document the need to call mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  13. 538553f Improve documentation of mbedtls_ssl_set_hostname by Gilles Peskine · 5 months ago
  14. 6310e98 Expose mbedtls_ssl_get_hostname_pointer() by Gilles Peskine · 5 months ago
  15. 7d193ac Expand and rectify the documentation of mbedtls_ssl_context::hostname by Gilles Peskine · 5 months ago
  16. 1ecf2c7 Add a note about calling mbedtls_ssl_set_hostname to mbedtls_ssl_setup by Gilles Peskine · 6 months ago
  17. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  18. 63f958d Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  19. f33c45f Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  20. 520ceb2 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  21. 3a2f75d Access ssl->hostname through abstractions by Gilles Peskine · 6 months ago
  22. c22ead7 Fix documentation for GCM decryption functions by Harry Ramsey · 9 months ago
  23. 7220652 Update GCM buffer overlap documentation by Harry Ramsey · 9 months ago
  24. 9f7cc4c Bump version to 2.28.9 by Manuel Pégourié-Gonnard · 11 months ago
  25. 69555ea Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 12 months ago
  26. 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
  27. 55aa72f Merge remote-tracking branch 'public/mbedtls-2.28' into merge-2.28 by Manuel Pégourié-Gonnard · 12 months ago
  28. 70de13d Improve the documentation of MBEDTLS_PSA_KEY_SLOT_COUNT by Gilles Peskine · 1 year, 1 month ago
  29. 6b32ac7 Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC by Gilles Peskine · 1 year, 1 month ago
  30. 20e964f Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  31. 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 5 months ago
  32. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  33. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  34. 84dc44b Note that ecp read/write functions don't support Curve448 yet by Gilles Peskine · 1 year, 5 months ago
  35. 7ce99c0 mbedtls_ecp_write_key: document that this function doesn't detect unset data by Gilles Peskine · 1 year, 6 months ago
  36. e65e98a mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  37. 75bb596 mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  38. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 6 months ago
  39. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  40. 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 6 months ago
  41. f154831 bump version by Dave Rodgman · 1 year, 6 months ago
  42. eaeff5b Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  43. 54b2eda Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  44. 823f9a9 Invert note about buffer overlap support by David Horstmann · 1 year, 8 months ago
  45. fcad4d5 Remove accidental addition of MBEDTLS_TEST_HOOKS by David Horstmann · 1 year, 8 months ago
  46. 7cb7343 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  47. 93b2dc7 Add note about support for buffer overlap by David Horstmann · 1 year, 8 months ago
  48. c0a2c30 Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
  49. e1f6d3b Backport 2.28: Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
  50. fd0f440 Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
  51. a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  52. 3a91dad Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago mbedtls-2.28.6 v2.28.6
  53. d0ac480 Bump version by Dave Rodgman · 1 year, 9 months ago
  54. 0f2971a Update headers by Dave Rodgman · 1 year, 9 months ago
  55. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  56. 9902a6b Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  57. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  58. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  59. fe4d93a ssl_cache: return error codes on error by Gilles Peskine · 1 year, 10 months ago
  60. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  61. 7a8ec0f Merge pull request #8209 from lpy4105/issue/8168/2.28_fix-aesni-selection by Dave Rodgman · 1 year, 10 months ago
  62. 8068b08 Fix comment by Pengyu Lv · 1 year, 10 months ago
  63. 916ed7b restore internal comment in cipher.h due to LTS by Waleed Elmelegy · 1 year, 10 months ago
  64. 8ce42eb Remove invalid comments from cipher.h by Waleed Elmelegy · 1 year, 10 months ago
  65. e4138e3 Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  66. 8013e68 Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  67. 3697954 Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  68. 08fd33a Add warning to mbedtls_cipher_setup() about setting padding mode by Waleed Elmelegy · 1 year, 11 months ago
  69. 20384f4 Fix the comments of some guards by Pengyu Lv · 1 year, 11 months ago
  70. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  71. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  72. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  73. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  74. 3d9978e Merge pull request #8172 from ronald-cron-arm/psa-config-add-comment by Gilles Peskine · 1 year, 11 months ago
  75. e707dc1 aesni: refine the condition of MBEDTLS_HAVE_X86_64 by Pengyu Lv · 1 year, 11 months ago
  76. dc5a88b aesni: make AESNI only operate on X86 and X86_64 by Pengyu Lv · 1 year, 11 months ago
  77. 5a09159 aesni: define MBEDTLS_HAVE_X86 by Pengyu Lv · 1 year, 11 months ago
  78. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  79. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  80. fa9392a PSA config: Add comment about HKDF. by Ronald Cron · 1 year, 11 months ago
  81. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  82. 937b91e Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  83. 5c46332 Merge pull request #8146 from tom-cosgrove-arm/define-psa-macros-to-1-2.28 by Tom Cosgrove · 1 year, 11 months ago
  84. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  85. 7d8f95b Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
  86. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  87. 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  88. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  89. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  90. 43210b5 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  91. 9471815 Merge pull request #7828 from davidhorstmann-arm/2.28-reword-net-free-description-2544 by Gilles Peskine · 2 years ago
  92. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  93. 8aa8d78 Add potential missing inline definition by Chien Wong · 2 years ago
  94. 12f6f28 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years ago
  95. 01b6df7 Improve mbedtls_pkcs5_pbes2 function signature comments by Waleed Elmelegy · 2 years ago
  96. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  97. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  98. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  99. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  100. f5257c0 Cherry picked required prerequisites from dev branch, git hash 0167244b by Marek Jansta · 2 years ago