1. eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 10 months ago
  2. 170be45 Merge pull request #8207 from mcagriaksoy/branch_old_try by Gilles Peskine · 1 year, 11 months ago
  3. a11eac4 code style by Dave Rodgman · 1 year, 11 months ago
  4. e99b24d Fix some clang-18 warnings by Dave Rodgman · 1 year, 11 months ago
  5. d9f2280 Fixes log level for got supported group message by mcagriaksoy · 1 year, 11 months ago
  6. e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
  7. e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
  8. 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years ago
  9. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  10. e80bbf4 Fix function name after rebase by Przemek Stekiel · 2 years, 1 month ago
  11. 1ffa450 tls: client: Improve writing of supported_groups ext by Ronald Cron · 2 years, 1 month ago
  12. 7dda271 Fix description of functions by Przemek Stekiel · 2 years, 1 month ago
  13. 7666945 Adapt guards in ssl_write_client_hello_body by Przemek Stekiel · 2 years, 1 month ago
  14. 98d7933 Update guards for supported groups by Przemek Stekiel · 2 years, 1 month ago
  15. f595c5b Use valid guard for filling group list with EC groups by Przemek Stekiel · 2 years, 1 month ago
  16. 8c0a953 Adapt remaining guards to FFDH by Przemek Stekiel · 2 years, 1 month ago
  17. 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 1 month ago
  18. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  19. 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
  20. cceb933 Add FFDH definitions and translation functions by Przemek Stekiel · 2 years, 2 months ago
  21. 060012c ssl_write_supported_groups_ext(): add support for ffdh keys by Przemek Stekiel · 2 years, 2 months ago
  22. d4a5d46 library: add remaining changes for the new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  23. 8a12aee tls: Initialize SSL context tls_version in mbedtls_ssl_setup() by Ronald Cron · 2 years, 5 months ago
  24. 43cc127 Fix code style by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  25. b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  26. 934ce6f Rename the finalize_client{server}_hello() by Xiaokang Qian · 2 years, 6 months ago
  27. 7179f81 Restore the empty lines by Xiaokang Qian · 2 years, 6 months ago
  28. 44051f6 Refine the state change after write client hello by Xiaokang Qian · 2 years, 6 months ago
  29. 79f7752 Move state change to finalize client hello by Xiaokang Qian · 2 years, 6 months ago
  30. 592021a Add CCS after client hello in case of early data and comp mode by Xiaokang Qian · 2 years, 7 months ago
  31. b46275c Add TLS1_3 guard to finalize_write_client_hello() to fix compile issue by Xiaokang Qian · 2 years, 7 months ago
  32. 126929f Move early keys generation into mbedtls_ssl_tls13_finalize_write_client_hello by Xiaokang Qian · 2 years, 7 months ago
  33. 854db28 Set hs_psk,ciphercuit_info and kex mode when writing pre-share key by Xiaokang Qian · 2 years, 7 months ago
  34. df6f52e Generate early key and switch outbound key to it after write client hello by Xiaokang Qian · 2 years, 7 months ago
  35. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  36. 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
  37. cd0a565 Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototype by Gilles Peskine · 2 years, 7 months ago
  38. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  39. 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
  40. 141bbe7 tls13: Adjust include files by Jerry Yu · 2 years, 8 months ago
  41. e01304f fix type conversion issue by Jerry Yu · 3 years, 4 months ago
  42. ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
  43. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  44. 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
  45. 7de2ff0 Refactor extension list print by Jerry Yu · 2 years, 9 months ago
  46. 63a459c Refactor client_hello parser and writer by Jerry Yu · 2 years, 9 months ago
  47. 4b8f2f7 Refactor sent extension message output by Jerry Yu · 2 years, 9 months ago
  48. c4bf5d6 fix various issues by Jerry Yu · 2 years, 9 months ago
  49. 0c354a2 introduce sent/recv extensions field by Jerry Yu · 2 years, 11 months ago
  50. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  51. 7aee0ec Minor improvements in ssl_client.c by David Horstmann · 2 years, 9 months ago
  52. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  53. 41a443a tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK.*ENABLED by Ronald Cron · 2 years, 10 months ago
  54. 49e4184 Merge pull request #6299 from xkqian/tls13_add_servername_check by Ronald Cron · 2 years, 10 months ago
  55. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  56. 307a730 Rebase and replace session_negotiate by Xiaokang Qian · 2 years, 10 months ago
  57. ed3afcd Fix various typo and macro guards issues by Xiaokang Qian · 2 years, 10 months ago
  58. ed0620c Refine code base on comments by Xiaokang Qian · 2 years, 10 months ago
  59. 0340929 Add MBEDTLS_SSL_SESSION_TICKETS guard to server name check by Xiaokang Qian · 2 years, 10 months ago
  60. d7adc37 Refine the server name compare logic by Xiaokang Qian · 2 years, 10 months ago
  61. a3b451f Adress kinds of comments base on review by Xiaokang Qian · 2 years, 10 months ago
  62. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  63. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  64. ecd7528 Address some comments by Xiaokang Qian · 2 years, 10 months ago
  65. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 10 months ago
  66. 22c18c1 Add NULL check in prepare hello by Jerry Yu · 2 years, 10 months ago
  67. 4f77ecf disable session resumption when ticket expired by Jerry Yu · 2 years, 10 months ago
  68. 21f9095 Revert "move ciphersuite validation to set_session" by Jerry Yu · 2 years, 10 months ago
  69. 379b91a add ticket age check by Jerry Yu · 2 years, 10 months ago
  70. 4a28563 Refactor macro-spanning ifs in ssl_client.c by David Horstmann · 2 years, 10 months ago
  71. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  72. 3ad67bf Rename functions and add test messages by XiaokangQian · 3 years ago
  73. 8698195 Address comments of various issues by XiaokangQian · 3 years ago
  74. adab9a6 Fix transcript issues and add cases against openssl by XiaokangQian · 3 years ago
  75. 008d2bf Address comments in psk client review by XiaokangQian · 3 years ago
  76. eb69aee Add psk code to tls13 client side by XiaokangQian · 3 years, 1 month ago
  77. a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  78. eaf3651 Rebase and solve conflicts by XiaokangQian · 3 years, 3 months ago
  79. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  80. 75d40ef Refine code base on review by XiaokangQian · 3 years, 3 months ago
  81. fd8cbda Remove ECDH code specific to TLS 1.3 by Ronald Cron · 3 years, 4 months ago
  82. cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
  83. e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 4 months ago
  84. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 4 months ago
  85. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 4 months ago
  86. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  87. 11218dd ssl_client.c: Fix unused parameter by Ronald Cron · 3 years, 4 months ago
  88. 6476726 Fix comments by Ronald Cron · 3 years, 4 months ago
  89. 757a2ab ssl_client.c: Extend and export ciphersuite validation function by Ronald Cron · 3 years, 4 months ago
  90. f735cf1 ssl_tls.c: Fix ciphersuite selection regarding protocol version by Ronald Cron · 3 years, 4 months ago
  91. 3cffc5c tls: Remove unnecessary checks of MBEDTLS_CIPHERSUITE_NODTLS by Ronald Cron · 3 years, 4 months ago
  92. 150d579 ssl_client.c: Improve coding style by Ronald Cron · 3 years, 4 months ago
  93. da41b38 Improve and fix comments by Ronald Cron · 3 years, 4 months ago
  94. 8ecd993 ssl_client.c: Fix state change for DTLS 1.2 by Ronald Cron · 3 years, 4 months ago
  95. fbd9f99 ssl_tls.c: Move some client specific functions to ssl_client.c by Ronald Cron · 3 years, 4 months ago
  96. 5f4e912 ssl_client.c: Add DTLS ClientHello message sending specifics by Ronald Cron · 3 years, 5 months ago
  97. 4079abc ssl_client.c: Adapt extensions writing to the TLS 1.2 case by Ronald Cron · 3 years, 5 months ago
  98. 11e1857 ssl_client.c: Fix key share code guards by Ronald Cron · 3 years, 4 months ago
  99. df823bf ssl_client.c: Re-order partially extension writing by Ronald Cron · 3 years, 4 months ago
  100. 42c1cbf ssl_client.c: Adapt compression methods comment to TLS 1.2 case by Ronald Cron · 3 years, 5 months ago