summaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Test early_data sent after a second ClientHello causes a failureMatt Caswell2018-07-191-8/+59
* Fix a memory leak in the ticket testMatt Caswell2018-07-171-4/+7
* Test that a failed resumption issues the correct number of ticketsMatt Caswell2018-07-171-44/+128
* Improve testing of stateful ticketsMatt Caswell2018-07-171-4/+21
* Add a test for the recv_max_early_data settingMatt Caswell2018-07-061-5/+37
* Fix no-tls1_2Matt Caswell2018-07-041-2/+2
* Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell2018-07-031-2/+3
* Add the ability to configure anti-replay via SSL_CONFMatt Caswell2018-07-021-6/+25
* Add a test for the new early data callbackMatt Caswell2018-07-021-14/+98
* Return a fatal error if application data is encountered during shutdownMatt Caswell2018-06-271-6/+13
* Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell2018-06-271-6/+6
* Add a bi-directional shutdown testMatt Caswell2018-06-271-0/+123
* Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell2018-06-261-1/+2
* Fix no-ec, no-tls1_3 and no-tlsMatt Caswell2018-05-231-0/+2
* Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx2018-05-221-9/+0
* Fix no-ec in combination with no-dhMatt Caswell2018-05-221-1/+3
* Don't cache stateless tickets in TLSv1.3Matt Caswell2018-05-211-4/+17
* Improve testing of tickets with post-handshake authMatt Caswell2018-05-171-18/+51
* Change the default number of NewSessionTickets we send to 2Matt Caswell2018-05-171-26/+138
* Fix no-tls1_2Matt Caswell2018-05-141-2/+2
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-34/+109
* Fix mem leak in sslapi testMatt Caswell2018-05-111-15/+16
* Add a test for the ticket callbacksMatt Caswell2018-05-111-0/+153
* Fix ticket callbacks in TLSv1.3Matt Caswell2018-05-111-2/+2
* Add some more SSL_pending() and SSL_has_pending() testsMatt Caswell2018-05-111-2/+7
* Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell2018-05-111-68/+88
* Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell2018-05-101-1/+14
* Add a test for SSL_get_shared_ciphers()Matt Caswell2018-05-031-0/+104
* Add a test for SSL_pending()Matt Caswell2018-04-201-0/+52
* Test the state of SSL_in_init() from the info_callbackMatt Caswell2018-04-201-0/+6
* Fix no-ecMatt Caswell2018-04-191-0/+2
* test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu2018-04-181-4/+0
* Add support for logging early exporter secretPeter Wu2018-04-181-0/+8
* Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu2018-04-181-4/+57
* Add support for logging TLS 1.3 exporter secretPeter Wu2018-04-181-2/+10
* Extend the SSL_set_bio() testsMatt Caswell2018-04-171-32/+95
* Add a test for the info callbackMatt Caswell2018-04-171-0/+257
* Add a test for SRPMatt Caswell2018-04-131-1/+229
* Add some tests for configuring the TLSv1.3 ciphersuitesMatt Caswell2018-04-041-0/+82
* Enhance ssltestlib's create_ssl_ctx_pair to take min and max proto versionRichard Levitte2018-03-191-43/+52
* Fix no-pskMatt Caswell2018-03-191-0/+10
* Add a test for 0RTT replay protectionMatt Caswell2018-03-191-0/+57
* Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell2018-03-191-4/+9
* Add code to run test, get malloc countsRich Salz2018-03-151-0/+17
* Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell2018-03-141-11/+11
* Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders2018-03-121-2/+17
* Give more information in the SSL_stateless return codeMatt Caswell2018-03-091-6/+26
* Test the new PSK behaviourMatt Caswell2018-03-091-18/+154
* Do not set a nonzero default max_early_dataBenjamin Kaduk2018-03-011-1/+5
* Clear some sslapitest global variables after useMatt Caswell2018-02-271-0/+1