aboutsummaryrefslogtreecommitdiff
path: root/test/ssl_test_ctx_test.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb1-4/+0
2020-07-24Add X509 related libctx changes.Shane Lontis1-3/+4
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-06Use .cnf for config files, not .confRich Salz1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-3/+3
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-12Session Ticket app dataTodd Short1-0/+4
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+2
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-1/+5
2017-10-04Session resume broken switching contextsTodd Short1-1/+5
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-2/+2
2017-08-07Change SETUP_TEST_FIXTURE so that the fixture structure is passed byPauli1-3/+7
2017-08-04Test fixtures changed to pointers.Pauli1-38/+45
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-13/+11
2017-06-23Remove uses of the TEST_check macro.Pauli1-4/+10
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang1-1/+1
2017-05-02Convert danetest, ssl_test_ctx_testRich Salz1-150/+66
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-03-29Test infrastructure additions.Pauli1-94/+75
2017-03-02Use the built in boolean type for CompressionExpectedMatt Caswell1-3/+3
2017-03-02Add compression testsMatt Caswell1-0/+8
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-1/+2
2016-11-07Simplify tests part 2Emilia Kasper1-19/+10
2016-11-04testutil: always print errors on failureEmilia Kasper1-1/+0
2016-08-30Add some CertStatus testsMatt Caswell1-0/+6
2016-08-18Port multi-buffer testsEmilia Kasper1-0/+7
2016-08-16SSL tests: send some application dataEmilia Kasper1-0/+6
2016-08-10Add TEST_checkEmilia Kasper1-6/+5
2016-08-10SSL tests: port CT tests, add a few moreEmilia Kasper1-0/+10
2016-08-10SSL test ctx: fix testsEmilia Kasper1-0/+1
2016-08-08Reorganize SSL test structuresEmilia Kasper1-75/+110
2016-08-01Fix various no-*s.Ben Laurie1-0/+4
2016-07-20SSL test framework: port resumption testsEmilia Kasper1-1/+21
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper1-0/+30
2016-06-28SSL test framework: port SNI testsEmilia Kasper1-0/+16
2016-06-13Port DTLS version negotiation testsEmilia Kasper1-0/+2
2016-06-13Clean up following new SNI testsEmilia Kasper1-2/+2
2016-06-09Fix session ticket and SNITodd Short1-1/+17
2016-05-17Copyright consolidation 02/10Rich Salz1-4/+3
2016-05-12Remove proxy tests. Add verify callback tests.Emilia Kasper1-8/+16
2016-04-05testutil: return 1 on successEmilia Kasper1-5/+5
2016-04-05New SSL test frameworkEmilia Kasper1-0/+179