1. 8068b08 Fix comment by Pengyu Lv · 1 year, 10 months ago
  2. 20384f4 Fix the comments of some guards by Pengyu Lv · 1 year, 11 months ago
  3. 7fb6fc6 padlock: introduce MBEDTLS_VIA_PADLOCK_HAVE_CODE by Pengyu Lv · 1 year, 11 months ago
  4. e707dc1 aesni: refine the condition of MBEDTLS_HAVE_X86_64 by Pengyu Lv · 1 year, 11 months ago
  5. dc5a88b aesni: make AESNI only operate on X86 and X86_64 by Pengyu Lv · 1 year, 11 months ago
  6. 5a09159 aesni: define MBEDTLS_HAVE_X86 by Pengyu Lv · 1 year, 11 months ago
  7. 937b91e Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  8. 5c46332 Merge pull request #8146 from tom-cosgrove-arm/define-psa-macros-to-1-2.28 by Tom Cosgrove · 1 year, 11 months ago
  9. 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  10. 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  11. 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  12. 43210b5 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  13. 9471815 Merge pull request #7828 from davidhorstmann-arm/2.28-reword-net-free-description-2544 by Gilles Peskine · 2 years ago
  14. 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
  15. 8aa8d78 Add potential missing inline definition by Chien Wong · 2 years ago
  16. 12f6f28 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years ago
  17. b438348 Merge pull request #8010 from marekjansta/fix-x509-ec-algorithm-identifier-2.28 by Gilles Peskine · 2 years ago
  18. 403ce0a Bump version numbers by Dave Rodgman · 2 years ago
  19. 0a6743b Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  20. f5257c0 Cherry picked required prerequisites from dev branch, git hash 0167244b by Marek Jansta · 2 years ago
  21. e5507d5 Fix empty union when TLS is disabled by Gilles Peskine · 2 years, 1 month ago
  22. 3f87d63 Improve the documentation of MBEDTLS_PLATFORM_MEMORY by Andrzej Kurek · 2 years, 1 month ago
  23. 33b1222 Enable certain documented defines only when generating doxygen by Andrzej Kurek · 2 years, 1 month ago
  24. 8ca66a0 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 1 month ago
  25. c83d49e Add a description of how mbedtls_calloc is determined by Andrzej Kurek · 2 years, 1 month ago
  26. ba16859 Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 1 month ago
  27. dc11cd1 Extend mbedtls_calloc and mbedtls_free documentation by Andrzej Kurek · 2 years, 1 month ago
  28. db54dbd Fix \p misuses in documentation by Andrzej Kurek · 2 years, 1 month ago
  29. 532ec20 doxygen: \p commands misuse - review comments by Andrzej Kurek · 2 years, 3 months ago
  30. c00fb7f doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  31. 0cbfbd9 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  32. 96ce1b0 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 1 month ago
  33. a490042 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  34. a3d315a doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  35. 4184e5c Move clarification to a separate note by David Horstmann · 2 years, 1 month ago
  36. 0e93877 Reword the description of mbedtls_net_free() by David Horstmann · 2 years, 1 month ago
  37. 763c8b9 Fix armclang compile fail by Dave Rodgman · 2 years, 2 months ago
  38. 82e06cb mbedtls/platform.h: Avoid potential macro redefinition warnings. by Aaron M. Ucko · 2 years, 7 months ago
  39. 97cbff7 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  40. a242c75 Document mbedtls_calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  41. 87af9c3 Merge pull request #7310 from Mbed-TLS/2.28-sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
  42. e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 4 months ago
  43. 779199f Document that MBEDTLS_AESNI_HAVE_INTRINSICS and MBEDTLS_AESNI_HAVE_CODE are internal by Tom Cosgrove · 2 years, 5 months ago
  44. 9494a99 Fix preprocessor conditional by Gilles Peskine · 2 years, 5 months ago
  45. 3efd314 Finish sentence in comment by Gilles Peskine · 2 years, 5 months ago
  46. e5038c6 Document the new state of AESNI support by Gilles Peskine · 2 years, 5 months ago
  47. 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
  48. 3ba81d3 Remove the dependency of MBEDTLS_AESNI_C on MBEDTLS_HAVE_ASM by Gilles Peskine · 2 years, 5 months ago
  49. 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
  50. c9d8c33 Add space to appease doxygen bug by David Horstmann · 2 years, 5 months ago
  51. 362142f Merge pull request #7223 from gilles-peskine-arm/doc-tls13-psa_crypto_init-2.28 by Dave Rodgman · 2 years, 5 months ago
  52. 07ae208 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 5 months ago
  53. 601e839 Fix typos by Tom Cosgrove · 2 years, 5 months ago
  54. 6e9385b Reduce the default MBEDTLS_ECP_WINDOW_SIZE value to 2 by Andrzej Kurek · 2 years, 5 months ago
  55. b6c5d04 Additional warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
  56. 4ff0231 Update warnings in cipher.h by Dave Rodgman · 2 years, 6 months ago
  57. b43d5e7 Improve warnings for DES/3DES by Dave Rodgman · 2 years, 6 months ago
  58. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  59. 2ccd77a Don't restyle end of file by David Horstmann · 2 years, 7 months ago
  60. d6818e3 Disable code style correction for bignum assembly by David Horstmann · 2 years, 7 months ago
  61. b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
  62. 63c8be6 Merge pull request #6753 from mpg/restartable-docfix-2.28 by Gilles Peskine · 2 years, 8 months ago
  63. 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
  64. 9c02122 Move MBEDTLS_DEPRECATED annotation to prefix by David Horstmann · 2 years, 8 months ago
  65. b884f7e Clarify documentation of ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  66. 3dc7f23 Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  67. 875d1eb Document all effects of MBEDTLS_ECP_RESTARTABLE by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  68. 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
  69. 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
  70. dbefba7 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr by Aditya Deshpande · 2 years, 8 months ago
  71. d2c83be Disable code style correction in check_config.h by David Horstmann · 2 years, 9 months ago
  72. f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
  73. 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  74. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  75. f385fce tls: Fix in_cid buffer size in transform structure by Ronald Cron · 2 years, 9 months ago
  76. cab02f6 Document mbedtls_mpi_uint and mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  77. cae0c74 Document invariants of MPI objects by Gilles Peskine · 2 years, 9 months ago
  78. 1dccfdb Add comments for some forbidden aliasing in bignum by Glenn Strauss · 2 years, 9 months ago
  79. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  80. 8fb928f Fix PSA+RSA dependencies on PK by Gilles Peskine · 2 years, 9 months ago
  81. d3a4f22 Merge pull request #6414 from daverodgman/update_docs_links_2.28 by Dave Rodgman · 2 years, 10 months ago
  82. 279188f Merge pull request #6396 from gilles-peskine-arm/platform.h-unconditional-2.28 by Gilles Peskine · 2 years, 10 months ago
  83. 4e7892e Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  84. 97d5740 Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  85. 9c764bf MBEDTLS_PLATFORM_VSNPRINTF_ALT requires MBEDTLS_PLATFORM_C by Gilles Peskine · 2 years, 11 months ago
  86. 445aa5e Document the base state of platform abstraction by Gilles Peskine · 2 years, 11 months ago
  87. 864b43d Fix configuration requirements(MBEDTLS_SSL_CONTEXT_SERIALIZATION, MBEDTLS_SSL_SESSION_TICKETS) by Przemek Stekiel · 2 years, 10 months ago
  88. c60b10a Correct documentation for mbedtls_ecdsa_verify by Dave Rodgman · 3 years ago
  89. f211d82 Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
  90. 2c08ac7 Merge pull request #6157 from daverodgman/chacha-psa-defines-backport by Gilles Peskine · 3 years ago
  91. 62067bc Merge pull request #6156 from daverodgman/microblaze-littleendian-backport-2.28 by Dave Rodgman · 3 years ago
  92. aba5044 Add MBEDTLS_POLY1305_C and MBEDTLS_CHACHA20_C by Summer Qin · 3 years, 2 months ago
  93. 90b99bf fix issue #2020 by Kazuyuki Kimura · 4 years, 2 months ago
  94. 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  95. 9d9d45c bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5 by Peter Korsgaard · 7 years ago
  96. fe9d08f Bump version by Dave Rodgman · 3 years, 1 month ago
  97. ed36d20 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  98. 5721059 Mark internal int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  99. 08b2ebd Improve readability with less negation. by Manuel Pégourié-Gonnard · 3 years, 2 months ago
  100. a4a4aab Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago