1. d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
  2. 72dbfef Improve coding styles by Xiaokang Qian · 2 years, 9 months ago
  3. d69d06f Improve format issue by Xiaokang Qian · 2 years, 9 months ago
  4. 72de95d Move function mbedtls_ssl_tls13_conf_early_data to ssl_tls.c by Xiaokang Qian · 2 years, 9 months ago
  5. 600804b Remove useless early data related macros for the time being by Xiaokang Qian · 2 years, 9 months ago
  6. 54413b1 Add early data support preparatory work by Xiaokang Qian · 2 years, 9 months ago
  7. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  8. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  9. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  10. f33da19 Merge pull request #6413 from daverodgman/update_docs_links by Dave Rodgman · 2 years, 10 months ago
  11. b319684 Additional updates to docs links by Dave Rodgman · 2 years, 10 months ago
  12. baa4764 Fix typo issues by Xiaokang Qian · 2 years, 10 months ago
  13. ed3afcd Fix various typo and macro guards issues by Xiaokang Qian · 2 years, 10 months ago
  14. 0340929 Add MBEDTLS_SSL_SESSION_TICKETS guard to server name check by Xiaokang Qian · 2 years, 10 months ago
  15. 2f9efd3 Address comments base on review by Xiaokang Qian · 2 years, 10 months ago
  16. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  17. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  18. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 10 months ago
  19. 8897c07 Add server only guards for psk callback by Jerry Yu · 3 years ago
  20. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  21. ba627bf improve document about session tickets by Jerry Yu · 2 years, 10 months ago
  22. 40b4a01 Improve documents by Jerry Yu · 2 years, 10 months ago
  23. d0766ec fix various issues by Jerry Yu · 2 years, 10 months ago
  24. 1ad7ace Add conf new session tickets by Jerry Yu · 3 years ago
  25. 1be4582 Remove useless guard around include by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  26. f17f85e Simplify definition of TLS 1.3 MD max size. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  27. 67ffab5 ssl.h: use PSA hash buffer size when PSA is used by Przemyslaw Stekiel · 2 years, 11 months ago
  28. 034492b ssl.h: Fix hash guards by Przemyslaw Stekiel · 2 years, 11 months ago
  29. a9a8816 ssl.h: adapt guards for MBEDTLS_SSL_TLS1_3_TICKET_RESUMPTION_KEY_LEN by Przemek Stekiel · 2 years, 11 months ago
  30. fd6cca4 CID update to RFC 9146 by Hannes Tschofenig · 3 years, 10 months ago
  31. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  32. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  33. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  34. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  35. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 1 month ago
  36. 25fdc2a Fix minor typos by Jan Bruckner · 3 years ago
  37. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  38. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  39. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  40. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  41. e67bef4 Add tls13 write new session ticket by Jerry Yu · 3 years, 1 month ago
  42. 0a430c8 Rename resumption_key and the hardcode len by Jerry Yu · 3 years ago
  43. b144138 Remove ticket_flags by Jerry Yu · 3 years ago
  44. 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years ago
  45. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  46. f8a4994 Add tls13 new session ticket parser by Jerry Yu · 3 years, 1 month ago
  47. c62ae5f Add new session ticket message check by Jerry Yu · 3 years, 1 month ago
  48. a270f67 Add tls13 session fields by Jerry Yu · 3 years, 1 month ago
  49. e19e3b9 Add psk_key_exchange_modes parser by Jerry Yu · 3 years, 1 month ago
  50. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  51. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  52. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  53. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
  54. 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
  55. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  56. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  57. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  58. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 2 months ago
  59. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  60. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  61. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
  62. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  63. 501c932 Import PSK as opaque PSA key for mbedtls_ssl_conf_psk() & mbedtls_ssl_set_hs_psk() by Neil Armstrong · 3 years, 3 months ago
  64. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  65. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 3 months ago
  66. 75d40ef Refine code base on review by XiaokangQian · 3 years, 3 months ago
  67. 0803755 Update code base on review comments by XiaokangQian · 3 years, 3 months ago
  68. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  69. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  70. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  71. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  72. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 5 months ago
  73. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  74. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 3 months ago
  75. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  76. d09b343 Deprecate mbedtls_ssl_conf_(min/max)_version() by Glenn Strauss · 3 years, 4 months ago
  77. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  78. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  79. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  80. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  81. 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  82. 236e17e Introduce mbedtls_ssl_hs_cb_t typedef by Glenn Strauss · 3 years, 5 months ago
  83. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  84. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  85. 0113cf1 Add accessor for own cid to ssl context by Paul Elliott · 3 years, 5 months ago
  86. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  87. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  88. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  89. 93ba3e3 Add mbedtls_ssl_is_handshake_over() function by Paul Elliott · 3 years, 4 months ago
  90. 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago
  91. 0ebf24a Adjust comment describing mbedtls_ssl_conf_sni() by Glenn Strauss · 3 years, 6 months ago
  92. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  93. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 6 months ago
  94. 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 6 months ago
  95. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 5 months ago
  96. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  97. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  98. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  99. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
  100. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago