summaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.c
AgeCommit message (Expand)Author
2019-02-26Update copyright yearMatt Caswell
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell
2018-05-11Rework the decrypt ticket callbackMatt 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-15Fix a gcc warning about possible fall throughBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short
2017-12-08Fix coverity nit in handshake_helper.cBenjamin Kaduk
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY
2017-10-04Session resume broken switching contextsTodd Short
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-09-01Fix long SNI lengths in test/handshake_helper.cBenjamin Kaduk
2017-08-24Fix enable-sctpMatt Caswell
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-07-17Address Coverity issues.Pauli
2017-07-14Remove trailing blanks.Pauli
2017-07-14Test cleaning and modernisationPauli
2017-07-05Remove the TEST_check macro.Pauli
2017-06-26Fix return value checking for BIO_sock_initPaul Yang
2017-06-06Handle the server refusing to reneg in a reneg_setupTodd Short
2017-04-25Address review feedback for the SCTP changesMatt Caswell
2017-04-25Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell
2017-04-10Allow an ALPN callback to pretend to not existBenjamin Kaduk
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-02Add compression testsMatt Caswell
2017-02-23Tests for SSL early callbackBenjamin Kaduk
2017-02-17Add some KeyUpdate testsMatt 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 some extra or missing whitespaces...FdaSilvaYY
2017-01-20Add options to check TLS signing hashesDr. Stephen Henson
2017-01-15Add options to check certificate types.Dr. Stephen Henson
2017-01-09Move extension data into sub-structsRich Salz
2017-01-08Add new ssl_test option.Dr. Stephen Henson
2016-12-16test/ssl_test: give up if both client and server wait on readRichard Levitte
2016-09-28Extend the renegotiation testsMatt Caswell
2016-09-28Add support for testing renegotiationMatt Caswell