aboutsummaryrefslogtreecommitdiff
path: root/test/ssl_test_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen1-0/+4
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-3/+3
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell1-0/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-03-12Session Ticket app dataTodd Short1-0/+10
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-0/+8
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte1-1/+4
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+6
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-0/+29
2017-10-04Session resume broken switching contextsTodd Short1-0/+27
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin1-3/+5
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-21Remove double error messagesPauli1-11/+7
2017-08-18Fix windows build after too aggressive e_os.h removalPauli1-0/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-06-23Remove uses of the TEST_check macro.Pauli1-21/+17
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli1-18/+18
2017-04-25Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell1-0/+2
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson1-0/+7
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson1-0/+18
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper1-0/+16
2017-03-02Use the built in boolean type for CompressionExpectedMatt Caswell1-21/+2
2017-03-02Add compression testsMatt Caswell1-0/+24
2017-02-23Tests for SSL early callbackBenjamin Kaduk1-0/+3
2017-02-17Add some KeyUpdate testsMatt Caswell1-0/+21
2017-02-16Fix a mem leak in ssl_test_ctx.cMatt Caswell1-0/+1
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell1-44/+19
2017-01-30Add test support for TLS signature types.Dr. Stephen Henson1-3/+19
2017-01-25Fix small typoRichard Levitte1-1/+1
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson1-0/+35
2017-01-15Add options to check certificate types.Dr. Stephen Henson1-5/+31
2017-01-08Add new ssl_test option.Dr. Stephen Henson1-0/+25
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell1-0/+1
2016-09-28Extend the renegotiation testsMatt Caswell1-1/+2
2016-08-30Add some CertStatus testsMatt Caswell1-0/+29
2016-08-18Port multi-buffer testsEmilia Kasper1-1/+11
2016-08-16SSL tests: send some application dataEmilia Kasper1-29/+46
2016-08-10Add TEST_checkEmilia Kasper1-7/+8
2016-08-10SSL tests: port CT tests, add a few moreEmilia Kasper1-1/+30
2016-08-08Reorganize SSL test structuresEmilia Kasper1-73/+192
2016-08-02Fix tests for no-nextprotonegMatt Caswell1-4/+0
2016-08-01Fix various no-*s.Ben Laurie1-0/+6
2016-07-22Make boolean SSL test conf values case-insensitiveEmilia Kasper1-3/+3
2016-07-20SSL test framework: port resumption testsEmilia Kasper1-1/+51
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper1-2/+41
2016-07-18Fix SSLv3 ClientAuth alert checkingMatt Caswell1-0/+1
2016-06-28SSL test framework: port SNI testsEmilia Kasper1-0/+44