1. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  2. 9902a6b Fix #8372 - Error compiling AESNI in Mbed-TLS with clang on Windows by Sergey Markelov · 1 year, 10 months ago
  3. c7a8ea9 Bump version to 2.28.5 by Minos Galanakis · 1 year, 10 months ago
  4. 6d16994 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.5rc0-pr by Minos Galanakis · 1 year, 10 months ago
  5. fe4d93a ssl_cache: return error codes on error by Gilles Peskine · 1 year, 10 months ago
  6. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  7. 7a8ec0f Merge pull request #8209 from lpy4105/issue/8168/2.28_fix-aesni-selection by Dave Rodgman · 1 year, 10 months ago
  8. 8068b08 Fix comment by Pengyu Lv · 1 year, 10 months ago
  9. 916ed7b restore internal comment in cipher.h due to LTS by Waleed Elmelegy · 1 year, 10 months ago
  10. 8ce42eb Remove invalid comments from cipher.h by Waleed Elmelegy · 1 year, 10 months ago
  11. e4138e3 Fix a typo by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  12. 8013e68 Clarify calling sequence in the Cipher layer by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  13. 3697954 Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. 08fd33a Add warning to mbedtls_cipher_setup() about setting padding mode by Waleed Elmelegy · 1 year, 11 months ago
  15. 20384f4 Fix the comments of some guards by Pengyu Lv · 1 year, 11 months ago
  16. f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
  17. 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
  18. 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
  19. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  20. 3d9978e Merge pull request #8172 from ronald-cron-arm/psa-config-add-comment by Gilles Peskine · 1 year, 11 months ago
  21. e707dc1 aesni: refine the condition of MBEDTLS_HAVE_X86_64 by Pengyu Lv · 1 year, 11 months ago
  22. dc5a88b aesni: make AESNI only operate on X86 and X86_64 by Pengyu Lv · 1 year, 11 months ago
  23. 5a09159 aesni: define MBEDTLS_HAVE_X86 by Pengyu Lv · 1 year, 11 months ago
  24. bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  25. f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
  26. fa9392a PSA config: Add comment about HKDF. by Ronald Cron · 1 year, 11 months ago
  27. 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
  28. 937b91e Fix boolean options in the wrong section by Gilles Peskine · 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. dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
  31. 7d8f95b Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
  32. b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
  33. 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  34. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  35. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  36. 43210b5 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  37. 9471815 Merge pull request #7828 from davidhorstmann-arm/2.28-reword-net-free-description-2544 by Gilles Peskine · 2 years ago
  38. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  39. 8aa8d78 Add potential missing inline definition by Chien Wong · 2 years ago
  40. 12f6f28 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years ago
  41. 01b6df7 Improve mbedtls_pkcs5_pbes2 function signature comments by Waleed Elmelegy · 2 years ago
  42. 412629c Improve & test legacy mbedtls_pkcs5_pbe2 by Waleed Elmelegy · 2 years, 1 month ago
  43. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  44. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  45. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  46. f5257c0 Cherry picked required prerequisites from dev branch, git hash 0167244b by Marek Jansta · 2 years ago
  47. e5507d5 Fix empty union when TLS is disabled by Gilles Peskine · 2 years, 1 month ago
  48. 3f87d63 Improve the documentation of MBEDTLS_PLATFORM_MEMORY by Andrzej Kurek · 2 years, 1 month ago
  49. 33b1222 Enable certain documented defines only when generating doxygen by Andrzej Kurek · 2 years, 1 month ago
  50. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  51. c83d49e Add a description of how mbedtls_calloc is determined by Andrzej Kurek · 2 years, 1 month ago
  52. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  53. dc11cd1 Extend mbedtls_calloc and mbedtls_free documentation by Andrzej Kurek · 2 years, 1 month ago
  54. db54dbd Fix \p misuses in documentation by Andrzej Kurek · 2 years, 1 month ago
  55. 532ec20 doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  56. c00fb7f doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  57. 0cbfbd9 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  58. 96ce1b0 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  59. a3e4e22 Change value of MBEDTLS_CIPHER_BLKSIZE_MAX if ARIA or Camellia present by Dave Rodgman · 2 years, 1 month ago
  60. a490042 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  61. a3d315a doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  62. 4184e5c Move clarification to a separate note by David Horstmann · 2 years, 1 month ago
  63. 0e93877 Reword the description of mbedtls_net_free() by David Horstmann · 2 years, 1 month ago
  64. 763c8b9 Fix armclang compile fail by Dave Rodgman · 2 years, 2 months ago
  65. 82e06cb mbedtls/platform.h: Avoid potential macro redefinition warnings. by Aaron M. Ucko · 2 years, 7 months ago
  66. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  67. a242c75 Document mbedtls_calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  68. 87af9c3 Merge pull request #7310 from Mbed-TLS/2.28-sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
  69. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 4 months ago
  70. 779199f Document that MBEDTLS_AESNI_HAVE_INTRINSICS and MBEDTLS_AESNI_HAVE_CODE are internal by Tom Cosgrove · 2 years, 5 months ago
  71. 9494a99 Fix preprocessor conditional by Gilles Peskine · 2 years, 5 months ago
  72. 3efd314 Finish sentence in comment by Gilles Peskine · 2 years, 5 months ago
  73. e5038c6 Document the new state of AESNI support by Gilles Peskine · 2 years, 5 months ago
  74. 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  75. 3ba81d3 Remove the dependency of MBEDTLS_AESNI_C on MBEDTLS_HAVE_ASM by Gilles Peskine · 2 years, 5 months ago
  76. 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  77. c9d8c33 Add space to appease doxygen bug by David Horstmann · 2 years, 5 months ago
  78. 362142f Merge pull request #7223 from gilles-peskine-arm/doc-tls13-psa_crypto_init-2.28 by Dave Rodgman · 2 years, 5 months ago
  79. 07ae208 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 5 months ago
  80. 601e839 Fix typos by Tom Cosgrove · 2 years, 5 months ago
  81. 6e9385b Reduce the default MBEDTLS_ECP_WINDOW_SIZE value to 2 by Andrzej Kurek · 2 years, 5 months ago
  82. b6c5d04 Additional warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
  83. 4ff0231 Update warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
  84. b43d5e7 Improve warnings for DES/3DES by Dave Rodgman · 2 years, 6 months ago
  85. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  86. 2ccd77a Don't restyle end of file by David Horstmann · 2 years, 7 months ago
  87. d6818e3 Disable code style correction for bignum assembly by David Horstmann · 2 years, 7 months ago
  88. b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  89. 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
  90. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  91. 9c02122 Move MBEDTLS_DEPRECATED annotation to prefix by David Horstmann · 2 years, 8 months ago
  92. b884f7e Clarify documentation of ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  93. 3dc7f23 Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  94. 875d1eb Document all effects of MBEDTLS_ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  95. 0e0793f Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  96. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  97. dbefba7 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr by Aditya Deshpande · 2 years, 8 months ago
  98. d2c83be Disable code style correction in check_config.h by David Horstmann · 2 years, 9 months ago
  99. f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
  100. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago