summaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx.c
AgeCommit message (Expand)Author
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
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