summaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.c
AgeCommit message (Expand)Author
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
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-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