1. 67cf66b Add a note about the code size benefits by Gilles Peskine · 1 year, 10 months ago
  2. 08b66cd Move MBEDTLS_PSA_P256M_DRIVER_ENABLED to keep alphabetical order by Gilles Peskine · 1 year, 10 months ago
  3. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 10 months ago
  4. 452beb9 Merge pull request #8203 from gilles-peskine-arm/p256-m-production by Gilles Peskine · 1 year, 10 months ago
  5. 83f0a65 Fix issue #8215 : add missing requires documentation in mbedtls_config.h by jnmeurisse · 1 year, 10 months ago
  6. a63775b Move MBEDTLS_SSL_MAX_EARLY_DATA_SIZE to the correct section by Tom Cosgrove · 1 year, 10 months ago
  7. 3b4471e MBEDTLS_SSL_MAX_EARLY_DATA_SIZE: default value should be commented out in config by Tom Cosgrove · 1 year, 10 months ago
  8. 016db89 Update p256-m to state that it's ready for production by Gilles Peskine · 1 year, 10 months ago
  9. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  10. 8673383 Modernize documentation of MBEDTLS_PLATFORM_ZEROIZE_ALT by Gilles Peskine · 1 year, 10 months ago
  11. f9e4caf Comment out default definition by Gilles Peskine · 1 year, 10 months ago
  12. d65ea42 Fix some TLS 1.3 settings that were required in mbedtls_config.h by Gilles Peskine · 1 year, 10 months ago
  13. da69eaa TLS 1.3 support is mostly complete by Gilles Peskine · 1 year, 10 months ago
  14. a8861e0 Fix boolean options in the wrong section by Gilles Peskine · 1 year, 10 months ago
  15. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 1 year, 11 months ago
  16. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 1 year, 11 months ago
  17. 6c6b9f6 Change document to match real status by Jerry Yu · 1 year, 11 months ago
  18. f11cfec Merge pull request #7998 from gilles-peskine-arm/MBEDTLS_PSA_CRYPTO_CONFIG-less_experimental by Gilles Peskine · 2 years ago
  19. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  20. 1414029 improve document about hardware only by Jerry Yu · 2 years ago
  21. 6943681 Improve error message and documents by Jerry Yu · 2 years, 3 months ago
  22. e77c4d9 Mention the crash risk without runtime detection by Jerry Yu · 2 years, 3 months ago
  23. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 3 months ago
  24. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 3 months ago
  25. 1b3ab36 Update comments by Jerry Yu · 2 years, 3 months ago
  26. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 3 months ago
  27. 0d4f4e5 Add option to disable built-in aes implementation. by Jerry Yu · 2 years, 4 months ago
  28. e416f03 Improve wording of MBEDTLS_ECP_WITH_MPI_UINT doc by Janos Follath · 2 years ago
  29. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  30. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years ago
  31. 25b4e72 MBEDTLS_PSA_CRYPTO_CONFIG is ready for production by Gilles Peskine · 2 years ago
  32. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years ago
  33. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years ago
  34. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years ago
  35. f14a5c3 Improve the documentation of MBEDTLS_PLATFORM_MEMORY by Andrzej Kurek · 2 years ago
  36. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 5 months ago
  37. 8bfa24b Update compiler versions requirement by Jerry Yu · 2 years, 2 months ago
  38. 8e96e78 update document and error message by Jerry Yu · 2 years, 2 months ago
  39. c37e260 Add armclang version requirement for sha512 by Jerry Yu · 2 years, 3 months ago
  40. 2b3c06e Enable certain documented defines only when generating doxygen by Andrzej Kurek · 2 years ago
  41. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years ago
  42. aae3208 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 2 months ago
  43. 84356a1 Add a description of how mbedtls_calloc is determined by Andrzej Kurek · 2 years, 2 months ago
  44. ecaf6fb Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 2 months ago
  45. 2d981f0 Extend mbedtls_calloc and mbedtls_free documentation by Andrzej Kurek · 2 years, 3 months ago
  46. c08ccd0 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  47. b9f8974 Document mbedtls_calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  48. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 1 month ago
  49. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 1 month ago
  50. ce05f54 Properly disable ECDH in only (psk) ephemeral ffdh key exchange components by Przemek Stekiel · 2 years, 1 month ago
  51. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 1 month ago
  52. 55ef22c mbedtls_config.h: add description for CTR_DRBG about AES-128 only by Yanray Wang · 2 years, 1 month ago
  53. 7265bab mbedtls_config.h: remove empty * line before closing */ line by Yanray Wang · 2 years, 2 months ago
  54. d2ae432 mbedtls_config.h: rewrite comment for AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 2 months ago
  55. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 2 months ago
  56. 1ed226f Auto-enable CTR_DRBG_USE_128_BIT_KEY with AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 2 months ago
  57. 4a7fdff mbedtls_config.h: paraphrase code size saving in comment by Yanray Wang · 2 years, 2 months ago
  58. 3d4d146 mbedtls_config.h: fix issue in grammar by Yanray Wang · 2 years, 2 months ago
  59. 732ca32 AES: add macro of MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH by Arto Kinnunen · 2 years, 3 months ago
  60. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  61. f317df9 Merge pull request #7461 from valeriosetti/issue7460-part1 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  62. f100f00 Add warnings to documentation stating that p256-m code may be out of date with upstream, plus other minor grammatical fixes. by Aditya Deshpande · 2 years, 4 months ago
  63. bac592d Remove rand() from p256_generate_random() and move to an implementation based on mbedtls_ctr_drbg by Aditya Deshpande · 2 years, 5 months ago
  64. e41f7e4 Integrate p256-m as an example driver alongside Mbed TLS and write documentation for the example. by Aditya Deshpande · 2 years, 6 months ago
  65. a1a039d Improve minimum compiler versions document by Jerry Yu · 2 years, 3 months ago
  66. f015a93 Add msvc version document by Jerry Yu · 2 years, 3 months ago
  67. cf35d77 doc: update USE_PSA_CRYPTO description by valerio · 2 years, 3 months ago
  68. 219f978 Merge pull request #7059 from ronald-cron-arm/psa-crypto-misc by Ronald Cron · 2 years, 3 months ago
  69. b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
  70. e6e6b75 psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration option by Ronald Cron · 2 years, 6 months ago
  71. 9463e78 Fix a typo by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  72. 4fa702a Update documented dependencies on ECC algs by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  73. 93b21e7 Update documentation to mention ECC drivers by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  74. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  75. 2ca08c8 Try again to clarify USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  76. a22857b Fix documented dependencies on TLS 1.2 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  77. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
  78. 161dca6 Fix typos & improve wording in comments by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  79. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  80. fb8d90a RSA: always use MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  81. 1c2008f PEM: always use MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  82. be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  83. 41bc8b6 ECJPAKE: always use MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  84. 534d64d MD no longer depends on a built-in hash by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  85. 97fd217 Merge pull request #7318 from tom-cosgrove-arm/update-mbedtls_have_asm-requirements-in-mbedtls_config.h by Dave Rodgman · 2 years, 4 months ago
  86. d3b6e92 Merge pull request #997 from gilles-peskine-arm/aesni-intrinsics by Dave Rodgman · 2 years, 4 months ago
  87. f586aa2 Note that MBEDTLS_HAVE_ASM is required by MBEDTLS_AESCE_C by Tom Cosgrove · 2 years, 4 months ago
  88. f918d42 Tidy up ARMCE terminology by Dave Rodgman · 2 years, 4 months ago
  89. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 4 months ago
  90. 0bfccfa Document the new state of AESNI support by Gilles Peskine · 2 years, 4 months ago
  91. a0589e7 Changes from review by Jan Bruckner · 2 years, 4 months ago
  92. 023c885 Merge pull request #7203 from yuhaoth/pr/add-cpu-modifier-for-aesce by Dave Rodgman · 2 years, 4 months ago
  93. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 5 months ago
  94. fbf9523 Revert "Add experimental warning" by Jerry Yu · 2 years, 4 months ago
  95. e4622a3 Merge remote-tracking branch 'development/development' into development-restricted by Paul Elliott · 2 years, 4 months ago
  96. efbc5f7 Update wording in comments by Dave Rodgman · 2 years, 4 months ago
  97. be510fe Add experimental warning by Jerry Yu · 2 years, 4 months ago
  98. be78386 Remove documents about command line options. by Jerry Yu · 2 years, 4 months ago
  99. 3fe2abf Apply suggestions from code review by Dave Rodgman · 2 years, 4 months ago
  100. 7c33b0c Remove pre-production warnings by Dave Rodgman · 2 years, 4 months ago