1. a9581d2 Fix CI failure of uninitialized fp by Xiaokang Qian · 1 year, 8 months ago
  2. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  3. 9634680 Add the test framework of early data by Xiaokang Qian · 1 year, 8 months ago
  4. daddfb5 Open the file once read in the file path by Xiaokang Qian · 1 year, 8 months ago
  5. 35c026c Read early data file by Xiaokang Qian · 1 year, 8 months ago
  6. 2a8035b Add read early data code by Xiaokang Qian · 1 year, 8 months ago
  7. 57db590 Rework to revert the early_data enabled flag by Xiaokang Qian · 1 year, 8 months ago
  8. ae95217 Enable early data depend on whether the early data file exist by Xiaokang Qian · 1 year, 8 months ago
  9. 611c717 Sync the early_data option with internal parameters in ssl_client2 by Xiaokang Qian · 1 year, 8 months ago
  10. f8fe11d Remove the generic file read functions and simply the early data read by Xiaokang Qian · 1 year, 8 months ago
  11. eaebedb Refine the detect code to enable early data or not by Xiaokang Qian · 1 year, 8 months ago
  12. b1db729 Rename the generic read functions to ssl_read_file_text by Xiaokang Qian · 1 year, 8 months ago
  13. 6c678d7 Improve the comments of early data input by Xiaokang Qian · 1 year, 8 months ago
  14. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  15. d5ed36f early data: rename configuration function by Yanray Wang · 1 year, 9 months ago
  16. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  17. afc6a99 Merge pull request #8381 from gilles-peskine-arm/20231017-misc-cleanup by Paul Elliott · 1 year, 9 months ago
  18. a0e810d Convey that it's ok for mbedtls_ssl_session_save to fail by Gilles Peskine · 1 year, 10 months ago
  19. f745e5b Merge remote-tracking branch 'development' into HEAD by Gilles Peskine · 2 years ago
  20. acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
  21. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  22. 39a0a76 SSL programs: improve command-line error reporting by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  23. 3eea9a4 SSL programs: allow invoking without arguments by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  24. 0b74434 SSL programs: group options processing in 1 place by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  25. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  26. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  27. da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
  28. 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
  29. 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 2 months ago
  30. d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  31. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  32. 5c8505f Fix typos by Tom Cosgrove · 2 years, 5 months ago
  33. 644a5c0 Fix bugs in example programs: change argc == 0 to argc < 2 by Aditya Deshpande · 2 years, 6 months ago
  34. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
  35. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  36. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  37. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  38. d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
  39. 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago
  40. eb3f788 tls: pake: do not destroy password key in TLS by Valerio Setti · 2 years, 8 months ago
  41. d5fa0bf test: pake: check psa key validity before destroying it by Valerio Setti · 2 years, 8 months ago
  42. d6feb20 test: pake: allow opaque password only when USE_PSA is enabled by Valerio Setti · 2 years, 8 months ago
  43. 661b9bc test: psa_pake: add specific log message for the opaque password by Valerio Setti · 2 years, 8 months ago
  44. 77e8315 fix formatting and typos by Valerio Setti · 2 years, 8 months ago
  45. d572a82 tls: psa_pake: add test for opaque password by Valerio Setti · 2 years, 8 months ago
  46. 2cd5ce0 Fix various issues cause rebase to latest code by Xiaokang Qian · 2 years, 9 months ago
  47. 9a0aafb Enable/disable MBEDTLS_SSL_EARLY_DATA for cases in ssl-opt.sh by Xiaokang Qian · 2 years, 9 months ago
  48. 0e97d4d Add early data indication to client side by Xiaokang Qian · 2 years, 9 months ago
  49. fd7aa13 Merge pull request #6436 from yanrayw/ssl_client2-add-build-version by Gilles Peskine · 2 years, 9 months ago
  50. 2883219 Improve output message by Jerry Yu · 2 years, 9 months ago
  51. c3a7fa3 Update output message when certification verified fail by Jerry Yu · 2 years, 9 months ago
  52. ad9e99b fix session resumption fail when hostname is not localhost by Jerry Yu · 2 years, 9 months ago
  53. 84645e9 Simplify code of adding output in ssl_client2 by Yanray Wang · 2 years, 9 months ago
  54. 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  55. f160ef1 Refactor macro-spanning if in ssl_client2.c by David Horstmann · 2 years, 9 months ago
  56. 7f9ddb5 Merge branch 'Mbed-TLS:development' into ssl_client2-add-build-version by Yanray Wang · 2 years, 9 months ago
  57. 73fe8df Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_PSK_ENABLED by Ronald Cron · 2 years, 10 months ago
  58. e68ab4f Introduce and use MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED by Ronald Cron · 2 years, 10 months ago
  59. 81378b7 programs: ssl: Remove dependency on TLS 1.3 for "sig_algs" option by Ronald Cron · 2 years, 10 months ago
  60. 20a8e63 programs: ssl: Fix some mbedtls_ssl_conf_sig_algs() guards by Ronald Cron · 2 years, 10 months ago
  61. 076b2d0 Improve the method of printing string build version by Yanray Wang · 2 years, 9 months ago
  62. 6ee1e20 Replace x509_CRT_PARSE_C with KEY_EXCHANGE_WITH_CERT_ENABLED by Andrzej Kurek · 2 years, 10 months ago
  63. e38b788 Add missing key exchange dependencies by Andrzej Kurek · 2 years, 10 months ago
  64. 6832774 Add missing dependencies by Andrzej Kurek · 2 years, 10 months ago
  65. ff4181e Fix build error in cmake while printing digital build version by Yanray Wang · 2 years, 10 months ago
  66. d976673 Add build version to the output of ssl_client2 by Yanray Wang · 2 years, 10 months ago
  67. bc663a0 Refine code based on commnets by Xiaokang Qian · 2 years, 10 months ago
  68. adf84a4 Remove public api mbedtls_ssl_reset_hostname() by Xiaokang Qian · 2 years, 10 months ago
  69. fb8ac46 Change the name of servername when re-connect by Xiaokang Qian · 2 years, 10 months ago
  70. 281fd1b Add server name check when proposeing pre-share key by Xiaokang Qian · 2 years, 10 months ago
  71. e3358e1 Merge pull request #6051 from mprse/permissions_2b_v2 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  72. 2c282c9 Merge pull request #6180 from yuhaoth/pr/add-tls13-multiple-session-tickets by Paul Elliott · 2 years, 10 months ago
  73. d433cd7 Merge pull request #6283 from mpg/driver-only-hashes-wrap-up by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  74. 50969e3 ssl-opt.sh: TLS 1.3 opaque key: Add test with unsuitable sig alg by Ronald Cron · 2 years, 11 months ago
  75. 7a51305 Add multi-session tickets test by Jerry Yu · 3 years ago
  76. be0224a Merge pull request #6167 from yuhaoth/pr/finalize-tls13-session-tickets by Ronald Cron · 2 years, 10 months ago
  77. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  78. 632939d ssl_client2: print pk key name when provided using key_opaque_algs by Przemek Stekiel · 3 years, 1 month ago
  79. 4746b10 fix various issues by Jerry Yu · 2 years, 11 months ago
  80. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 11 months ago
  81. 0203534 Add session save after got new session ticket by Jerry Yu · 3 years ago
  82. cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
  83. 8c95ac4 Add missing dependencies / alternatives by Andrzej Kurek · 3 years ago
  84. 2b4f02d Add new_session_ticket err handler by Jerry Yu · 3 years, 1 month ago
  85. 202919c refine supported sig alg print by Jerry Yu · 3 years, 1 month ago
  86. 64f410c Add tls13 sig alg parameters by Jerry Yu · 3 years, 1 month ago
  87. 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  88. 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
  89. 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
  90. cb20d20 Further code optimization by Przemek Stekiel · 3 years, 3 months ago
  91. 1d25e07 ssl_client2: fix default key opaque algs by Przemek Stekiel · 3 years, 3 months ago
  92. 488efa0 Fix compiler warnings: initialize local variables: psa_alg, psa_alg2, psa_usage by Przemek Stekiel · 3 years, 3 months ago
  93. 0921283 ssl_client2/ss_server2: optimize code for opaque key by Przemek Stekiel · 3 years, 3 months ago
  94. 89132a6 Fix call to mbedtls_pk_wrap_as_opaque(): use usage variable instead PSA_KEY_USAGE_SIGN_HASH by Przemek Stekiel · 3 years, 3 months ago
  95. a17b5c6 ssl_client: use key opaque algs given from command line by Przemek Stekiel · 3 years, 3 months ago
  96. 77fc9ab Fix typos and code style by Przemek Stekiel · 3 years, 3 months ago
  97. f1822fe ssl client: add key_opaque_algs command line option by Przemek Stekiel · 3 years, 3 months ago
  98. 068a13d Merge pull request #5771 from superna9999/5761-rsa-decrypt-rework-pk-wrap-as-opaque by Manuel Pégourié-Gonnard · 3 years, 3 months ago
  99. 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 3 months ago
  100. b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 3 months ago