aboutsummaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL tests: port CT tests, add a few moreEmilia Kasper2016-08-101-1/+30
* Reorganize SSL test structuresEmilia Kasper2016-08-081-73/+192
* Fix tests for no-nextprotonegMatt Caswell2016-08-021-4/+0
* Fix various no-*s.Ben Laurie2016-08-011-0/+6
* Make boolean SSL test conf values case-insensitiveEmilia Kasper2016-07-221-3/+3
* SSL test framework: port resumption testsEmilia Kasper2016-07-201-1/+51
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-191-2/+41
* Fix SSLv3 ClientAuth alert checkingMatt Caswell2016-07-181-0/+1
* SSL test framework: port SNI testsEmilia Kasper2016-06-281-0/+44