1. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  2. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  3. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  4. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  5. a7d454c Remove unnecessary check by Jerry Yu · 2 years, 4 months ago
  6. ed5998c Merge pull request #7422 from valeriosetti/remove-psa-have-full-symbols by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  7. 48fba6f Fix so that PSA_WANT_ALG_DETERMINISTIC_ECDSA implies PSA_HAVE_FULL_ECDSA. by Stephan Koch · 2 years, 4 months ago
  8. 6b006c1 remove KEY_TYPE_ECC_PUBLIC_KEY unnecessary requirement by Valerio Setti · 2 years, 4 months ago
  9. fd122f4 ecp: introduce new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  10. 969e206 remove PSA_HAVE_FULL_JPAKE symbol by Valerio Setti · 2 years, 4 months ago
  11. 6f66664 remove PSA_HAVE_FULL_ECDSA symbol by Valerio Setti · 2 years, 4 months ago
  12. 48859cc remove PSA_HAVE_FULL_ECDH symbol by Valerio Setti · 2 years, 4 months ago
  13. 86d5d4b Merge pull request #7103 from valeriosetti/issue6622 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  14. b8f5ba8 Merge pull request #6891 from yuhaoth/pr/add-milliseconds-platform-function by Dave Rodgman · 2 years, 4 months ago
  15. 59b61da Fix dependency check for TLS 1.3 ECDH by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  16. ee9fa46 check_config: add helper symbol for SECP256R1 by Valerio Setti · 2 years, 4 months ago
  17. 1a6d96f test: use full config as test starting point and solve issues by Valerio Setti · 2 years, 4 months ago
  18. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  19. 70a1b6d Fix typos by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  20. a31ddb9 Fix and simplify TLS hash dependency declarations by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  21. bb21c5a Use helper macros for hashes in check_config.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  22. 5cd4b64 Use MD-light in entropy.c by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  23. 4059aba accelerated ecdh: re-enable TLS 1.3 key exchanges and fix guards in check_config by Valerio Setti · 2 years, 5 months ago
  24. d3f0b9e ecdhe: fix guards for accelerated ECDHE key exchanges by Valerio Setti · 2 years, 5 months ago
  25. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
  26. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. fb8d90a RSA: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  28. be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  29. 41bc8b6 ECJPAKE: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  30. 534d64d MD no longer depends on a built-in hash by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  31. d3b6e92 Merge pull request #997 from gilles-peskine-arm/aesni-intrinsics by Dave Rodgman · 2 years, 4 months ago
  32. 5d1f29e ssl_tls: fix guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  33. 4ebe2a7 Merge pull request #7300 from valeriosetti/issue7281 by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  34. 0e2b06a Merge pull request #7083 from KloolK/record-size-limit/parsing by Dave Rodgman · 2 years, 4 months ago
  35. dd6021c Remove the dependency of MBEDTLS_AESNI_C on MBEDTLS_HAVE_ASM by Gilles Peskine · 2 years, 5 months ago
  36. 82b484e ecjpake: fix guards for driver only builds by Valerio Setti · 2 years, 5 months ago
  37. b599562 Merge pull request #7240 from tom-cosgrove-arm/fix-issue-7234 by Dave Rodgman · 2 years, 5 months ago
  38. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  39. 439dbc5 Fix dependency for TLS 1.3 as well by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  40. 45bcb6a Fix dependencies of 1.2 ECDSA key exchanges by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  41. 94e8412 Don't check prerequisites for MBEDTLS_AESCE_C if we won't use it by Tom Cosgrove · 2 years, 5 months ago
  42. 1470ce3 fix typos by Valerio Setti · 2 years, 5 months ago
  43. 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
  44. 05b80a4 Merge pull request #6201 from gilles-peskine-arm/tls13_only-renegotiation by Dave Rodgman · 2 years, 5 months ago
  45. 6def41b Merge pull request #6932 from yuhaoth/pr/fix-arm64-host-build-and-illegal_instrucion-fail by Gilles Peskine · 2 years, 5 months ago
  46. 7d3186d Disable MBEDTLS_SSL_RENEGOTIATION in tls13-only configuration by Gilles Peskine · 3 years ago
  47. 1ae2b2f Improve code style by Jerry Yu · 2 years, 5 months ago
  48. 35f2b26 move cpu modifier flags check to source file by Jerry Yu · 2 years, 6 months ago
  49. b3b85dd Disable macro conflict check by Jerry Yu · 2 years, 6 months ago
  50. 2fddfd7 Add AESCE confige options by Jerry Yu · 2 years, 7 months ago
  51. 3825749 Add milliseconds time function by Jerry Yu · 2 years, 8 months ago
  52. eba0ab5 Add million seconds time type. by Jerry Yu · 2 years, 8 months ago
  53. 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  54. 8e45cdd fix wrong dependency for X509_TRUSTED_CERTIFICATE_CALLBACK by Valerio Setti · 2 years, 7 months ago
  55. a4bb0fa check_config: add missing dependencies for the build without BIGNUM by Valerio Setti · 2 years, 7 months ago
  56. 7a389dd Merge pull request #6784 from valeriosetti/issue6702 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  57. d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
  58. a3f9959 sha: make SHA-224 independent from SHA-256 by Valerio Setti · 2 years, 8 months ago
  59. 43363f5 sha: make SHA-384 independent from SHA-512 by Valerio Setti · 2 years, 8 months ago
  60. 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  61. ad45c4d Document that ECP_RESTARTABLE depends on ECP_C by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  62. 1a100b6 Merge pull request #6705 from davidhorstmann-arm/code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  63. fbba0e9 Merge pull request #6537 from yuhaoth/pr/tls13-refactor-early-data-configuration-interface by Ronald Cron · 2 years, 8 months ago
  64. 1b84781 Disable code style correction in check_config.h by David Horstmann · 2 years, 9 months ago
  65. ad27b80 Declare ECP_RESTARTABLE and USE_PSA compatible by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  66. 12c46bd fix various issues by Jerry Yu · 2 years, 8 months ago
  67. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  68. 16f6853 Add max_early_data_size config option by Jerry Yu · 2 years, 9 months ago
  69. ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  70. b2e6615 Added deprecated warning in check_config.h by Hannes Tschofenig · 2 years, 8 months ago
  71. 88e5566 Changed order of conditions in check_config.h by Hannes Tschofenig · 2 years, 8 months ago
  72. 3bb0e43 fix review comment by Pengyu Lv · 2 years, 8 months ago
  73. a17d038 Merge branch 'development' into pr3431 by Bence Szépkúti · 2 years, 8 months ago
  74. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  75. d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
  76. 402bb1e Update documents and check by Xiaokang Qian · 2 years, 9 months ago
  77. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  78. 0977716 Update early data document and prerequisites check by Xiaokang Qian · 2 years, 9 months ago
  79. 50e5616 Fix typo in check_config.h by Dave Rodgman · 2 years, 9 months ago
  80. f58172f Merge remote-tracking branch 'origin/development' into pr3431 by Dave Rodgman · 2 years, 9 months ago
  81. 89e82e1 pkcs7: Add dependecy on MBEDTLS_MD_C by Nick Child · 2 years, 9 months ago
  82. 95a0730 Change prerequisites of MBEDTLS_SSL_EARLY_DATA and add related check by Xiaokang Qian · 2 years, 9 months ago
  83. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  84. 07b70d9 Correct typo in LMS config check by Raef Coles · 2 years, 10 months ago
  85. 1b43a74 Clean up LMS and LMOTS feature dependencies by Raef Coles · 2 years, 10 months ago
  86. 5127e85 Update LMS and LMOTS dependency macros by Raef Coles · 2 years, 10 months ago
  87. ab4f874 Add MBEDTLS_LMS_PRIVATE define by Raef Coles · 2 years, 11 months ago
  88. c8f9604 Use PSA hashing for LMS and LMOTS by Raef Coles · 3 years ago
  89. 7dce69a Make LMOTS a private api by Raef Coles · 3 years ago
  90. 8ff6df5 Add LMS implementation by Raef Coles · 4 years ago
  91. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  92. d61a4d3 Fix missing guard and double-space by Przemek Stekiel · 2 years, 10 months ago
  93. 52a428b Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
  94. 0957e7b Rmove MBEDTLS_NIST_KW_C dependency from MBEDTLS_SSL_TICKET_C by Przemek Stekiel · 2 years, 10 months ago
  95. 460192e Fix and sync configuration file and configuration verifiation by Przemek Stekiel · 2 years, 10 months ago
  96. ce5b68c Revert "Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions" by Przemek Stekiel · 2 years, 10 months ago
  97. e31ba83 Use basic symbols instead MBEDTLS_CIPHER_MODE_AEAD in check config by Przemek Stekiel · 2 years, 10 months ago
  98. d582a01 Make MBEDTLS_SSL_CONTEXT_SERIALIZATION dependent on AEAD by Przemek Stekiel · 2 years, 10 months ago
  99. a82290b Fix guards for mbedtls_ssl_ticket_write() and mbedtls_ssl_ticket_parse() functions by Przemek Stekiel · 2 years, 10 months ago
  100. b4e28aa Fix two typos by Manuel Pégourié-Gonnard · 2 years, 10 months ago