aboutsummaryrefslogtreecommitdiff
path: root/test/handshake_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-10Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb1-1/+2
2020-06-09Add a test for renegotiation with EXTMS droppedTomas Mraz1-2/+10
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli1-6/+8
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-1/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen1-1/+32
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni1-1/+1
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-2/+2
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell1-5/+21
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell1-4/+14
2018-05-11Rework the decrypt ticket callbackMatt Caswell1-5/+17
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-03-12Session Ticket app dataTodd Short1-0/+44
2018-02-15Fix a gcc warning about possible fall throughBernd Edlinger1-0/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-10/+50
2017-12-08Fix coverity nit in handshake_helper.cBenjamin Kaduk1-2/+2
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-0/+5
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-2/+2
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-0/+11
2017-10-04Session resume broken switching contextsTodd Short1-1/+9
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin1-8/+10
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin1-20/+22
2017-09-01Fix long SNI lengths in test/handshake_helper.cBenjamin Kaduk1-2/+2
2017-08-24Fix enable-sctpMatt Caswell1-0/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-5/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-11Fix some Typos and indentsFdaSilvaYY1-1/+1
2017-07-17Address Coverity issues.Pauli1-3/+2
2017-07-14Remove trailing blanks.Pauli1-1/+1
2017-07-14Test cleaning and modernisationPauli1-1/+1
2017-07-05Remove the TEST_check macro.Pauli1-113/+197
2017-06-26Fix return value checking for BIO_sock_initPaul Yang1-1/+1
2017-06-06Handle the server refusing to reneg in a reneg_setupTodd Short1-0/+11
2017-04-25Address review feedback for the SCTP changesMatt Caswell1-0/+5
2017-04-25Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell1-30/+172
2017-04-10Allow an ALPN callback to pretend to not existBenjamin Kaduk1-1/+1
2017-04-03Add ExpectedServerCANamesDr. Stephen Henson1-2/+9
2017-03-16Add ExpectedClientCANamesDr. Stephen Henson1-0/+8
2017-03-14Port SRP tests to the new test frameworkEmilia Kasper1-0/+52
2017-03-02Add compression testsMatt Caswell1-0/+3
2017-02-23Tests for SSL early callbackBenjamin Kaduk1-1/+117
2017-02-17Add some KeyUpdate testsMatt Caswell1-3/+41
2017-02-16Provide a test for the Encrypt-Then-Mac renegotiation crashMatt Caswell1-3/+13
2017-01-30Add test support for TLS signature types.Dr. Stephen Henson1-0/+3
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY1-1/+1