aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-904/+0
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+4
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-7/+13
* Add a test for renegotiation with EXTMS droppedTomas Mraz2020-06-091-0/+2
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-0/+4
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-3/+3
* Fix some TLSv1.3 alert issuesMatt Caswell2018-07-311-0/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Session Ticket app dataTodd Short2018-03-121-0/+10
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+8
* Reduce the use of e_os.h in test programsRichard Levitte2018-01-221-1/+4
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+6
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+29
* Session resume broken switching contextsTodd Short2017-10-041-0/+27
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-3/+5
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove double error messagesPauli2017-08-211-11/+7
* Fix windows build after too aggressive e_os.h removalPauli2017-08-181-0/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Remove uses of the TEST_check macro.Pauli2017-06-231-21/+17
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-18/+18
* Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell2017-04-251-0/+2
* Add ExpectedServerCANamesDr. Stephen Henson2017-04-031-0/+7
* Add ExpectedClientCANamesDr. Stephen Henson2017-03-161-0/+18
* Port SRP tests to the new test frameworkEmilia Kasper2017-03-141-0/+16
* Use the built in boolean type for CompressionExpectedMatt Caswell2017-03-021-21/+2
* Add compression testsMatt Caswell2017-03-021-0/+24
* Tests for SSL early callbackBenjamin Kaduk2017-02-231-0/+3
* Add some KeyUpdate testsMatt Caswell2017-02-171-0/+21
* Fix a mem leak in ssl_test_ctx.cMatt Caswell2017-02-161-0/+1
* Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell2017-02-161-44/+19
* Add test support for TLS signature types.Dr. Stephen Henson2017-01-301-3/+19
* Fix small typoRichard Levitte2017-01-251-1/+1
* Add options to check TLS signing hashesDr. Stephen Henson2017-01-201-0/+35
* Add options to check certificate types.Dr. Stephen Henson2017-01-151-5/+31
* Add new ssl_test option.Dr. Stephen Henson2017-01-081-0/+25
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-0/+1
* Extend the renegotiation testsMatt Caswell2016-09-281-1/+2
* Add some CertStatus testsMatt Caswell2016-08-301-0/+29
* Port multi-buffer testsEmilia Kasper2016-08-181-1/+11
* SSL tests: send some application dataEmilia Kasper2016-08-161-29/+46
* Add TEST_checkEmilia Kasper2016-08-101-7/+8