1. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 10 months ago
  2. c98f8d9 Merge branch 'development' into safer-ct5 by Dave Rodgman · 2 years ago
  3. e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
  4. 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years, 1 month ago
  5. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  6. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  7. 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years ago
  8. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  9. da403b7 tls: use already existing symbols to size the buffer for XXDḦ peer key by Valerio Setti · 2 years, 1 month ago
  10. 49e6907 tls: replace ECP_LIGHT occurrencies with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 1 month ago
  11. 6eb0054 tls: fix guards for legacy ECDH contexts by Valerio Setti · 2 years, 1 month ago
  12. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  13. c2232ea tls: replace PK_CAN_ECDH guards with new helpers by Valerio Setti · 2 years, 1 month ago
  14. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  15. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  16. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  17. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  18. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  19. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  20. 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
  21. e03ddbb Use valid size of peerkey buffer (EC vs FF) by Przemek Stekiel · 2 years, 1 month ago
  22. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  23. c216d94 Merge remote-tracking branch 'origin/development' into safer-ct5 by Dave Rodgman · 2 years, 2 months ago
  24. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  25. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 2 months ago
  26. 6370662 Adapt guards for FFDH by Przemek Stekiel · 2 years, 2 months ago
  27. cceb933 Add FFDH definitions and translation functions by Przemek Stekiel · 2 years, 2 months ago
  28. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  29. 2801f7f Move mbedtls_ct_hmac into ssl_msg.c by Dave Rodgman · 2 years, 3 months ago
  30. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  31. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  32. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  33. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 6 months ago
  34. 77a904c ssl: remove useless guard by Valerio Setti · 2 years, 4 months ago
  35. 1fa5c56 ssl_tls: fix guard symbols for EC accelerated tests by Valerio Setti · 2 years, 4 months ago
  36. 226f9b9 ssl_tls: fix guard in ssl_misc.h by Valerio Setti · 2 years, 4 months ago
  37. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  38. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 4 months ago
  39. 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 5 months ago
  40. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  41. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  42. a0589e7 Changes from review by Jan Bruckner · 2 years, 5 months ago
  43. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  44. 289e5ba Merge pull request #7082 from valeriosetti/issue6861 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  45. a2fc399 Merge pull request #6829 from AndrzejKurek/unify-psa-errors by Gilles Peskine · 2 years, 5 months ago
  46. 2f1d967 ssl: fix included pk header file by Valerio Setti · 2 years, 5 months ago
  47. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  48. f057ecf Use MD not low-level sha256/512 in TLS by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  49. 1ad9ef2 ssl: use new macros for ECDSA capabilities by Valerio Setti · 2 years, 5 months ago
  50. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  51. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  52. 226aa15 Make handshake hashing functions return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  53. 70341c1 Merge pull request #6773 from yanrayw/6675-change-early_secrets-to-local by Ronald Cron · 2 years, 6 months ago
  54. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  55. b46275c Add TLS1_3 guard to finalize_write_client_hello() to fix compile issue by Xiaokang Qian · 2 years, 7 months ago
  56. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  57. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 7 months ago
  58. d05ac5d Add extern apis mbedtls_ticket_get_psk. by Xiaokang Qian · 2 years, 8 months ago
  59. acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
  60. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
  61. a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
  62. b7d50ac tls13: add helpers to manipulate ticket_flags by Pengyu Lv · 2 years, 9 months ago
  63. bae9e74 Enhancement: change tls13_early_secrets to local variable by Yanray Wang · 2 years, 8 months ago
  64. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  65. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  66. 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
  67. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  68. 67419f0 tls: fix + save code size when DEBUG_C is not enabled by Valerio Setti · 2 years, 7 months ago
  69. 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 7 months ago
  70. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  71. 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
  72. 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  73. ddda050 tls13: Upstream various fix in prototype by Jerry Yu · 2 years, 8 months ago
  74. a5b2c52 Merge remote-tracking branch 'restricted/development-restricted' into mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
  75. ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
  76. acbb6dc Merge remote-tracking branch 'origin/development' into merge-dev by Dave Rodgman · 2 years, 8 months ago
  77. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  78. 3ce61ff fix comments and function name issues by Jerry Yu · 2 years, 8 months ago
  79. 3d9b590 guards transform_earlydata by Jerry Yu · 2 years, 9 months ago
  80. bf9b23a Merge pull request #6648 from gilles-peskine-arm/psa-ecb-null-0 by Dave Rodgman · 2 years, 8 months ago
  81. 5a34b36 Remove more now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  82. ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  83. d4a9b1a tls: psa_pake: remove useless defines and fix a comment by Valerio Setti · 2 years, 8 months ago
  84. 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 8 months ago
  85. 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 8 months ago
  86. a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 8 months ago
  87. 4a9caaa tls12: psa_pake: check elliptic curve's TLS ID on handshake by Valerio Setti · 2 years, 9 months ago
  88. fbbc1f3 tls12: psa_pake: use proper defines for the output size of each step in ECJPAKE by Valerio Setti · 2 years, 9 months ago
  89. 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
  90. e9f92c4 tls: Fix in_cid buffer size in transform structure by Ronald Cron · 2 years, 9 months ago
  91. a042b84 Address some format issues by Xiaokang Qian · 2 years, 9 months ago
  92. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  93. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 9 months ago
  94. 338f727 Move EARLY_DATA_OFF/ON guard to ssl_misc.h by Xiaokang Qian · 2 years, 9 months ago
  95. b781a23 Move ssl_tls13_has_configured_ticket() back to tls13 client by Xiaokang Qian · 2 years, 9 months ago
  96. 893ad81 Remove useless early_secrets field by Xiaokang Qian · 2 years, 9 months ago
  97. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  98. b95dd36 Add missing mask set and tls13 unrecognized extension by Jerry Yu · 2 years, 9 months ago
  99. ea52ed9 fix typo and spell issues by Jerry Yu · 2 years, 9 months ago
  100. ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago