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