1. 59d0781 Merge pull request #8164 from yanrayw/adjust_tfm_configs by Manuel Pégourié-Gonnard · 1 year, 9 months ago gh-readonly-queue/development/pr-8164-cf582df426677c1e2a1a15ec9ba1860a47c52a9a
  2. 08ea9bf Merge pull request #8487 from yanrayw/issue/6909/rename_tls13_conf_early_data by Tom Cosgrove · 1 year, 9 months ago
  3. 4dec9eb Merge pull request #8378 from mschulz-at-hilscher/fixes/issue-8377 by Gilles Peskine · 1 year, 9 months ago
  4. 9eb2abd Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
  5. 28d4093 Restore bump version by Dave Rodgman · 1 year, 9 months ago
  6. 3076969 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  7. c55b500 Changed notes in x509_csr.h to better describe the behavior of mbedtls_x509_csr_parse_der and mbedtls_x509_csr_parse_der_with_ext_cb. by Matthias Schulz · 1 year, 9 months ago
  8. 0751761 max_early_data_size: rename configuration function by Yanray Wang · 1 year, 9 months ago
  9. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  10. 8b6b41f Merge pull request #8434 from valeriosetti/issue8407 by Gilles Peskine · 1 year, 9 months ago
  11. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  12. 5779096 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 9 months ago
  13. d531dab check_config: let SSL_TLS depend on either CIPHER_C or USE_PSA_CRYPTO by Valerio Setti · 1 year, 9 months ago
  14. c5d9dd2 adjust_psa_from_legacy: enable ALG_STREAM_CIPHER on when CIPHER_C is defined by Valerio Setti · 2 years ago
  15. c1d50b6 check_config: fix dependency of PSA_CRYPTO_C on CIPHER_C by Valerio Setti · 2 years ago
  16. 95b7355 Merge pull request #6719 from yuhaoth/pr/tls13-early-data-add-early-data-of-client-hello by Ronald Cron · 1 year, 9 months ago
  17. d69d3cd Merge pull request #8298 from daverodgman/sha-armce-thumb2 by Dave Rodgman · 1 year, 9 months ago
  18. 5145902 Merge remote-tracking branch 'origin/development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  19. bd24d95 legacy_from_psa: fix support for PSA_ACCEL_ALG_[STREAM_CIPHER/ECB_NO_PADDING] by Valerio Setti · 1 year, 10 months ago
  20. edc32ea Uncrustified by Matthias Schulz · 1 year, 10 months ago
  21. 08e9423 Merge remote-tracking branch 'origin/development' into adjust_tfm_configs by Yanray Wang · 1 year, 10 months ago
  22. 893623f PBKDF2-AES-CMAC: remove not needed preprocessor directive by Yanray Wang · 1 year, 10 months ago
  23. 6407f8f Merge pull request #8322 from valeriosetti/issue8257 by Gilles Peskine · 1 year, 10 months ago
  24. ab40822 Added parameters to add callback function to handle unsupported extensions. Similar to how the callback functions work when parsing certificates. Also added new test cases. by Matthias Schulz · 1 year, 10 months ago
  25. c6d633f Merge pull request #8297 from valeriosetti/issue8064 by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  26. 2f00b7a cipher: reset MBEDTLS_CIPHER_HAVE_AEAD to MBEDTLS_CIPHER_MODE_AEAD by Valerio Setti · 1 year, 10 months ago
  27. 6d42921 Require at least on curve for ECP_LIGHT by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  28. 9fc1f24 md: restore md.h includes in source files directly using its elements by Valerio Setti · 1 year, 10 months ago
  29. 596ef6c cipher: reset MBEDTLS_CIPHER_HAVE_AEAD_LEGACY to previous naming by Valerio Setti · 1 year, 10 months ago
  30. 5f5573f cipher: reintroduce symbol for legacy AEAD support by Valerio Setti · 1 year, 10 months ago
  31. 7821df3 Adjust use of deprecated in Doxygen by Dave Rodgman · 1 year, 10 months ago
  32. d85277c Doxygen fixes by Dave Rodgman · 1 year, 10 months ago
  33. 193e383 check_config: fix typo causing build issues with only CCM enabled by Valerio Setti · 1 year, 10 months ago
  34. db1ca8f cipher: keep MBEDTLS_CIPHER_HAVE symbols private by Valerio Setti · 1 year, 10 months ago
  35. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  36. 7a799cc Share `early_data_status` between server and client by Jerry Yu · 2 years, 6 months ago
  37. 9b0c816 Merge pull request #8330 from KloolK/extern-c by Bence Szépkúti · 1 year, 10 months ago
  38. b0d9830 Merge branch 'development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  39. 02a634d md: remove unnecessary inclusions of mbedtls/md.h by Valerio Setti · 1 year, 10 months ago
  40. 6bd3d9b cipher: fix missing spaces by Valerio Setti · 1 year, 10 months ago
  41. d0411de cipher: add internal symbols for AEAD capabilities by Valerio Setti · 1 year, 10 months ago
  42. e7bac17 test: keep SSL_TICKET_C and SSL_CONTEXT_SERIALIZATION enabled by Valerio Setti · 1 year, 10 months ago
  43. be7915a Revert renaming of SHA512 options by Dave Rodgman · 1 year, 10 months ago
  44. 5b89c55 Rename MBEDTLS_SHAxxx_USE_ARMV8_yyy to MBEDTLS_SHAxxx_USE_ARMV8_A_yyy by Dave Rodgman · 1 year, 10 months ago
  45. fe9fda8 Rename MBEDTLS_ARCH_IS_ARMV8 to MBEDTLS_ARCH_IS_ARMV8_A by Dave Rodgman · 1 year, 10 months ago
  46. f097bef Refer to Armv8-A (not Armv8) in docs by Dave Rodgman · 1 year, 10 months ago
  47. c5861d5 Code style by Dave Rodgman · 1 year, 10 months ago
  48. 6ab314f More config option renaming by Dave Rodgman · 1 year, 10 months ago
  49. 94a634d Rename A64 config options by Dave Rodgman · 1 year, 10 months ago
  50. 946720a Fix C++ build issue when MBEDTLS_ASN1_PARSE_C is not enabled by Jan Bruckner · 1 year, 10 months ago
  51. 29db8b0 sha256.h: add guard for is224 in sha256 context by Yanray Wang · 1 year, 10 months ago
  52. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  53. 85d2a98 md: move definitions of MBEDTLS_MD_CAN to config_adjust_legacy_crypto.h by Valerio Setti · 1 year, 10 months ago
  54. 7ed619d Enable run-time detection for Thumb and Arm by Dave Rodgman · 1 year, 10 months ago
  55. bfe6021 Improve docs by Dave Rodgman · 1 year, 10 months ago
  56. ca92f50 Update docs for MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT by Dave Rodgman · 1 year, 10 months ago
  57. 8690859 Improve docs by Dave Rodgman · 1 year, 10 months ago
  58. 31ca313 Bump version to 3.5.0 by Minos Galanakis · 1 year, 10 months ago
  59. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  60. cc5bf49 Make SHA256 depend on Armv8, not aarch64 by Dave Rodgman · 1 year, 10 months ago
  61. 5ed7b2d Introduce MBEDTLS_ARCH_IS_ARMV8 by Dave Rodgman · 1 year, 10 months ago
  62. b51f3da Merge pull request #8264 from mpg/follow-up-8075 by Dave Rodgman · 1 year, 10 months ago
  63. 140c08e Minor clarifications. by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  64. 7f22f34 Add check for unsupported partial curves acceleration by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  65. 842d355 Add check for unsupported partial key type acceleration by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  66. 822870b Adjust handling of special case for DERIVE by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  67. e662736 Rename macros for consistency by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  68. dfa42b3 Improve documentation about driver-only p256-m. by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  69. eda7086 Auto-enable ACCEL macros for p256-m driver by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  70. f07ce3b Don't extend support for deprecated functions by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  71. 7f28856 Merge pull request #8260 from gilles-peskine-arm/crypto_spe-include-fix by Gilles Peskine · 1 year, 10 months ago
  72. 7a6836b Document that MBEDTLS_PSA_CRYPTO_SPM needs crypto_spe.h by Gilles Peskine · 1 year, 10 months ago
  73. 561bce6 Add build with some curves accelerated but not all by Manuel Pégourié-Gonnard · 1 year, 10 months ago
  74. 145bb29 check_config: add check of ASN1_[WRITE/PARSE]_C by Yanray Wang · 1 year, 10 months ago
  75. 6da7872 Merge pull request #1083 from gilles-peskine-arm/development-restricted-merge-20230925 by Dave Rodgman · 1 year, 10 months ago
  76. 702b645 Rename new header file by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  77. 8e82654 Be more subtle about key_type -> alg interaction by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  78. 3bc4d26 Special-case KEYPAIR_DERIVE (no driver support yet) by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  79. c2b12b1 Fix dependencies of built-in ECC keypair types by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  80. b4b13cc Fix deterministic ECDSA built-in dependencies by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  81. 3ccda15 Use consistent ordering for built-in activation by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  82. 2d04d78 Fix logic of ECC built-in activation again by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  83. 1db44dd Remove useless instances of MBEDTLS_SOME_BUILTIN_EC by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  84. 1a0a4d6 Implement new strategy for ECC accel/built-in by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  85. 0d99271 Group all ECC-related things in legacy_from_psa.h by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  86. bfc6ef7 Improve PSA config adjustment relate to keypair types by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  87. 7af9d07 Remove unnecessary block by Manuel Pégourié-Gonnard · 1 year, 11 months ago
  88. bf206b8 adjust_legacy_from_psa: undef SOME_BUILTIN_EC when builtin curves are used by Valerio Setti · 1 year, 11 months ago
  89. 19d9210 config_psa: resolve symbol redefinition issue by Valerio Setti · 1 year, 11 months ago
  90. ea167c3 check_config: remove unnecessary check about builtin curve usage by Valerio Setti · 1 year, 11 months ago
  91. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  92. b2219f6 config_psa: moving PSA_WANT auto-enabling code by Valerio Setti · 1 year, 11 months ago
  93. e6f65a9 config_psa: fix comment by Valerio Setti · 1 year, 11 months ago
  94. 67d82e7 build_info: add helpers to signal some support for a specific curve by Valerio Setti · 2 years ago
  95. 4b75a76 check_config: include also ECJPAKE_C as usage for builtin curves by Valerio Setti · 2 years ago
  96. dca8492 check_config: request at least 1 builtin EC alg if there is at least 1 builtin curve by Valerio Setti · 2 years ago
  97. 29837c7 config_psa: include builtin algs if there is at least 1 builtin curve by Valerio Setti · 2 years ago
  98. 9aed893 config_psa: check curves' support before EC ALGs by Valerio Setti · 2 years ago
  99. d6b473a config_psa: add internal helper to signal that some curve is builtin by Valerio Setti · 2 years ago
  100. 87076ab config_psa: ensure PSA_WANT_ECC is enabled for each MBEDTLS_ECP_DP by Valerio Setti · 2 years ago