1. 3b4471e MBEDTLS_SSL_MAX_EARLY_DATA_SIZE: default value should be commented out in config by Tom Cosgrove · 1 year, 11 months ago
  2. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  3. 1fdc884 Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode by Dave Rodgman · 2 years ago
  4. c6aeb0d check_config: remove unnecessary BIGNUM_C requirements by Valerio Setti · 2 years ago
  5. 13696bb improve check config option for i386 by Jerry Yu · 2 years ago
  6. 7c494e7 pk: move PK_HAVE_ECC_KEYS to build_info.h by Valerio Setti · 2 years ago
  7. 7dccb66 test: disable RSA support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  8. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  9. 170c199 Align guards of Windows specific configuration checks by Ronald Cron · 2 years, 1 month ago
  10. aa7cbd6 build_info: replace PK_CAN_ECDH with CAN_ECDH and fix comments by Valerio Setti · 2 years, 1 month ago
  11. a15078b pk: do not duplicate internal symbols for ECDH/ECDSA capabilities by Valerio Setti · 2 years, 1 month ago
  12. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  13. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  14. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  15. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 1 month ago
  16. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  17. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  18. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  19. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  20. ce05f54 Properly disable ECDH in only (psk) ephemeral ffdh key exchange components by Przemek Stekiel · 2 years, 1 month ago
  21. a7d454c Remove unnecessary check by Jerry Yu · 2 years, 4 months ago
  22. ed5998c Merge pull request #7422 from valeriosetti/remove-psa-have-full-symbols by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  23. 48fba6f Fix so that PSA_WANT_ALG_DETERMINISTIC_ECDSA implies PSA_HAVE_FULL_ECDSA. by Stephan Koch · 2 years, 4 months ago
  24. 6b006c1 remove KEY_TYPE_ECC_PUBLIC_KEY unnecessary requirement by Valerio Setti · 2 years, 4 months ago
  25. fd122f4 ecp: introduce new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  26. 969e206 remove PSA_HAVE_FULL_JPAKE symbol by Valerio Setti · 2 years, 4 months ago
  27. 6f66664 remove PSA_HAVE_FULL_ECDSA symbol by Valerio Setti · 2 years, 4 months ago
  28. 48859cc remove PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
  29. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  30. b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
  31. 59b61da Fix dependency check for TLS 1.3 ECDH by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  32. ee9fa46 check_config: add helper symbol for SECP256R1 by Valerio Setti · 2 years, 4 months ago
  33. 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
  34. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  35. 70a1b6d Fix typos by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  36. a31ddb9 Fix and simplify TLS hash dependency declarations by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  37. bb21c5a Use helper macros for hashes in check_config.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  38. 5cd4b64 Use MD-light in entropy.c by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  39. 4059aba accelerated ecdh: re-enable TLS 1.3 key exchanges and fix guards in check_config by Valerio Setti · 2 years, 5 months ago
  40. d3f0b9e ecdhe: fix guards for accelerated ECDHE key exchanges by Valerio Setti · 2 years, 5 months ago
  41. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
  42. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  43. fb8d90a RSA: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  44. be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  45. 41bc8b6 ECJPAKE: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  46. 534d64d MD no longer depends on a built-in hash by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  47. d3b6e92 Merge pull request #997 from gilles-peskine-arm/aesni-intrinsics by Dave Rodgman · 2 years, 4 months ago
  48. 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  49. 4ebe2a7 Merge pull request #7300 from valeriosetti/issue7281 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  50. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 4 months ago
  51. dd6021c Remove the dependency of MBEDTLS_AESNI_C on MBEDTLS_HAVE_ASM by Gilles Peskine · 2 years, 5 months ago
  52. 82b484e ecjpake: fix guards for driver only builds by Valerio Setti · 2 years, 5 months ago
  53. b599562 Merge pull request #7240 from tom-cosgrove-arm/fix-issue-7234 by Dave Rodgman · 2 years, 5 months ago
  54. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  55. 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  56. 45bcb6a Fix dependencies of 1.2 ECDSA key exchanges by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  57. 94e8412 Don't check prerequisites for MBEDTLS_AESCE_C if we won't use it by Tom Cosgrove · 2 years, 5 months ago
  58. 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
  59. 30c4618 Add new PSA_HAS_FULL_ECDSA macro for easily signal that PSA has full ECDSA support by Valerio Setti · 2 years, 5 months ago
  60. 05b80a4 Merge pull request #6201 from gilles-peskine-arm/tls13_only-renegotiation by Dave Rodgman · 2 years, 5 months ago
  61. 6def41b Merge pull request #6932 from yuhaoth/pr/fix-arm64-host-build-and-illegal_instrucion-fail by Gilles Peskine · 2 years, 5 months ago
  62. 7d3186d Disable MBEDTLS_SSL_RENEGOTIATION in tls13-only configuration by Gilles Peskine · 3 years ago
  63. 1ae2b2f Improve code style by Jerry Yu · 2 years, 5 months ago
  64. 35f2b26 move cpu modifier flags check to source file by Jerry Yu · 2 years, 6 months ago
  65. b3b85dd Disable macro conflict check by Jerry Yu · 2 years, 6 months ago
  66. 2fddfd7 Add AESCE confige options by Jerry Yu · 2 years, 7 months ago
  67. 3825749 Add milliseconds time function by Jerry Yu · 2 years, 8 months ago
  68. eba0ab5 Add million seconds time type. by Jerry Yu · 2 years, 8 months ago
  69. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  70. 8e45cdd fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACK by Valerio Setti · 2 years, 7 months ago
  71. a4bb0fa check_config: add missing dependencies for the build without BIGNUM by Valerio Setti · 2 years, 7 months ago
  72. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  73. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  74. a3f9959 sha: make SHA-224 independent from SHA-256 by Valerio Setti · 2 years, 8 months ago
  75. 43363f5 sha: make SHA-384 independent from SHA-512 by Valerio Setti · 2 years, 8 months ago
  76. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  77. ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  78. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  79. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  80. 1b84781 Disable code style correction in check_config.h by David Horstmann · 2 years, 9 months ago
  81. ad27b80 Declare ECP_RESTARTABLE and USE_PSA compatible by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  82. 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
  83. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  84. 16f6853 Add max_early_data_size config option by Jerry Yu · 2 years, 9 months ago
  85. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  86. b2e6615 Added deprecated warning in check_config.h by Hannes Tschofenig · 2 years, 8 months ago
  87. 88e5566 Changed order of conditions in check_config.h by Hannes Tschofenig · 2 years, 8 months ago
  88. 3bb0e43 fix review comment by Pengyu Lv · 2 years, 8 months ago
  89. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  90. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  91. d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
  92. 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
  93. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  94. 0977716 Update early data document and prerequisites check by Xiaokang Qian · 2 years, 9 months ago
  95. 50e5616 Fix typo in check_config.h by Dave Rodgman · 2 years, 9 months ago
  96. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  97. 89e82e1 pkcs7: Add dependecy on MBEDTLS_MD_C by Nick Child · 2 years, 9 months ago
  98. 95a0730 Change prerequisites of MBEDTLS_SSL_EARLY_DATA and add related check by Xiaokang Qian · 2 years, 9 months ago
  99. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  100. 07b70d9 Correct typo in LMS config check by Raef Coles · 2 years, 10 months ago