1. f311634 spelling by Matthias Schulz · 1 year, 6 months ago
  2. 7826678 Fix: by Matthias Schulz · 1 year, 6 months ago
  3. 0767fda Enhance GCM throughput using larger precalculated tables. Also refactored the code for shorter tables and moved the check for available accelerators to the context initialization code. by Matthias Schulz · 1 year, 6 months ago
  4. d5cab81 mbedtls_config: update documentation for CIPHER_C and CRYPTO_C by Valerio Setti · 1 year, 7 months ago
  5. c95ab2a mbedtls_config: extend documentation for MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  6. 5bad043 Merge pull request #8641 from valeriosetti/issue8358 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  7. e98ad59 mbedls_config: update documentation for MBEDTLS_PKCS[5/12]_C by Valerio Setti · 1 year, 7 months ago
  8. a70b3c2 rsa: minor comment/guard improvements by Tomi Fontanilles · 2 years, 1 month ago
  9. 7ab9072 mbedtls_config: update descriptions of MBEDTLS_CTR_DRBG_C and MBEDTLS_PSA_CRYPTO_C by Valerio Setti · 1 year, 8 months ago
  10. 11c3fd1 Merge pull request #8568 from yanrayw/issue/8356/block_cipher_no_decrypt_cleanup by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  11. 9fbac38 Merge pull request #8326 from daverodgman/aesce-thumb2 by Dave Rodgman · 1 year, 8 months ago
  12. 16b00f9 mbedtls_config: improve documentation for BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 8 months ago
  13. 690ee81 Merge remote-tracking branch 'origin/development' into support_cipher_encrypt_only by Yanray Wang · 1 year, 8 months ago
  14. 04fceb7 Add freshness check information into document by Jerry Yu · 1 year, 9 months ago
  15. cf91351 fix various issues by Jerry Yu · 1 year, 9 months ago
  16. 034a8b7 Update document of ticket age tolerance by Jerry Yu · 1 year, 9 months ago
  17. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  18. 9eb2abd Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
  19. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  20. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  21. e367e47 mbedtls_config: add new config option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT by Yanray Wang · 1 year, 9 months ago
  22. 48b965d Update clang version requirements by Dave Rodgman · 1 year, 10 months ago
  23. 4b8e8dc Improve compiler version checking + docs + testing for armclang by Dave Rodgman · 1 year, 10 months ago
  24. 18838f6 Fix docs for MBEDTLS_AESCE_C by Dave Rodgman · 1 year, 10 months ago
  25. 7821df3 Adjust use of deprecated in Doxygen by Dave Rodgman · 1 year, 10 months ago
  26. d85277c Doxygen fixes by Dave Rodgman · 1 year, 10 months ago
  27. be7915a Revert renaming of SHA512 options by Dave Rodgman · 1 year, 10 months ago
  28. 5b89c55 Rename MBEDTLS_SHAxxx_USE_ARMV8_yyy to MBEDTLS_SHAxxx_USE_ARMV8_A_yyy by Dave Rodgman · 1 year, 10 months ago
  29. f097bef Refer to Armv8-A (not Armv8) in docs by Dave Rodgman · 1 year, 10 months ago
  30. 6ab314f More config option renaming by Dave Rodgman · 1 year, 10 months ago
  31. 94a634d Rename A64 config options by Dave Rodgman · 1 year, 10 months ago
  32. 7ed619d Enable run-time detection for Thumb and Arm by Dave Rodgman · 1 year, 10 months ago
  33. bfe6021 Improve docs by Dave Rodgman · 1 year, 10 months ago
  34. ca92f50 Update docs for MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT by Dave Rodgman · 1 year, 10 months ago
  35. 8690859 Improve docs by Dave Rodgman · 1 year, 10 months ago
  36. 140c08e Minor clarifications. by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  37. dfa42b3 Improve documentation about driver-only p256-m. by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  38. 7a6836b Document that MBEDTLS_PSA_CRYPTO_SPM needs crypto_spe.h by Gilles Peskine · 1 year, 10 months ago
  39. 67cf66b Add a note about the code size benefits by Gilles Peskine · 1 year, 11 months ago
  40. 08b66cd Move MBEDTLS_PSA_P256M_DRIVER_ENABLED to keep alphabetical order by Gilles Peskine · 1 year, 11 months ago
  41. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 11 months ago
  42. 452beb9 Merge pull request #8203 from gilles-peskine-arm/p256-m-production by Gilles Peskine · 1 year, 11 months ago
  43. 83f0a65 Fix issue #8215 : add missing requires documentation in mbedtls_config.h by jnmeurisse · 1 year, 11 months ago
  44. a63775b Move MBEDTLS_SSL_MAX_EARLY_DATA_SIZE to the correct section by Tom Cosgrove · 1 year, 11 months ago
  45. 3b4471e MBEDTLS_SSL_MAX_EARLY_DATA_SIZE: default value should be commented out in config by Tom Cosgrove · 1 year, 11 months ago
  46. 016db89 Update p256-m to state that it's ready for production by Gilles Peskine · 1 year, 11 months ago
  47. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  48. 8673383 Modernize documentation of MBEDTLS_PLATFORM_ZEROIZE_ALT by Gilles Peskine · 1 year, 11 months ago
  49. f9e4caf Comment out default definition by Gilles Peskine · 1 year, 11 months ago
  50. d65ea42 Fix some TLS 1.3 settings that were required in mbedtls_config.h by Gilles Peskine · 1 year, 11 months ago
  51. da69eaa TLS 1.3 support is mostly complete by Gilles Peskine · 1 year, 11 months ago
  52. a8861e0 Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  53. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  54. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  55. 6c6b9f6 Change document to match real status by Jerry Yu · 2 years ago
  56. f11cfec Merge pull request #7998 from gilles-peskine-arm/MBEDTLS_PSA_CRYPTO_CONFIG-less_experimental by Gilles Peskine · 2 years ago
  57. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  58. 1414029 improve document about hardware only by Jerry Yu · 2 years ago
  59. 6943681 Improve error message and documents by Jerry Yu · 2 years, 3 months ago
  60. e77c4d9 Mention the crash risk without runtime detection by Jerry Yu · 2 years, 3 months ago
  61. 3660623 Rename plain c option and update comments by Jerry Yu · 2 years, 4 months ago
  62. 3fcf2b5 Rename HAS_NO_PLAIN_C to DONT_USE_SOFTWARE_CRYPTO by Jerry Yu · 2 years, 4 months ago
  63. 1b3ab36 Update comments by Jerry Yu · 2 years, 4 months ago
  64. 315fd30 Rename plain c disable option by Jerry Yu · 2 years, 4 months ago
  65. 0d4f4e5 Add option to disable built-in aes implementation. by Jerry Yu · 2 years, 4 months ago
  66. e416f03 Improve wording of MBEDTLS_ECP_WITH_MPI_UINT doc by Janos Follath · 2 years ago
  67. 2f04582 Move MBEDTLS_ECP_WITH_MPI_UINT to mbedtls_config.h by Janos Follath · 2 years ago
  68. d7bdbbe Improve naming of mimimum RSA key size generation configurations by Waleed Elmelegy · 2 years ago
  69. 25b4e72 MBEDTLS_PSA_CRYPTO_CONFIG is ready for production by Gilles Peskine · 2 years ago
  70. 3d158f0 Adapt tests to work on all possible minimum RSA key sizes by Waleed Elmelegy · 2 years, 1 month ago
  71. ab57071 Add a minimum rsa key size config to psa config by Waleed Elmelegy · 2 years, 1 month ago
  72. 76336c3 Enforce minimum key size when generating RSA key size by Waleed Elmelegy · 2 years, 1 month ago
  73. f14a5c3 Improve the documentation of MBEDTLS_PLATFORM_MEMORY by Andrzej Kurek · 2 years, 1 month ago
  74. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
  75. 8bfa24b Update compiler versions requirement by Jerry Yu · 2 years, 3 months ago
  76. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  77. c37e260 Add armclang version requirement for sha512 by Jerry Yu · 2 years, 3 months ago
  78. 2b3c06e Enable certain documented defines only when generating doxygen by Andrzej Kurek · 2 years, 1 month ago
  79. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  80. aae3208 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 3 months ago
  81. 84356a1 Add a description of how mbedtls_calloc is determined by Andrzej Kurek · 2 years, 3 months ago
  82. ecaf6fb Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 3 months ago
  83. 2d981f0 Extend mbedtls_calloc and mbedtls_free documentation by Andrzej Kurek · 2 years, 3 months ago
  84. c08ccd0 Add a test for calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  85. b9f8974 Document mbedtls_calloc zeroization by Andrzej Kurek · 2 years, 3 months ago
  86. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 2 months ago
  87. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  88. ce05f54 Properly disable ECDH in only (psk) ephemeral ffdh key exchange components by Przemek Stekiel · 2 years, 2 months ago
  89. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  90. 55ef22c mbedtls_config.h: add description for CTR_DRBG about AES-128 only by Yanray Wang · 2 years, 2 months ago
  91. 7265bab mbedtls_config.h: remove empty * line before closing */ line by Yanray Wang · 2 years, 3 months ago
  92. d2ae432 mbedtls_config.h: rewrite comment for AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 3 months ago
  93. d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
  94. 1ed226f Auto-enable CTR_DRBG_USE_128_BIT_KEY with AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 3 months ago
  95. 4a7fdff mbedtls_config.h: paraphrase code size saving in comment by Yanray Wang · 2 years, 3 months ago
  96. 3d4d146 mbedtls_config.h: fix issue in grammar by Yanray Wang · 2 years, 3 months ago
  97. 732ca32 AES: add macro of MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH by Arto Kinnunen · 2 years, 4 months ago
  98. 8e076e4 Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyle by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  99. f317df9 Merge pull request #7461 from valeriosetti/issue7460-part1 by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  100. 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, 5 months ago