aboutsummaryrefslogtreecommitdiff
path: root/test/sslapitest.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-24Make sure we trigger retransmits in DTLS testingMatt Caswell1-1/+1
2019-01-06Fix no-sockMatt Caswell1-2/+4
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx1-29/+26
2018-12-07sslapitest: add test ktlsBoris Pismenny1-0/+193
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell1-12/+36
2018-11-12Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell1-0/+136
2018-10-30Add a client_cert_cb testMatt Caswell1-0/+94
2018-09-25Fix no-tls1_2Matt Caswell1-1/+3
2018-09-21Add a test for the certificate callbackMatt Caswell1-0/+95
2018-09-07Test that we can handle a PHA CertificateRequest after we sent close_notifyMatt Caswell1-10/+25
2018-09-07Test that we can process a KeyUpdate received after we sent close_notifyKurt Roeckx1-9/+27
2018-09-04Test creation of tickets when using a TLSv1.3 PSKMatt Caswell1-27/+104
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell1-2/+1
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-3/+3
2018-07-19Test early_data sent after a second ClientHello causes a failureMatt Caswell1-8/+59
2018-07-17Fix a memory leak in the ticket testMatt Caswell1-4/+7
2018-07-17Test that a failed resumption issues the correct number of ticketsMatt Caswell1-44/+128
2018-07-17Improve testing of stateful ticketsMatt Caswell1-4/+21
2018-07-06Add a test for the recv_max_early_data settingMatt Caswell1-5/+37
2018-07-04Fix no-tls1_2Matt Caswell1-2/+2
2018-07-03Remove TLSv1.3 tickets from the client cache as we use themMatt Caswell1-2/+3
2018-07-02Add the ability to configure anti-replay via SSL_CONFMatt Caswell1-6/+25
2018-07-02Add a test for the new early data callbackMatt Caswell1-14/+98
2018-06-27Return a fatal error if application data is encountered during shutdownMatt Caswell1-6/+13
2018-06-27Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters handshake dataMatt Caswell1-6/+6
2018-06-27Add a bi-directional shutdown testMatt Caswell1-0/+123
2018-06-26Respect SSL_OP_NO_TICKET in TLSv1.3Matt Caswell1-1/+2
2018-05-23Fix no-ec, no-tls1_3 and no-tlsMatt Caswell1-0/+2
2018-05-22Enable SSL_MODE_AUTO_RETRY by defaultKurt Roeckx1-9/+0
2018-05-22Fix no-ec in combination with no-dhMatt Caswell1-1/+3
2018-05-21Don't cache stateless tickets in TLSv1.3Matt Caswell1-4/+17
2018-05-17Improve testing of tickets with post-handshake authMatt Caswell1-18/+51
2018-05-17Change the default number of NewSessionTickets we send to 2Matt Caswell1-26/+138
2018-05-14Fix no-tls1_2Matt Caswell1-2/+2
2018-05-11Rework the decrypt ticket callbackMatt Caswell1-34/+109
2018-05-11Fix mem leak in sslapi testMatt Caswell1-15/+16
2018-05-11Add a test for the ticket callbacksMatt Caswell1-0/+153
2018-05-11Fix ticket callbacks in TLSv1.3Matt Caswell1-2/+2
2018-05-11Add some more SSL_pending() and SSL_has_pending() testsMatt Caswell1-2/+7
2018-05-11Test an old style PSK callback with no cert will prefer SHA-256Matt Caswell1-68/+88
2018-05-09Fix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305Matt Caswell1-1/+14
2018-05-02Add a test for SSL_get_shared_ciphers()Matt Caswell1-0/+104
2018-04-20Add a test for SSL_pending()Matt Caswell1-0/+52
2018-04-20Test the state of SSL_in_init() from the info_callbackMatt Caswell1-0/+6
2018-04-19Fix no-ecMatt Caswell1-0/+2
2018-04-18test: Remove redundant SSL_CTX_set_max_early_dataPeter Wu1-4/+0
2018-04-18Add support for logging early exporter secretPeter Wu1-0/+8
2018-04-18Add test for CLIENT_EARLY_TRAFFIC_SECRET key loggingPeter Wu1-4/+57
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu1-2/+10