aboutsummaryrefslogtreecommitdiff
path: root/tests/opt-testcases
AgeCommit message (Expand)AuthorFilesLines
2023-12-11Merge pull request #8596 from xkqian/tls13_early_data_input_fileGilles Peskine1-2/+2
2023-12-08Revert to ae952174a7 and addressing some commentsXiaokang Qian1-2/+2
2023-12-07Remove the duplicate cases and add early_data_file optionXiaokang Qian1-27/+1
2023-12-07Add one test case with early_data_fileXiaokang Qian1-0/+26
2023-12-07Revert the early data test caseXiaokang Qian1-2/+2
2023-12-06remove misbehavior tests and codeJerry Yu1-16/+0
2023-12-06fix various issuesJerry Yu1-2/+0
2023-12-06Add tests for ticket early data permission bitJerry Yu1-2/+5
2023-12-06Merge pull request #7058 from yuhaoth/pr/tls13-early-data-parsing-0-rtt-dataRonald Cron1-3/+3
2023-12-05Change early data flag to input fileXiaokang Qian1-2/+2
2023-11-22Update tests to the code statusJerry Yu1-3/+3
2023-11-22tls13-misc: cli: check parser of max_early_data_size extYanray Wang1-1/+3
2023-11-21replace check stringJerry Yu1-6/+6
2023-11-07Merge pull request #6720 from yuhaoth/pr/tls13-early-data-receive-0_rtt-and-eoedTom Cosgrove1-0/+20
2023-11-07Merge pull request #6945 from lpy4105/issue/6935/ticket_flags-kex-mode-determ...Tom Cosgrove2-7/+11
2023-11-07fix various issuesJerry Yu1-1/+0
2023-11-07tls13-misc: Do not check kex mode for some casesPengyu Lv1-6/+3
2023-11-02update headersDave Rodgman3-39/+3
2023-11-01test: tls13: change server output checkPengyu Lv1-3/+3
2023-11-01fix various issuesJerry Yu1-8/+10
2023-10-27disable tests when ecp is not availableJerry Yu1-2/+2
2023-10-27Add test case for writing early data in EEJerry Yu1-0/+19
2023-10-23fix various issuesJerry Yu1-1/+1
2023-10-19fix wrong typoJerry Yu1-1/+1
2023-10-18Merge branch 'development' into issue/6935/ticket_flags-kex-mode-determinationPengyu Lv3-974/+4712
2023-10-18fix various issuesJerry Yu1-23/+6
2023-10-12fix test fail when ecp disabledJerry Yu1-2/+2
2023-10-12Add early data disable testsJerry Yu1-0/+32
2023-07-05Adapt names (curves -> groups)Przemek Stekiel2-902/+902
2023-06-28Change ffdh testing strategyPrzemek Stekiel1-3258/+0
2023-06-27Replace MBEDTLS_ECDH_C dependency in ssl-opt testsPrzemek Stekiel2-816/+1158
2023-06-26Add ssl-opt functions to check openssl with ffdh support and openssl ephemera...Przemek Stekiel2-271/+157
2023-06-25Allow second run for ffdhe8192 ssl-opt testsPrzemek Stekiel1-0/+58
2023-06-15Add missing ECDH dependencies in ssl-opt testsPrzemek Stekiel2-0/+816
2023-06-14Limit number ffdh test cases (ffdhe2048, ffdhe8192)Przemek Stekiel1-10203/+0
2023-06-14Add FFDH tests to ssl-optPrzemek Stekiel1-0/+16095
2023-04-06ssl-opt.sh: Remove some unnecessary forcing of TLS 1.3Ronald Cron3-930/+930
2023-02-08Rebase code to restore reco-delay and fix some style issuesXiaokang Qian1-1/+1
2023-02-08Update message log for end of early data test casesXiaokang Qian1-1/+1
2023-02-08Fix the issue that gnutls server doesn't support packetXiaokang Qian1-2/+2
2023-02-08Update test case to indicate parsing of end of early dataXiaokang Qian1-0/+1
2023-02-08Add end-of-early-data writeXiaokang Qian1-0/+1
2023-01-18Add addition options to detect the correct kex modePengyu Lv1-7/+14
2023-01-16simplify test case dependencies and test commandsPengyu Lv1-24/+24
2023-01-13correct test case dependenciesPengyu Lv1-60/+40
2023-01-13unroll test cases to improve coverage of check_test_cases in all.shPengyu Lv1-55/+180
2023-01-13add cases to test session resumption with different ticket_flagsPengyu Lv1-0/+63
2023-01-07Change time resolution of reco_delay from second to millionsecondsJerry Yu1-2/+2
2023-01-07Revert "Skip early data basic check temp"Jerry Yu1-3/+0
2022-12-15TLS 1.3: Fix some test dependenciesRonald Cron1-40/+22