1. 67d82e7 build_info: add helpers to signal some support for a specific curve by Valerio Setti · 2 years ago
  2. 4b75a76 check_config: include also ECJPAKE_C as usage for builtin curves by Valerio Setti · 2 years ago
  3. dca8492 check_config: request at least 1 builtin EC alg if there is at least 1 builtin curve by Valerio Setti · 2 years ago
  4. 29837c7 config_psa: include builtin algs if there is at least 1 builtin curve by Valerio Setti · 2 years ago
  5. 9aed893 config_psa: check curves' support before EC ALGs by Valerio Setti · 2 years ago
  6. d6b473a config_psa: add internal helper to signal that some curve is builtin by Valerio Setti · 2 years ago
  7. 87076ab config_psa: ensure PSA_WANT_ECC is enabled for each MBEDTLS_ECP_DP by Valerio Setti · 2 years ago
  8. 8ec2120 check_config: fix comment by Valerio Setti · 2 years ago
  9. 8600de8 check_config: perform checks only when config_psa.h is evaluated by Valerio Setti · 2 years ago
  10. 3b69e3e check_config: skip check on SECP224K1 because the PSA is never enabled by Valerio Setti · 2 years ago
  11. a7a1831 check_config: verify that each ECP_DP has the corresponding PSA_WANT_ECC by Valerio Setti · 2 years ago
  12. aaebc9b Merge pull request #8235 from daverodgman/misc-size by Dave Rodgman · 1 year, 11 months ago
  13. d3450da Re-order mbedtls_ccm_context by Dave Rodgman · 1 year, 11 months ago
  14. 67cf66b Add a note about the code size benefits by Gilles Peskine · 1 year, 11 months ago
  15. 08b66cd Move MBEDTLS_PSA_P256M_DRIVER_ENABLED to keep alphabetical order by Gilles Peskine · 1 year, 11 months ago
  16. efaee9a Give a production-sounding name to the p256m option by Gilles Peskine · 1 year, 11 months ago
  17. 5edb942 Merge pull request #8041 from mpg/tfm-p256m by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  18. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 11 months ago
  19. 452beb9 Merge pull request #8203 from gilles-peskine-arm/p256-m-production by Gilles Peskine · 1 year, 11 months ago
  20. 97bb726 Add clarifying comment by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  21. 4f119b8 Remove extra copies of a block of comment/define by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  22. f7298cd Fix some issues in comments by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  23. 83f0a65 Fix issue #8215 : add missing requires documentation in mbedtls_config.h by jnmeurisse · 1 year, 11 months ago
  24. 865730e Merge pull request #8212 from tom-cosgrove-arm/mbedtls_ssl_max_early_data_size-default-value by Gilles Peskine · 1 year, 11 months ago
  25. a63775b Move MBEDTLS_SSL_MAX_EARLY_DATA_SIZE to the correct section by Tom Cosgrove · 1 year, 11 months ago
  26. 3b4471e MBEDTLS_SSL_MAX_EARLY_DATA_SIZE: default value should be commented out in config by Tom Cosgrove · 1 year, 11 months ago
  27. 016db89 Update p256-m to state that it's ready for production by Gilles Peskine · 1 year, 11 months ago
  28. 3cea3ef Merge pull request #8025 from AgathiyanB/accept-numericoid-hexstring-x509 by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8025-f22999e99fff38825fb86794905c87dff5a4cdf8
  29. f22999e Merge pull request #8093 from yuhaoth/pr/add-target-architecture-macros by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8093-da0bb9fae87fbf636cb9060fb8df04862fc3f172
  30. 2e38a0d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
  31. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  32. ad2f351 Merge pull request #8171 from ronald-cron-arm/misc-minor-fixes by Ronald Cron · 1 year, 11 months ago
  33. 7fda906 Merge pull request #8161 from gilles-peskine-arm/config-boolean-options-wrong-section-202309 by Dave Rodgman · 1 year, 11 months ago
  34. d34c426 Move conditionals to keep doxygen with function by Agathiyan Bragadeesh · 1 year, 11 months ago
  35. 8673383 Modernize documentation of MBEDTLS_PLATFORM_ZEROIZE_ALT by Gilles Peskine · 1 year, 11 months ago
  36. d3d566f PSA config: Add comment about HKDF by Ronald Cron · 1 year, 11 months ago
  37. 5859098 Merge pull request #8160 from daverodgman/warn-unreachable by Gilles Peskine · 1 year, 11 months ago
  38. 85061b9 Improve sanity checking of MBEDTLS_HAVE_INTxx by Dave Rodgman · 1 year, 11 months ago
  39. f9e4caf Comment out default definition by Gilles Peskine · 1 year, 11 months ago
  40. d65ea42 Fix some TLS 1.3 settings that were required in mbedtls_config.h by Gilles Peskine · 1 year, 11 months ago
  41. da69eaa TLS 1.3 support is mostly complete by Gilles Peskine · 1 year, 11 months ago
  42. a8861e0 Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
  43. edc2379 Split build_info.h: create and populate mbedtls/config_adjust_ssl.h by Gilles Peskine · 1 year, 11 months ago
  44. dc720b0 Split build_info.h: create mbedtls/config_adjust_x509.h by Gilles Peskine · 1 year, 11 months ago
  45. 9d6a63b Split build_info.h: create and populate mbedtls/config_adjust_legacy_crypto.h by Gilles Peskine · 1 year, 11 months ago
  46. 4fb1542 Split config_psa.h: create and populate mbedtls/config_adjust_legacy_from_psa.h by Gilles Peskine · 1 year, 11 months ago
  47. 10c6f07 Split config_psa.h: create and populate mbedtls/config_adjust_psa_from_legacy.h by Gilles Peskine · 1 year, 11 months ago
  48. eca0178 Split config_psa.h: create and populate mbedtls/config_adjust_psa_superset_legacy.h by Gilles Peskine · 1 year, 11 months ago
  49. 5823977 Split config_psa.h: create and populate psa/crypto_adjust_auto_enabled.h by Gilles Peskine · 1 year, 11 months ago
  50. 7b7d903 Split config_psa.h: create and populate psa/crypto_adjust_config_synonyms.h by Gilles Peskine · 1 year, 11 months ago
  51. 8bd8a46 Merge pull request #8141 from tom-cosgrove-arm/define-psa-macros-to-1 by Tom Cosgrove · 1 year, 11 months ago
  52. fca0861 Add asn1 get tag and len to x509 create config by Agathiyan Bragadeesh · 1 year, 11 months ago
  53. 86dc085 Add asn1 write tag and len to x509 use c config by Agathiyan Bragadeesh · 1 year, 11 months ago
  54. d9572c0 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
  55. 7eced7d Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
  56. 42b02a9 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
  57. c43c3aa Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
  58. a9a53a0 Merge remote-tracking branch 'origin/development' into misc-code-size by Dave Rodgman · 1 year, 11 months ago
  59. 52af0d0 Fix unsafe behaviour in MBEDTLS_ASN1_IS_STRING_TAG by Agathiyan Bragadeesh · 2 years ago
  60. 29bf911 Merge pull request #7839 from daverodgman/psa-sha3 by Dave Rodgman · 2 years ago
  61. f65f71e improve various issues by Jerry Yu · 2 years ago
  62. 926221a Add target platform detection macros by Jerry Yu · 2 years ago
  63. af3e548 Make MBEDTLS_ASN1_IS_STRING_TAG to take signed int by Agathiyan Bragadeesh · 2 years ago
  64. bdf20a0 Alter MBEDTLS_ASN1_IS_STRING_TAG macro by Agathiyan Bragadeesh · 2 years ago
  65. 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
  66. d50562c Merge pull request #7827 from davidhorstmann-arm/reword-net-free-description-2544 by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7827-31b2d7414d245a19cc01321179bc7cbe21cc9ce0
  67. 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
  68. 7b7ecf5 Fix condition to include MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE by Gilles Peskine · 2 years, 3 months ago
  69. a458d48 Move the inclusion of the PSA config file(s) into build_info.h by Gilles Peskine · 2 years, 3 months ago
  70. 8cd1da4 Remove spurious extern "C" by Gilles Peskine · 2 years, 3 months ago
  71. 568799f ssl_ciphersuites: fix typo by Valerio Setti · 2 years ago
  72. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  73. 294be94 Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation by Gilles Peskine · 2 years ago gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
  74. 6c6b9f6 Change document to match real status by Jerry Yu · 2 years ago
  75. f4efd19 Reduce code size in ccm by Dave Rodgman · 2 years ago
  76. 2aaf888 Adjust struct layout for small size win by Dave Rodgman · 2 years ago
  77. 864f594 Adjust layout of some stucts by Dave Rodgman · 2 years ago
  78. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  79. d1fba7c pk: return PK_USE_PSA_EC_DATA to pk.h by Valerio Setti · 2 years ago
  80. 26b7c93 Merge pull request #7992 from valeriosetti/issue7755 by Manuel Pégourié-Gonnard · 2 years ago
  81. 54da1a6 Merge pull request #7578 from daverodgman/safer-ct5 by Manuel Pégourié-Gonnard · 2 years ago
  82. efe848f pk: fix some comments by Valerio Setti · 2 years ago
  83. c6aeb0d check_config: remove unnecessary BIGNUM_C requirements by Valerio Setti · 2 years ago
  84. 6beec7c Merge pull request #7989 from valeriosetti/issue7754 by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-7989-d170419eab66c8403e9eea925b3a1008cb791184
  85. 91c8372 Merge pull request #6999 from ivq/ecp_doc by Manuel Pégourié-Gonnard · 2 years ago gh-readonly-queue/development/pr-6999-e5fbd93eaf96581144ce41233b2bcdb1822ea42f
  86. 13696bb improve check config option for i386 by Jerry Yu · 2 years ago
  87. 0f6d565 pk: return PK_USE_PSA_EC_DATA to pk.h by Valerio Setti · 2 years ago
  88. 7c494e7 pk: move PK_HAVE_ECC_KEYS to build_info.h by Valerio Setti · 2 years ago
  89. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  90. aa9a158 Fix doc by Chien Wong · 2 years ago
  91. f11cfec Merge pull request #7998 from gilles-peskine-arm/MBEDTLS_PSA_CRYPTO_CONFIG-less_experimental by Gilles Peskine · 2 years ago
  92. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  93. 153ae46 Improve doc on special use of A in ecp group structure by Chien Wong · 2 years, 6 months ago
  94. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  95. 003a5e1 Merge pull request #1046 from Mbed-TLS/merge_3.4.1 by Dave Rodgman · 2 years ago
  96. a0fc998 Merge branch 'development' into merge_3.4.1 by Dave Rodgman · 2 years ago
  97. 6f80ac4 Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size by Dave Rodgman · 2 years ago
  98. 9a3ded1 Merge remote-tracking branch 'gilles-peskine-arm/3.4.0-updated-certs' into mbedtls-3.4.1rc0-pr by Dave Rodgman · 2 years ago
  99. c8ccc8f tls: add new symbol for generic TLS 1.2 and 1.3 support by Valerio Setti · 2 years ago
  100. df28b8d Add space to appease doxygen bug by David Horstmann · 2 years, 5 months ago