aboutsummaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.c
Commit message (Expand)AuthorAgeFilesLines
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1779/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Add SSL_get[01]_peer_certificate()Todd Short2020-07-161-7/+3
* Silence gcc false positive warning on alpn_protos_len in test/handshake_helper.cDr. David von Oheimb2020-06-101-1/+2
* Add a test for renegotiation with EXTMS droppedTomas Mraz2020-06-091-2/+10
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-291-6/+8
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-1/+32
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-121-1/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-2/+2
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-5/+21
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-171-4/+14
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-5/+17
* 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/+44
* Fix a gcc warning about possible fall throughBernd Edlinger2018-02-151-0/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-10/+50
* Fix coverity nit in handshake_helper.cBenjamin Kaduk2017-12-081-2/+2
* Use ChaCha only if prioritized by clntTodd Short2017-11-301-0/+5
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-2/+2
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+11
* Session resume broken switching contextsTodd Short2017-10-041-1/+9
* Introduce named constants for the ClientHello callback.David Benjamin2017-09-081-8/+10
* Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin2017-09-081-20/+22
* Fix long SNI lengths in test/handshake_helper.cBenjamin Kaduk2017-09-011-2/+2
* Fix enable-sctpMatt Caswell2017-08-241-0/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-5/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Address Coverity issues.Pauli2017-07-171-3/+2
* Remove trailing blanks.Pauli2017-07-141-1/+1
* Test cleaning and modernisationPauli2017-07-141-1/+1
* Remove the TEST_check macro.Pauli2017-07-051-113/+197
* Fix return value checking for BIO_sock_initPaul Yang2017-06-261-1/+1
* Handle the server refusing to reneg in a reneg_setupTodd Short2017-06-061-0/+11
* Address review feedback for the SCTP changesMatt Caswell2017-04-251-0/+5
* Add support to test_ssl_new for testing with DTLS over SCTPMatt Caswell2017-04-251-30/+172
* Allow an ALPN callback to pretend to not existBenjamin Kaduk2017-04-101-1/+1
* Add ExpectedServerCANamesDr. Stephen Henson2017-04-031-2/+9
* Add ExpectedClientCANamesDr. Stephen Henson2017-03-161-0/+8
* Port SRP tests to the new test frameworkEmilia Kasper2017-03-141-0/+52
* Add compression testsMatt Caswell2017-03-021-0/+3
* Tests for SSL early callbackBenjamin Kaduk2017-02-231-1/+117
* Add some KeyUpdate testsMatt Caswell2017-02-171-3/+41