aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we trigger retransmits in DTLS testingMatt Caswell2019-01-241-1/+1
* Fix no-sockMatt Caswell2019-01-061-2/+4
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-29/+26
* sslapitest: add test ktlsBoris Pismenny2018-12-071-0/+193
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-051-12/+36
* Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell2018-11-121-0/+136
* Add a client_cert_cb testMatt Caswell2018-10-301-0/+94
* Fix no-tls1_2Matt Caswell2018-09-251-1/+3
* Add a test for the certificate callbackMatt Caswell2018-09-211-0/+95
* Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell2018-09-071-10/+25
* Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx2018-09-071-9/+27
* Test creation of tickets when using a TLSv1.3 PSKMatt Caswell2018-09-041-27/+104
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-2/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-3/+3
* 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-091-1/+14
* Add a test for SSL_get_shared_ciphers()Matt Caswell2018-05-021-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