1. 9f10979 Merge branch 'mbedtls-3.6-restricted' into mbedtls-3.6.1rc0-pr by David Horstmann · 11 months ago
  2. 9f44c88 Rename some "new_session_tickets" symbols by Ronald Cron · 11 months ago
  3. d67f801 Do not add a new field in the SSL config by Ronald Cron · 11 months ago
  4. 57ad182 ssl_client2: Fix new_session_tickets option parsing by Ronald Cron · 11 months ago
  5. 23303a4 Enable TLS 1.3 ticket handling in resumption tests by Ronald Cron · 11 months ago
  6. cd4da16 Don't call psa_crypto_init in test programs when not required for TLS 1.3 by Gilles Peskine · 11 months ago
  7. 4002e6f Merge remote-tracking branch 'mbedtls-3.6' into mbedtls-3.6-restricted by Gilles Peskine · 11 months ago
  8. 013d079 Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  9. 82984bc Adjust spacing in sample programs by Michael Schuster · 1 year, 2 months ago
  10. 6fa32fd Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 2 months ago
  11. 7201bc6 ssl_client2: Fix early data log by Ronald Cron · 1 year, 5 months ago
  12. e33b349 Merge pull request #8864 from valeriosetti/issue8848 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  13. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  14. 7541ebe programs: remove usage of mbedtls_pk_wrap_as_opaque() from tests by Valerio Setti · 1 year, 5 months ago
  15. 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 5 months ago
  16. b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 5 months ago
  17. a556189 ssl_client2: Add support for early data writing by Ronald Cron · 1 year, 6 months ago
  18. 2fe0ec8 ssl_client2: Add buffer overflow check by Ronald Cron · 1 year, 6 months ago
  19. ccfaefa ssl_client2: Switch from int to size_t by Ronald Cron · 1 year, 6 months ago
  20. 4e1bd47 ssl_client2: Move code to build http request by Ronald Cron · 1 year, 6 months ago
  21. 54a3829 ssl_client2: Simplify early_data option by Ronald Cron · 1 year, 6 months ago
  22. 6d0a093 use mbedtls_ssl_session_init() to init session variable by Benson Liou · 1 year, 7 months ago
  23. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  24. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  25. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  26. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  27. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  28. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  29. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  30. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  31. 611c717 Sync the early_data option with internal parameters in ssl_client2 by Xiaokang Qian · 1 year, 8 months ago
  32. f8fe11d Remove the generic file read functions and simply the early data read by Xiaokang Qian · 1 year, 8 months ago
  33. eaebedb Refine the detect code to enable early data or not by Xiaokang Qian · 1 year, 8 months ago
  34. b1db729 Rename the generic read functions to ssl_read_file_text by Xiaokang Qian · 1 year, 8 months ago
  35. 6c678d7 Improve the comments of early data input by Xiaokang Qian · 1 year, 8 months ago
  36. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  37. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  38. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  39. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  40. a0e810d Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  41. f745e5b Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 2 years ago
  42. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  43. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  44. 39a0a76 SSL programs: improve command-line error reporting by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  45. 3eea9a4 SSL programs: allow invoking without arguments by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  46. 0b74434 SSL programs: group options processing in 1 place by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  47. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  48. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  49. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  50. 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
  51. 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 2 months ago
  52. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  53. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  54. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  55. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  56. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 6 months ago
  57. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  58. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  59. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  60. d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
  61. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  62. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  63. d5fa0bf test: pake: check psa key validity before destroying it by Valerio Setti · 2 years, 8 months ago
  64. d6feb20 test: pake: allow opaque password only when USE_PSA is enabled by Valerio Setti · 2 years, 8 months ago
  65. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  66. 77e8315 fix formatting and typos by Valerio Setti · 2 years, 8 months ago
  67. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  68. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  69. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  70. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  71. fd7aa13 Merge pull request #6436 from yanrayw/ssl_client2-add-build-version by Gilles Peskine · 2 years, 9 months ago
  72. 2883219 Improve output message by Jerry Yu · 2 years, 9 months ago
  73. c3a7fa3 Update output message when certification verified fail by Jerry Yu · 2 years, 9 months ago
  74. ad9e99b fix session resumption fail when hostname is not localhost by Jerry Yu · 2 years, 9 months ago
  75. 84645e9 Simplify code of adding output in ssl_client2 by Yanray Wang · 2 years, 9 months ago
  76. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  77. f160ef1 Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 9 months ago
  78. 7f9ddb5 Merge branch 'Mbed-TLS:development' into ssl_client2-add-build-version by Yanray Wang · 2 years, 9 months ago
  79. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  80. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  81. 81378b7 programs: ssl: Remove dependency on TLS 1.3 for "sig_algs" option by Ronald Cron · 2 years, 10 months ago
  82. 20a8e63 programs: ssl: Fix some mbedtls_ssl_conf_sig_algs() guards by Ronald Cron · 2 years, 10 months ago
  83. 076b2d0 Improve the method of printing string build version by Yanray Wang · 2 years, 9 months ago
  84. 6ee1e20 Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  85. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  86. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  87. ff4181e Fix build error in cmake while printing digital build version by Yanray Wang · 2 years, 9 months ago
  88. d976673 Add build version to the output of ssl_client2 by Yanray Wang · 2 years, 10 months ago
  89. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  90. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  91. fb8ac46 Change the name of servername when re-connect by Xiaokang Qian · 2 years, 10 months ago
  92. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 10 months ago
  93. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  94. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  95. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  96. 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
  97. 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago
  98. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 10 months ago
  99. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  100. 632939d ssl_client2: print pk key name when provided using key_opaque_algs by Przemek Stekiel · 3 years, 1 month ago