1. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  2. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  3. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  4. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years ago
  5. 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years ago
  6. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years ago
  7. 8a74f07 tls13: server: Fix spurious HRR by Ronald Cron · 2 years, 1 month ago
  8. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  9. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years ago
  10. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years ago
  11. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  12. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years ago
  13. 8c0a953 Adapt remaining guards to FFDH by Przemek Stekiel · 2 years, 1 month ago
  14. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 1 month ago
  15. 6370662 Adapt guards for FFDH by Przemek Stekiel · 2 years, 2 months ago
  16. c89f3ea Add support for FFDH in TLS 1.3 by Przemek Stekiel · 2 years, 2 months ago
  17. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  18. 1f2a587 Use actual function instead of static inline by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  19. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  20. da60913 fix: correct calling to time function in tls13 client&server by YxC · 2 years, 2 months ago
  21. 49f39c1 Fix the wrong debug _message function to _ret by Xiaokang Qian · 2 years, 3 months ago
  22. 09c3ccc Update the todo comment of record size limits by Xiaokang Qian · 2 years, 3 months ago
  23. 8bce0e6 Update group ext debug message in ssl_tls13_server.c by Xiaokang Qian · 2 years, 3 months ago
  24. 9f1747b Wrap lines which exceed 80 chars in ssl_tls13_server.c by Xiaokang Qian · 2 years, 4 months ago
  25. dad02b2 tls13: srv: Fix comment by Ronald Cron · 2 years, 3 months ago
  26. e45afd7 Use specific pointer to loop over proposed cipher suites by Ronald Cron · 2 years, 3 months ago
  27. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 3 months ago
  28. 3bd2b02 Check for TLS 1.3 version first by Ronald Cron · 2 years, 3 months ago
  29. b828c7d Fix, improve and add comments by Ronald Cron · 2 years, 3 months ago
  30. 5af4c7f tls13: srv: Add detection to negotiate TLS 1.2 by Ronald Cron · 2 years, 4 months ago
  31. 8c527d0 tls13: srv: Parse supported versions extension early by Ronald Cron · 2 years, 4 months ago
  32. 2f16b4e tls13: srv: Postpone cipher suite selection by Ronald Cron · 2 years, 4 months ago
  33. cada410 tls13: srv: Postpone legacy session id copy by Ronald Cron · 2 years, 4 months ago
  34. d540d99 tls13: srv: Postpone client random copy by Ronald Cron · 2 years, 4 months ago
  35. 6458239 tls13: srv: Move TLS version setting by Ronald Cron · 2 years, 4 months ago
  36. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 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. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
  40. 1a38e54 Changes from 2nd review by Jan Bruckner · 2 years, 4 months ago
  41. a0589e7 Changes from review by Jan Bruckner · 2 years, 4 months ago
  42. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 5 months ago
  43. e4622a3 Merge remote-tracking branch 'development/development' into development-restricted by Paul Elliott · 2 years, 4 months ago
  44. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  45. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  46. d89360b Fix and improve documentation, comments and logs by Ronald Cron · 2 years, 5 months ago
  47. 25e9ec6 tls13: server: Select preferred cipher suite by Ronald Cron · 2 years, 5 months ago
  48. fc7ae87 tls13: server: Check ciphersuite list length parity once by Ronald Cron · 2 years, 5 months ago
  49. 606671e tls13: server: Check mbedtls_ssl_set_hs_psk returned value by Ronald Cron · 2 years, 5 months ago
  50. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 5 months ago
  51. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 6 months ago
  52. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 6 months ago
  53. 3643fdb refine the state setting in tls13_handshake_wrapup by Pengyu Lv · 2 years, 6 months ago
  54. 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 6 months ago
  55. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 6 months ago
  56. a1aa31b fix review comments by Pengyu Lv · 2 years, 7 months ago
  57. 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 7 months ago
  58. e6487fe guard tls13_kex_modes related function calls with macro by Pengyu Lv · 2 years, 7 months ago
  59. 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 7 months ago
  60. c7af2c4 tls13: send new session ticket only when client supports psk by Pengyu Lv · 2 years, 8 months ago
  61. c55eeb6 tls13: check if the session ticket is compatible with key exchange modes by Pengyu Lv · 2 years, 8 months ago
  62. 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 8 months ago
  63. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  64. 141bbe7 tls13: Adjust include files by Jerry Yu · 2 years, 8 months ago
  65. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 7 months ago
  66. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  67. 97be6a9 fix various issues by Jerry Yu · 2 years, 8 months ago
  68. 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 8 months ago
  69. 79aa721 Rename ext print function and macro by Jerry Yu · 2 years, 8 months ago
  70. b95dd36 Add missing mask set and tls13 unrecognized extension by Jerry Yu · 2 years, 8 months ago
  71. c437ee3 fix wrong return value by Jerry Yu · 2 years, 8 months ago
  72. e599132 fix tls13 psk only test fail by Jerry Yu · 2 years, 8 months ago
  73. 50e00e3 Refactor server hello by Jerry Yu · 2 years, 9 months ago
  74. edab637 Refactor new session ticket by Jerry Yu · 2 years, 9 months ago
  75. 63a459c Refactor client_hello parser and writer by Jerry Yu · 2 years, 9 months ago
  76. 4b8f2f7 Refactor sent extension message output by Jerry Yu · 2 years, 9 months ago
  77. c4bf5d6 fix various issues by Jerry Yu · 2 years, 9 months ago
  78. 0c354a2 introduce sent/recv extensions field by Jerry Yu · 2 years, 11 months ago
  79. e18dc7e Add forbidden extensions check for ClientHello by Jerry Yu · 3 years ago
  80. 471dee5 Add debug helpers to track extensions by Jerry Yu · 3 years ago
  81. 04e2133 Merge pull request #6482 from ronald-cron-arm/tls13-misc by Ronald Cron · 2 years, 9 months ago
  82. eac00ad tls13: server: Note down client not being authenticated in SSL context by Ronald Cron · 2 years, 10 months ago
  83. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  84. 766c0cd tls13: Add missing kex guards by Ronald Cron · 2 years, 9 months ago
  85. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 9 months ago
  86. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 9 months ago
  87. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 9 months ago
  88. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 9 months ago
  89. 28af501 Fix the ticket_lifetime equal to 0 issue by Xiaokang Qian · 2 years, 9 months ago
  90. be98f96 Remove useless hostname check in server side by Xiaokang Qian · 2 years, 9 months ago
  91. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 10 months ago
  92. c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 9 months ago
  93. 03aa174 Improve test message and title by Jerry Yu · 2 years, 9 months ago
  94. a99cbfa fix various issues by Jerry Yu · 2 years, 9 months ago
  95. 21b8976 Refactor macro-spanning if in ssl_tls13_server.c by David Horstmann · 2 years, 9 months ago
  96. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 10 months ago
  97. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  98. b72dac4 Fix PSA identifier of RSA_PKCS1V15 signing algorithms by Ronald Cron · 2 years, 10 months ago
  99. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  100. 359e65f limit session ticket number when resumption by Jerry Yu · 2 years, 10 months ago