1. 31b601a improve comments by Jerry Yu · 1 year, 9 months ago
  2. ec6d078 Replace `start` with `ticket_creation` by Jerry Yu · 1 year, 9 months ago
  3. f16efbc fix various issues by Jerry Yu · 1 year, 9 months ago
  4. cebffc3 change time unit of ticket to milliseconds by Jerry Yu · 2 years, 8 months ago
  5. 97137f9 Merge pull request #7071 from yuhaoth/pr/tls13-ticket-add-max_early_data_size-field by Ronald Cron · 1 year, 8 months ago
  6. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  7. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  8. 7ef9fd8 fix various issues by Jerry Yu · 1 year, 9 months ago
  9. 2bea94c check the ticket version unconditional by Jerry Yu · 1 year, 9 months ago
  10. 44670c6 Revert "TLS 1.3: SRV: Don't select ephemeral mode on resumption" by Pengyu Lv · 1 year, 9 months ago
  11. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  12. 82fd6c1 Add selected key and ciphersuite check by Jerry Yu · 1 year, 9 months ago
  13. ce3b95e move ticket version check by Jerry Yu · 1 year, 9 months ago
  14. 454dda3 fix various issues by Jerry Yu · 1 year, 9 months ago
  15. dbd1e0d tls13: add helpers to check if psk[_ephemeral] allowed by ticket by Pengyu Lv · 1 year, 9 months ago
  16. 29daf4a tls13: server: fully check ticket_flags with available kex mode. by Pengyu Lv · 1 year, 9 months ago
  17. cfb23b8 tls13: server: parse pre_shared_key only when some psk is selectable by Pengyu Lv · 1 year, 9 months ago
  18. 71c14f1 write early data indication in EE msg by Jerry Yu · 2 years, 8 months ago
  19. 985c967 tls13: add more checks for server early data by Jerry Yu · 2 years, 8 months ago
  20. 7b71171 Add check_ticket_flags helper function by Pengyu Lv · 1 year, 9 months ago
  21. ed5e4e8 Merge branch 'development' into issue/6935/ticket_flags-kex-mode-determination by Pengyu Lv · 1 year, 10 months ago
  22. b47b299 fix various issues by Jerry Yu · 1 year, 10 months ago
  23. ab0da37 Add early data status update by Jerry Yu · 2 years, 6 months ago
  24. 33bf240 Add max_early_data_size into copy list by Jerry Yu · 2 years, 8 months ago
  25. 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
  26. de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
  27. c9ae862 tls: use TLS 1.3 guards in ssl_tls13 modules by Valerio Setti · 2 years ago
  28. ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
  29. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  30. 5c41ae8 Merge pull request #7887 from ronald-cron-arm/fix-hrr-in-psk-kem by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  31. 3d237b5 ssl_misc: fix guards for PSA data used in XXDH key exchanges by Valerio Setti · 2 years, 1 month ago
  32. 8a74f07 tls13: server: Fix spurious HRR by Ronald Cron · 2 years, 2 months ago
  33. d55d66f Fix missing includes by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  34. 408569f Adapt function name: mbedtls_ssl_tls13_generate_and_write_dh_key_exchange by Przemek Stekiel · 2 years, 1 month ago
  35. 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
  36. d5f79e7 Adapt functions names for ffdh by Przemek Stekiel · 2 years, 1 month ago
  37. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  38. 8c0a953 Adapt remaining guards to FFDH by Przemek Stekiel · 2 years, 2 months ago
  39. 29c219c Combine mbedtls_ssl_tls13_generate_and_write_ecdh/ffdh_key_exchange functions by Przemek Stekiel · 2 years, 2 months ago
  40. 6370662 Adapt guards for FFDH by Przemek Stekiel · 2 years, 2 months ago
  41. c89f3ea Add support for FFDH in TLS 1.3 by Przemek Stekiel · 2 years, 2 months ago
  42. 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  43. 1f2a587 Use actual function instead of static inline by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  44. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  45. da60913 fix: correct calling to time function in tls13 client&server by YxC · 2 years, 2 months ago
  46. 49f39c1 Fix the wrong debug _message function to _ret by Xiaokang Qian · 2 years, 4 months ago
  47. 09c3ccc Update the todo comment of record size limits by Xiaokang Qian · 2 years, 4 months ago
  48. 8bce0e6 Update group ext debug message in ssl_tls13_server.c by Xiaokang Qian · 2 years, 4 months ago
  49. 9f1747b Wrap lines which exceed 80 chars in ssl_tls13_server.c by Xiaokang Qian · 2 years, 4 months ago
  50. dad02b2 tls13: srv: Fix comment by Ronald Cron · 2 years, 4 months ago
  51. e45afd7 Use specific pointer to loop over proposed cipher suites by Ronald Cron · 2 years, 4 months ago
  52. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  53. 3bd2b02 Check for TLS 1.3 version first by Ronald Cron · 2 years, 4 months ago
  54. b828c7d Fix, improve and add comments by Ronald Cron · 2 years, 4 months ago
  55. 5af4c7f tls13: srv: Add detection to negotiate TLS 1.2 by Ronald Cron · 2 years, 5 months ago
  56. 8c527d0 tls13: srv: Parse supported versions extension early by Ronald Cron · 2 years, 5 months ago
  57. 2f16b4e tls13: srv: Postpone cipher suite selection by Ronald Cron · 2 years, 5 months ago
  58. cada410 tls13: srv: Postpone legacy session id copy by Ronald Cron · 2 years, 5 months ago
  59. d540d99 tls13: srv: Postpone client random copy by Ronald Cron · 2 years, 5 months ago
  60. 6458239 tls13: srv: Move TLS version setting by Ronald Cron · 2 years, 5 months ago
  61. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  62. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  63. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 5 months ago
  64. f1eb5e2 Merge branch 'development-restricted' into mbedtls-3.4.0rc0-pr by Paul Elliott · 2 years, 4 months ago
  65. 1a38e54 Changes from 2nd review by Jan Bruckner · 2 years, 5 months ago
  66. a0589e7 Changes from review by Jan Bruckner · 2 years, 5 months ago
  67. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  68. e4622a3 Merge remote-tracking branch 'development/development' into development-restricted by Paul Elliott · 2 years, 5 months ago
  69. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  70. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  71. d89360b Fix and improve documentation, comments and logs by Ronald Cron · 2 years, 5 months ago
  72. 25e9ec6 tls13: server: Select preferred cipher suite by Ronald Cron · 2 years, 5 months ago
  73. fc7ae87 tls13: server: Check ciphersuite list length parity once by Ronald Cron · 2 years, 5 months ago
  74. 606671e tls13: server: Check mbedtls_ssl_set_hs_psk returned value by Ronald Cron · 2 years, 5 months ago
  75. 52ad333 simplify helper function name by Pengyu Lv · 2 years, 6 months ago
  76. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  77. 306a01d refactor: move ticket_flags check into a function by Pengyu Lv · 2 years, 6 months ago
  78. 7667968 Revert "TLS 1.3: SRV: Validate kex modes when parsing psk" by Pengyu Lv · 2 years, 6 months ago
  79. dadeb20 TLS 1.3: SRV: Don't select ephemeral mode on resumption by Pengyu Lv · 2 years, 6 months ago
  80. f8e50a9 TLS 1.3: SRV: Validate kex modes when parsing psk by Pengyu Lv · 2 years, 6 months ago
  81. 0b740bc TLS 1.3: SRV: Check ticket_flags in kex mode determination by Pengyu Lv · 2 years, 6 months ago
  82. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
  83. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
  84. 3643fdb refine the state setting in tls13_handshake_wrapup by Pengyu Lv · 2 years, 7 months ago
  85. 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
  86. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
  87. a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
  88. 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 8 months ago
  89. e6487fe guard tls13_kex_modes related function calls with macro by Pengyu Lv · 2 years, 8 months ago
  90. 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
  91. c7af2c4 tls13: send new session ticket only when client supports psk by Pengyu Lv · 2 years, 8 months ago
  92. c55eeb6 tls13: check if the session ticket is compatible with key exchange modes by Pengyu Lv · 2 years, 9 months ago
  93. 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 9 months ago
  94. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  95. 141bbe7 tls13: Adjust include files by Jerry Yu · 2 years, 8 months ago
  96. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  97. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  98. 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
  99. 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 9 months ago
  100. 79aa721 Rename ext print function and macro by Jerry Yu · 2 years, 9 months ago