summaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx.c
AgeCommit message (Expand)Author
2019-02-26Update copyright yearMatt Caswell
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-07-31Fix some TLSv1.3 alert issuesMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-03-12Session Ticket app dataTodd Short
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-04Session resume broken switching contextsTodd Short
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-21Remove double error messagesPauli
2017-08-18Fix windows build after too aggressive e_os.h removalPauli
2017-08-18Remove tests dependence on e_os.hPauli
2017-06-23Remove uses of the TEST_check macro.Pauli
2017-06-19Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-04-25Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper
2017-03-02Use the built in boolean type for CompressionExpectedMatt Caswell
2017-03-02Add compression testsMatt Caswell
2017-02-23Tests for SSL early callbackBenjamin Kaduk
2017-02-17Add some KeyUpdate testsMatt Caswell
2017-02-16Fix a mem leak in ssl_test_ctx.cMatt Caswell
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell
2017-01-30Add test support for TLS signature types.Dr. Stephen Henson
2017-01-25Fix small typoRichard Levitte
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson
2017-01-15Add options to check certificate types.Dr. Stephen Henson
2017-01-08Add new ssl_test option.Dr. Stephen Henson
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-09-28Extend the renegotiation testsMatt Caswell
2016-08-30Add some CertStatus testsMatt Caswell
2016-08-18Port multi-buffer testsEmilia Kasper
2016-08-16SSL tests: send some application dataEmilia Kasper
2016-08-10Add TEST_checkEmilia Kasper
2016-08-10SSL tests: port CT tests, add a few moreEmilia Kasper
2016-08-08Reorganize SSL test structuresEmilia Kasper
2016-08-02Fix tests for no-nextprotonegMatt Caswell
2016-08-01Fix various no-*s.Ben Laurie
2016-07-22Make boolean SSL test conf values case-insensitiveEmilia Kasper
2016-07-20SSL test framework: port resumption testsEmilia Kasper
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper
2016-07-18Fix SSLv3 ClientAuth alert checkingMatt Caswell
2016-06-28SSL test framework: port SNI testsEmilia Kasper