1. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. 63f958d Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  3. f33c45f Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 6 months ago
  4. 520ceb2 Update the documentation of ssl->hostname by Gilles Peskine · 6 months ago
  5. 3a2f75d Access ssl->hostname through abstractions by Gilles Peskine · 6 months ago
  6. c22ead7 Fix documentation for GCM decryption functions by Harry Ramsey · 9 months ago
  7. 7220652 Update GCM buffer overlap documentation by Harry Ramsey · 9 months ago
  8. 9f7cc4c Bump version to 2.28.9 by Manuel Pégourié-Gonnard · 11 months ago
  9. 69555ea Merge remote-tracking branch 'mbedtls-2.28' into mbedtls-2.28-restricted by Gilles Peskine · 11 months ago
  10. 36548ee Merge pull request #9256 from gilles-peskine-arm/psa-keystore-dynamic-backport-2.28 by Gilles Peskine · 12 months ago
  11. 55aa72f Merge remote-tracking branch 'public/mbedtls-2.28' into merge-2.28 by Manuel Pégourié-Gonnard · 12 months ago
  12. 70de13d Improve the documentation of MBEDTLS_PSA_KEY_SLOT_COUNT by Gilles Peskine · 1 year, 1 month ago
  13. 6b32ac7 Document that MBEDTLS_PSA_HMAC_DRBG_MD_TYPE does not force HMAC by Gilles Peskine · 1 year, 1 month ago
  14. 20e964f Fix some typo for include folder by Wenxing Hou · 1 year, 1 month ago
  15. 6fe0ae0 Version bump for 2.28.8 by Minos Galanakis · 1 year, 4 months ago
  16. 4201533 Invert and rename config option by David Horstmann · 1 year, 5 months ago
  17. f06494d Merge branch 'mbedtls-2.28' into buffer-sharing-merge-2.28 by David Horstmann · 1 year, 5 months ago
  18. 84dc44b Note that ecp read/write functions don't support Curve448 yet by Gilles Peskine · 1 year, 5 months ago
  19. 7ce99c0 mbedtls_ecp_write_key: document that this function doesn't detect unset data by Gilles Peskine · 1 year, 5 months ago
  20. e65e98a mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 5 months ago
  21. 75bb596 mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 5 months ago
  22. c2c74b9 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 5 months ago
  23. 9d52c71 Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28-restricted by Dave Rodgman · 1 year, 6 months ago
  24. 2866a6b Merge remote-tracking branch 'restricted/mbedtls-2.28' into mbedtls-2.28.7rc by Dave Rodgman · 1 year, 6 months ago
  25. f154831 bump version by Dave Rodgman · 1 year, 6 months ago
  26. eaeff5b Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  27. 54b2eda Add warning for PKCS 1.5 decryption by Janos Follath · 1 year, 7 months ago
  28. 823f9a9 Invert note about buffer overlap support by David Horstmann · 1 year, 8 months ago
  29. fcad4d5 Remove accidental addition of MBEDTLS_TEST_HOOKS by David Horstmann · 1 year, 8 months ago
  30. 7cb7343 Add missing newline at end of file by David Horstmann · 1 year, 8 months ago
  31. 93b2dc7 Add note about support for buffer overlap by David Horstmann · 1 year, 8 months ago
  32. c0a2c30 Add MBEDTLS_PSA_COPY_CALLER_BUFFERS config option by David Horstmann · 1 year, 8 months ago
  33. 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
  34. fd0f440 Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
  35. a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  36. 3a91dad Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago mbedtls-2.28.6 v2.28.6
  37. d0ac480 Bump version by Dave Rodgman · 1 year, 9 months ago
  38. 0f2971a Update headers by Dave Rodgman · 1 year, 9 months ago
  39. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  40. 9902a6b Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  41. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  42. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  43. fe4d93a ssl_cache: return error codes on error by Gilles Peskine · 1 year, 10 months ago
  44. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  45. 7a8ec0f Merge pull request #8209 from lpy4105/issue/8168/2.28_fix-aesni-selection by Dave Rodgman · 1 year, 10 months ago
  46. 8068b08 Fix comment by Pengyu Lv · 1 year, 10 months ago
  47. 916ed7b restore internal comment in cipher.h due to LTS by Waleed Elmelegy · 1 year, 10 months ago
  48. 8ce42eb Remove invalid comments from cipher.h by Waleed Elmelegy · 1 year, 10 months ago
  49. e4138e3 Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  50. 8013e68 Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  51. 3697954 Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  52. 08fd33a Add warning to mbedtls_cipher_setup() about setting padding mode by Waleed Elmelegy · 1 year, 10 months ago
  53. 20384f4 Fix the comments of some guards by Pengyu Lv · 1 year, 11 months ago
  54. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 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. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  57. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  58. 3d9978e Merge pull request #8172 from ronald-cron-arm/psa-config-add-comment by Gilles Peskine · 1 year, 11 months ago
  59. e707dc1 aesni: refine the condition of MBEDTLS_HAVE_X86_64 by Pengyu Lv · 1 year, 11 months ago
  60. dc5a88b aesni: make AESNI only operate on X86 and X86_64 by Pengyu Lv · 1 year, 11 months ago
  61. 5a09159 aesni: define MBEDTLS_HAVE_X86 by Pengyu Lv · 1 year, 11 months ago
  62. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  63. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  64. fa9392a PSA config: Add comment about HKDF. by Ronald Cron · 1 year, 11 months ago
  65. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  66. 937b91e Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  67. 5c46332 Merge pull request #8146 from tom-cosgrove-arm/define-psa-macros-to-1-2.28 by Tom Cosgrove · 1 year, 11 months ago
  68. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 1 year, 11 months ago
  69. 7d8f95b Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
  70. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  71. 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  72. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  73. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  74. 43210b5 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  75. 9471815 Merge pull request #7828 from davidhorstmann-arm/2.28-reword-net-free-description-2544 by Gilles Peskine · 2 years ago
  76. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  77. 8aa8d78 Add potential missing inline definition by Chien Wong · 2 years ago
  78. 12f6f28 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years ago
  79. 01b6df7 Improve mbedtls_pkcs5_pbes2 function signature comments by Waleed Elmelegy · 2 years ago
  80. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years ago
  81. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  82. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  83. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  84. f5257c0 Cherry picked required prerequisites from dev branch, git hash 0167244b by Marek Jansta · 2 years ago
  85. e5507d5 Fix empty union when TLS is disabled by Gilles Peskine · 2 years, 1 month ago
  86. 3f87d63 Improve the documentation of MBEDTLS_PLATFORM_MEMORY by Andrzej Kurek · 2 years, 1 month ago
  87. 33b1222 Enable certain documented defines only when generating doxygen by Andrzej Kurek · 2 years, 1 month ago
  88. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  89. c83d49e Add a description of how mbedtls_calloc is determined by Andrzej Kurek · 2 years, 1 month ago
  90. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  91. dc11cd1 Extend mbedtls_calloc and mbedtls_free documentation by Andrzej Kurek · 2 years, 1 month ago
  92. db54dbd Fix \p misuses in documentation by Andrzej Kurek · 2 years, 1 month ago
  93. 532ec20 doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  94. c00fb7f doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  95. 0cbfbd9 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  96. 96ce1b0 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  97. a3e4e22 Change value of MBEDTLS_CIPHER_BLKSIZE_MAX if ARIA or Camellia present by Dave Rodgman · 2 years, 1 month ago
  98. a490042 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  99. a3d315a doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  100. 4184e5c Move clarification to a separate note by David Horstmann · 2 years, 1 month ago