1. 91bb3f0 Wrap lines in library/ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
  2. 958b6ff Wrap lines which exceed 80 chars in ssl_tls13_client.c by Xiaokang Qian · 2 years, 4 months ago
  3. eff5673 Improve and align variable names for supported versions data by Ronald Cron · 2 years, 4 months ago
  4. b828c7d Fix, improve and add comments by Ronald Cron · 2 years, 4 months ago
  5. 47dce63 tls13: Add function to search for a supported_versions extension by Ronald Cron · 2 years, 6 months ago
  6. 080a22b ssl_tls13: use PSA_WANT_ALG_ECDH as symbol for marking ECDH capability by Valerio Setti · 2 years, 4 months ago
  7. 0c8ec39 ssl_tls: fix proper guards for accelerated ECDH by Valerio Setti · 2 years, 4 months ago
  8. 90df310 ssl_tls13: fix guards for accel ECDH by Valerio Setti · 2 years, 5 months ago
  9. 1a38e54 Changes from 2nd review by Jan Bruckner · 2 years, 5 months ago
  10. a0589e7 Changes from review by Jan Bruckner · 2 years, 5 months ago
  11. 151f642 Add parsing for Record Size Limit extension in TLS 1.3 by Jan Bruckner · 2 years, 6 months ago
  12. 5a3629b Fix debug print of encrypted extensions by Jan Bruckner · 2 years, 5 months ago
  13. 5e5aa4a Merge pull request #7218 from tom-cosgrove-arm/fix-typos-230307 by Dave Rodgman · 2 years, 5 months ago
  14. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  15. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  16. 63e33dd Fix unchecked return value by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  17. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  18. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  19. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  20. 8dc4ce7 Fix various coding style and comment issues by Xiaokang Qian · 2 years, 6 months ago
  21. 6b98001 Replace session_negotiate->ciphersuite with handshake->ciphersuite_info->id by Xiaokang Qian · 2 years, 6 months ago
  22. 53c4c27 Update the comment of ciphersuite check for early data by Xiaokang Qian · 2 years, 6 months ago
  23. 64bc9bc Add comments to describe the early data behavior-encrypt/rejected... by Xiaokang Qian · 2 years, 6 months ago
  24. e04afdc Refine the condition of whether re-generate early keys by Xiaokang Qian · 2 years, 6 months ago
  25. eb31cbc Share the hash check code between ticket and external psk by Xiaokang Qian · 2 years, 6 months ago
  26. 4ef8ba2 Assign the ciphersuite in finalize_hrr{server_hello} by Xiaokang Qian · 2 years, 6 months ago
  27. bb88324 Remove useless comments of outbound switch by Xiaokang Qian · 2 years, 6 months ago
  28. 02f5e14 Combine the alert check of selected_id and ciphercuite by Xiaokang Qian · 2 years, 6 months ago
  29. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  30. ac4c625 Add hash check of ciphersuite for ticket psk by Xiaokang Qian · 2 years, 6 months ago
  31. 6be8290 Change to CCS after client hello only if we offer early data by Xiaokang Qian · 2 years, 6 months ago
  32. 7179f81 Restore the empty lines by Xiaokang Qian · 2 years, 6 months ago
  33. b584621 Refine the ciphersuite and select id check for early data by Xiaokang Qian · 2 years, 6 months ago
  34. 7892b6c Refine the comment about generating early secrects in post server hello by Xiaokang Qian · 2 years, 6 months ago
  35. bd0ab06 Skip CCS once we proposed early data even it is rejected by Xiaokang Qian · 2 years, 6 months ago
  36. f6d8fd3 Improve the coding style of new lines by Xiaokang Qian · 2 years, 6 months ago
  37. 79f7752 Move state change to finalize client hello by Xiaokang Qian · 2 years, 6 months ago
  38. 3f616c2 Move selected_identity zero check to post_server_hello by Xiaokang Qian · 2 years, 7 months ago
  39. 1d8e86c Get hash_alg by mbedtls_psa_translate_md by Xiaokang Qian · 2 years, 7 months ago
  40. ea28a78 Revert new field and check ciphersuite match when resume by exist info_id by Xiaokang Qian · 2 years, 7 months ago
  41. 4224244 Improve coding styles and add comments by Xiaokang Qian · 2 years, 7 months ago
  42. 33ff868 Fix various errors by Xiaokang Qian · 2 years, 7 months ago
  43. 43a83f2 Move the place where call set_outbound_transform to switch handshake key by Xiaokang Qian · 2 years, 7 months ago
  44. 9074613 Fix compile error and warnings by Xiaokang Qian · 2 years, 7 months ago
  45. f10f474 Check server selected cipher suite indicating a Hash associated with the PSK by Xiaokang Qian · 2 years, 7 months ago
  46. 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
  47. 303f82c5 Skip generating early secrets in some cases by Xiaokang Qian · 2 years, 7 months ago
  48. 2a67493 Pend a illeagal allert when selected_identity isn't 0 by Xiaokang Qian · 2 years, 7 months ago
  49. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  50. 19d4416 Refine code to remove finalize_write_end_of_early_data() by Xiaokang Qian · 2 years, 7 months ago
  51. 7094f66 Remove useless duplicted mbedtls_ssl_tls13_ticket_get_psk by Xiaokang Qian · 2 years, 7 months ago
  52. 854db28 Set hs_psk,ciphercuit_info and kex mode when writing pre-share key by Xiaokang Qian · 2 years, 7 months ago
  53. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 7 months ago
  54. 742578c Remove end_of_early_data_coordinate() to align with exist style by Xiaokang Qian · 2 years, 7 months ago
  55. bc75bc0 Switch to MBEDTLS_SSL_END_OF_EARLY_DATA as needed by Xiaokang Qian · 2 years, 7 months ago
  56. c81a15a Change the comment format of end_of_early_data by Xiaokang Qian · 2 years, 7 months ago
  57. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  58. da8402d Switch outbound back to handshake key after end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  59. bf09376 Remove useless prepare_write_end_of_early_data by Xiaokang Qian · 2 years, 8 months ago
  60. 34aab55 Add prepare function to switch transform to early keys by Xiaokang Qian · 2 years, 8 months ago
  61. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
  62. 9b84ea7 remove ssl_tls13_has_compat_ticket_flags by Pengyu Lv · 2 years, 7 months ago
  63. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
  64. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
  65. 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 8 months ago
  66. 9356678 filter the tickets with tls13_kex_mode on client side. by Pengyu Lv · 2 years, 8 months ago
  67. 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 9 months ago
  68. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  69. 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
  70. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  71. 3e60cad Improve comment and changlog by Jerry Yu · 2 years, 7 months ago
  72. bdb936b Workaround anti replay fail of GnuTLS by Jerry Yu · 2 years, 7 months ago
  73. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  74. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  75. ddda050 tls13: Upstream various fix in prototype by Jerry Yu · 2 years, 8 months ago
  76. ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
  77. 4a8c9e2 tls13: Add definition of mbedtls_ssl_{write,read}_early_data by Ronald Cron · 2 years, 9 months ago
  78. 1d1d536 Merge pull request #6490 from xkqian/tls13_parse_early_data_indication_ee by Ronald Cron · 2 years, 8 months ago
  79. b157e91 Move the early data status set afeter all of the extensions parse by Xiaokang Qian · 2 years, 8 months ago
  80. e861ba0 Remove the duplicate early_data_status check by Xiaokang Qian · 2 years, 8 months ago
  81. ca09afc Remove useless function and parse early data in ee by Xiaokang Qian · 2 years, 8 months ago
  82. 8bee899 Add parse function for early data in encrypted extentions by Xiaokang Qian · 2 years, 9 months ago
  83. a8d3c50 Rename new session ticket name for TLS 1.3 by Jerry Yu · 2 years, 9 months ago
  84. 0cc4320 Add EARLY_DATA guard to the early data extension in session ticket by Xiaokang Qian · 2 years, 9 months ago
  85. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  86. fe3483f Update early data doument and config dependencies by Xiaokang Qian · 2 years, 9 months ago
  87. ae07cd9 Change ticket_flag base on review by Xiaokang Qian · 2 years, 9 months ago
  88. 2d87a9e Pend one alert in case wrong EXT_EARLY_DATA length by Xiaokang Qian · 2 years, 9 months ago
  89. a042b84 Address some format issues by Xiaokang Qian · 2 years, 9 months ago
  90. f447e8a Address comments base on reviews by Xiaokang Qian · 2 years, 9 months ago
  91. a341225 Change function name ssl_tls13_early_data_has_valid_ticket by Xiaokang Qian · 2 years, 9 months ago
  92. 01323a4 Add session ticket related check when send early data by Xiaokang Qian · 2 years, 9 months ago
  93. ecc2948 Fix format issues by Xiaokang Qian · 2 years, 9 months ago
  94. 7633281 Define the EARLY_DATA_STATUS 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. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  97. 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
  98. 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 9 months ago
  99. 79aa721 Rename ext print function and macro by Jerry Yu · 2 years, 9 months ago
  100. 50e00e3 Refactor server hello by Jerry Yu · 2 years, 9 months ago