1. 9ff6f8c Fix minor typos by Jan Bruckner · 3 years ago
  2. 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago
  3. aba26d0 Merge pull request #5963 from tom-daubney-arm/remove_ssl_compression_new by Dave Rodgman · 3 years ago
  4. ce7f18c Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  5. 20f89a9 Remove uses of SSL compression by Thomas Daubney · 3 years, 1 month ago
  6. 25fdc2a Fix minor typos by Jan Bruckner · 3 years ago
  7. e579ece Merge pull request #6087 from yuhaoth/pr/add-tls13-serialize_session_save_load by Ronald Cron · 3 years ago
  8. 340c559 Merge pull request #6079 from yuhaoth/pr/add-tls13-parse-pre_shared_key_offered_psks by Ronald Cron · 3 years ago
  9. a66fece Add endpoint/ticket_flag field for session by Jerry Yu · 3 years, 1 month ago
  10. 77f0148 Add psk/psk_ephemeral key exchange check by Jerry Yu · 3 years, 1 month ago
  11. e67bef4 Add tls13 write new session ticket by Jerry Yu · 3 years, 1 month ago
  12. 0a430c8 Rename resumption_key and the hardcode len by Jerry Yu · 3 years ago
  13. b144138 Remove ticket_flags by Jerry Yu · 3 years ago
  14. 08aed4d fix comments and time_t type issues by Jerry Yu · 3 years ago
  15. a357cf4 Rename new_session_ticket state by Jerry Yu · 3 years, 1 month ago
  16. f8a4994 Add tls13 new session ticket parser by Jerry Yu · 3 years, 1 month ago
  17. c62ae5f Add new session ticket message check by Jerry Yu · 3 years, 1 month ago
  18. a270f67 Add tls13 session fields by Jerry Yu · 3 years, 1 month ago
  19. e19e3b9 Add psk_key_exchange_modes parser by Jerry Yu · 3 years, 1 month ago
  20. bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
  21. 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
  22. f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
  23. 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
  24. 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
  25. 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
  26. 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
  27. 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
  28. 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 2 months ago
  29. 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
  30. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  31. 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
  32. e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
  33. 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
  34. 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 3 months ago
  35. 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 3 months ago
  36. 75d40ef Refine code base on review by XiaokangQian · 3 years, 3 months ago
  37. 0803755 Update code base on review comments by XiaokangQian · 3 years, 3 months ago
  38. 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
  39. cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
  40. ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
  41. 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
  42. 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
  43. 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
  44. a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 3 months ago
  45. bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
  46. d09b343 Deprecate mbedtls_ssl_conf_(min/max)_version() by Glenn Strauss · 3 years, 4 months ago
  47. 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
  48. 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
  49. da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
  50. dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
  51. 039080f Fix spelling of 'reasonable' in comments by Adam Wolf · 6 years ago
  52. 236e17e Introduce mbedtls_ssl_hs_cb_t typedef by Glenn Strauss · 3 years, 5 months ago
  53. 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
  54. 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
  55. 0113cf1 Add accessor for own cid to ssl context by Paul Elliott · 3 years, 5 months ago
  56. bdb4f58 Add and update documentation of some minor version fields by Ronald Cron · 3 years, 4 months ago
  57. a980adf Merge pull request #5637 from ronald-cron-arm/version-negotiation-1 by Ronald Cron · 3 years, 4 months ago
  58. de1adee Rename ssl_cli/srv.c by Ronald Cron · 3 years, 5 months ago
  59. 93ba3e3 Add mbedtls_ssl_is_handshake_over() function by Paul Elliott · 3 years, 4 months ago
  60. 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago
  61. 0ebf24a Adjust comment describing mbedtls_ssl_conf_sni() by Glenn Strauss · 3 years, 6 months ago
  62. 6989407 Add accessor to retrieve SNI during handshake by Glenn Strauss · 3 years, 6 months ago
  63. 36872db Provide means to reset handshake cert list by Glenn Strauss · 3 years, 6 months ago
  64. 2ed9527 Add server certificate selection callback by Glenn Strauss · 3 years, 6 months ago
  65. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 5 months ago
  66. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  67. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  68. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  69. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
  70. 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
  71. 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 6 months ago
  72. e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
  73. 915896f Add accessor function from mbedtls_ssl_context to the configuration by Gilles Peskine · 3 years, 7 months ago
  74. 69477b5 Add a field for application data to TLS structures by Gilles Peskine · 3 years, 7 months ago
  75. 0ff8ac8 fix comments issues by Jerry Yu · 3 years, 6 months ago
  76. fb28b88 move client_auth to handshake by Jerry Yu · 3 years, 6 months ago
  77. 7ce0f2a Wrap client_auth. by Jerry Yu · 3 years, 6 months ago
  78. 647719a Add hello retry request in client side by XiaokangQian · 3 years, 8 months ago
  79. 7ddc38c fix various issues by Jerry Yu · 3 years, 6 months ago
  80. 713013f fix various issues by Jerry Yu · 3 years, 6 months ago
  81. 6106fdc fix build fail without TLS13 by Jerry Yu · 3 years, 7 months ago
  82. f017ee4 merge write sig_alg of tls12 and tls13 by Jerry Yu · 3 years, 7 months ago
  83. a5c1bf0 Merge pull request #5367 from AndrzejKurek/doxygen-closure-fixes by Gilles Peskine · 3 years, 6 months ago
  84. fcca7cf Merge pull request #5428 from gstrauss/mbedtls_ssl_ciphersuite by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  85. 8f52690 Add accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
  86. 03e0146 Make KEY_ID_ENCODES_OWNER compatible with USE_PSA_CRYPTO by Andrzej Kurek · 3 years, 7 months ago
  87. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  88. 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
  89. 49ad619 Add injection of dummy's ChangeCipherSpec for middlebox compatibility by Ronald Cron · 3 years, 8 months ago
  90. c38c1f2 Merge pull request #5268 from gilles-peskine-arm/struct_reordering_3.0 by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  91. b3ec69d mbedtls_ssl_config: better document former bit-fields by Gilles Peskine · 3 years, 8 months ago
  92. 533a728 mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
  93. 8834d87 mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Gilles Peskine · 3 years, 8 months ago
  94. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 3 years, 9 months ago
  95. 3306284 Change code base on comments by XiaokangQian · 3 years, 9 months ago
  96. d6d234f Solve the ABI_API check issue for mbedtls_ssl_session by XiaokangQian · 3 years, 9 months ago
  97. c5c39d5 Change code for styles and comments .etc by XiaokangQian · 3 years, 9 months ago
  98. 1aef02e Fix initialized issues and remove useless code by XiaokangQian · 3 years, 9 months ago
  99. f13c560 Revert some changes about tls13 and macros by XiaokangQian · 3 years, 9 months ago
  100. a763498 Change code based on commetns by XiaokangQian · 3 years, 9 months ago