1. a211bb7 Merge pull request #8596 from xkqian/tls13_early_data_input_file by Gilles Peskine · 1 year, 8 months ago
  2. aedfc09 Revert to ae952174a7 and addressing some comments by Xiaokang Qian · 1 year, 8 months ago
  3. dce183f Remove the duplicate cases and add early_data_file option by Xiaokang Qian · 1 year, 8 months ago
  4. 864c62a Add one test case with early_data_file by Xiaokang Qian · 1 year, 8 months ago
  5. dd8a7f8 Revert the early data test case by Xiaokang Qian · 1 year, 8 months ago
  6. 750e067 remove misbehavior tests and code by Jerry Yu · 1 year, 8 months ago
  7. ea96ac3 fix various issues by Jerry Yu · 1 year, 9 months ago
  8. 391c943 Add tests for ticket early data permission bit by Jerry Yu · 1 year, 9 months ago
  9. 40f3f1c Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-data by Ronald Cron · 1 year, 8 months ago
  10. 70fbdcf Change early data flag to input file by Xiaokang Qian · 1 year, 8 months ago
  11. 0e9eaff Update tests to the code status by Jerry Yu · 2 years, 6 months ago
  12. 951b3cb tls13-misc: cli: check parser of max_early_data_size ext by Yanray Wang · 1 year, 9 months ago
  13. 60e9972 replace check string by Jerry Yu · 1 year, 9 months ago
  14. 53199b1 Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoed by Tom Cosgrove · 1 year, 9 months ago
  15. 4122c16 Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determination by Tom Cosgrove · 1 year, 9 months ago
  16. 7ef9fd8 fix various issues by Jerry Yu · 1 year, 9 months ago
  17. 4ebf86e tls13-misc: Do not check kex mode for some cases by Pengyu Lv · 1 year, 9 months ago
  18. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  19. 59afe49 test: tls13: change server output check by Pengyu Lv · 1 year, 9 months ago
  20. 454dda3 fix various issues by Jerry Yu · 1 year, 9 months ago
  21. 2db16b7 disable tests when ecp is not available by Jerry Yu · 2 years ago
  22. 0edafa9 Add test case for writing early data in EE by Jerry Yu · 2 years, 6 months ago
  23. 53a332d fix various issues by Jerry Yu · 1 year, 10 months ago
  24. 1549827 fix wrong typo by Jerry Yu · 1 year, 10 months ago
  25. ed5e4e8 Merge branch 'development' into issue/6935/ticket_flags-kex-mode-determination by Pengyu Lv · 1 year, 10 months ago
  26. b47b299 fix various issues by Jerry Yu · 1 year, 10 months ago
  27. bd4dd81 fix test fail when ecp disabled by Jerry Yu · 2 years ago
  28. bc57e86 Add early data disable tests by Jerry Yu · 2 years, 6 months ago
  29. 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
  30. 3484db4 Change ffdh testing strategy by Przemek Stekiel · 2 years, 1 month ago
  31. c31a798 Replace MBEDTLS_ECDH_C dependency in ssl-opt tests by Przemek Stekiel · 2 years, 1 month ago
  32. 8bfe897 Add ssl-opt functions to check openssl with ffdh support and openssl ephemeral key exchange by Przemek Stekiel · 2 years, 1 month ago
  33. 6d00c67 Allow second run for ffdhe8192 ssl-opt tests by Przemek Stekiel · 2 years, 1 month ago
  34. 1f5c2ba Add missing ECDH dependencies in ssl-opt tests by Przemek Stekiel · 2 years, 2 months ago
  35. a53dca1 Limit number ffdh test cases (ffdhe2048, ffdhe8192) by Przemek Stekiel · 2 years, 2 months ago
  36. 422ab1f Add FFDH tests to ssl-opt by Przemek Stekiel · 2 years, 2 months ago
  37. 50ae84e ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3 by Ronald Cron · 2 years, 5 months ago
  38. 0de0d86 Rebase code to restore reco-delay and fix some style issues by Xiaokang Qian · 2 years, 6 months ago
  39. 57a138d Update message log for end of early data test cases by Xiaokang Qian · 2 years, 8 months ago
  40. 7ed30e5 Fix the issue that gnutls server doesn't support packet by Xiaokang Qian · 2 years, 8 months ago
  41. 94dd1dd Update test case to indicate parsing of end of early data by Xiaokang Qian · 2 years, 8 months ago
  42. 125afcb Add end-of-early-data write by Xiaokang Qian · 2 years, 9 months ago
  43. 1cc6134 Add addition options to detect the correct kex mode by Pengyu Lv · 2 years, 7 months ago
  44. 2bfd716 simplify test case dependencies and test commands by Pengyu Lv · 2 years, 7 months ago
  45. c1334d9 correct test case dependencies by Pengyu Lv · 2 years, 7 months ago
  46. 06cf66d unroll test cases to improve coverage of check_test_cases in all.sh by Pengyu Lv · 2 years, 8 months ago
  47. 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
  48. a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
  49. f05b6ee Revert "Skip early data basic check temp" by Jerry Yu · 2 years, 8 months ago
  50. f5b4706 TLS 1.3: Fix some test dependencies by Ronald Cron · 2 years, 8 months ago
  51. 8bee899 Add parse function for early data in encrypted extentions by Xiaokang Qian · 2 years, 9 months ago
  52. 4e83173 Skip early data basic check temp by Xiaokang Qian · 2 years, 9 months ago
  53. e9622ac Remove the fore_tls13 option case from client side by Xiaokang Qian · 2 years, 9 months ago
  54. e7bab00 Update enabled guards for early data cases by Xiaokang Qian · 2 years, 9 months ago
  55. f3cefb4 Move early data test cases to tls13-misc.sh by Xiaokang Qian · 2 years, 9 months ago
  56. 97be6a9 fix various issues by Jerry Yu · 2 years, 9 months ago
  57. 616ba75 move test cases and mark `tls13-kex-modes.sh` as locked by Jerry Yu · 2 years, 9 months ago
  58. e599132 fix tls13 psk only test fail by Jerry Yu · 2 years, 9 months ago
  59. f467d46 move get_srv_psk_list by Jerry Yu · 2 years, 9 months ago
  60. eac00ad tls13: server: Note down client not being authenticated in SSL context by Ronald Cron · 2 years, 11 months ago
  61. a709a0f tls13: Declare PSK ephemeral key exchange mode first by Ronald Cron · 2 years, 10 months ago
  62. dd0c8f9 tls13-kex-modes.sh: Remove unnecessary GnuTLS option by Ronald Cron · 2 years, 9 months ago
  63. 8328113 ssl-opt.sh: Fix some test checks for ephemeral only kex build by Ronald Cron · 2 years, 10 months ago
  64. 5962584 ssl-opt.sh: TLS 1.3 kex: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_*ENABLED by Ronald Cron · 2 years, 10 months ago
  65. 928cbd3 tls13: Use MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED by Ronald Cron · 2 years, 10 months ago
  66. bc5adf4 ssl-opt.sh: Add dependencies on handshake with cert by Ronald Cron · 2 years, 10 months ago
  67. 2ea36af ssl-opt.sh: TLS 1.3 kex: Do not use sig_algs if no cert by Ronald Cron · 2 years, 10 months ago
  68. c2bfaf0 fix wrong typo by Jerry Yu · 2 years, 10 months ago
  69. 03aa174 Improve test message and title by Jerry Yu · 2 years, 10 months ago
  70. 63b06ea Update test cases by Jerry Yu · 2 years, 10 months ago
  71. 25ab654 Add dummy ticket support by Jerry Yu · 2 years, 11 months ago
  72. a70bd91 Fix the description of psk client cases by Xiaokang Qian · 2 years, 10 months ago
  73. ca343ae Improve message logs and test cases description in psk by Xiaokang Qian · 2 years, 10 months ago
  74. 9c17204 Change cases description base on comments by Xiaokang Qian · 2 years, 10 months ago
  75. 954d576 PSK: change descriptions base on comments by Xiaokang Qian · 2 years, 10 months ago
  76. ac8195f Fix wrongly kex mode fallback issue in psk cases by Xiaokang Qian · 2 years, 10 months ago
  77. 210727f Skip some psk cases cause wrong fallback to ephemeral by Xiaokang Qian · 2 years, 11 months ago
  78. dea2cbe Fix various test issues in psk m->m cases by Xiaokang Qian · 2 years, 11 months ago
  79. 658204c Remove negative test cases for m->O and m->G by Xiaokang Qian · 2 years, 11 months ago
  80. 8939930 Rebase and fix some test failures by Xiaokang Qian · 2 years, 11 months ago
  81. cffb18c Fix various issues by Xiaokang Qian · 2 years, 11 months ago
  82. 8f7d7c7 Address comments about description of psk cases by Xiaokang Qian · 2 years, 11 months ago
  83. edc35e7 Refine the psk test cases for m->G by Xiaokang Qian · 3 years ago
  84. 2efece2 Refine the psk test cases for m->O by Xiaokang Qian · 3 years ago
  85. 3cbbbbc Shorten the description in psk m->m test cases by Xiaokang Qian · 3 years ago
  86. d7dcc42 Unified the test title of psk cases by Xiaokang Qian · 3 years ago
  87. 2aaf1c1 Re-work psk test cases against openssl and gnutls by Xiaokang Qian · 3 years ago
  88. 8e76e1d Add m->m cases with client be set to psk_all or all mode by Xiaokang Qian · 3 years ago
  89. ca48ddd Add m->m with client be set to ephemeral or ephemeral_all mode by Xiaokang Qian · 3 years ago
  90. 198cefd Add force_version tls13 to the psk test cases by Xiaokang Qian · 3 years ago
  91. f9b694b Add m->m cases with client be set to psk and psk_ephemeral mode by Xiaokang Qian · 3 years ago
  92. e0cc584 Change result strings based on actula psk test result by Xiaokang Qian · 3 years ago
  93. df6a389 Add client psk test cases for all mode by Xiaokang Qian · 3 years ago
  94. a39d0d5 Add client test cases for ephemeral_all mode by Xiaokang Qian · 3 years ago
  95. 01173c2 Add client test cases for ephemeral mode by Xiaokang Qian · 3 years ago
  96. ff5705b Add client test cases for psk_ephemeral mode by Xiaokang Qian · 3 years ago
  97. 7389423 Add client test cases for psk_all mode by Xiaokang Qian · 3 years ago
  98. cf6442e Add client test cases for psk mode by Xiaokang Qian · 3 years ago
  99. 9370612 remove certificate setting from psk_ephemeral HRR test by Jerry Yu · 2 years, 11 months ago
  100. 2db49df Add psk_ephemeral HRR tests by Jerry Yu · 2 years, 11 months ago