summaryrefslogtreecommitdiff
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-02-281-1/+5
* Clear some sslapitest global variables after useMatt Caswell2018-02-261-0/+1
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+82
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Fixes for no-tls1_2 and no-tls1_2-methodMatt Caswell2018-02-091-6/+18
* Fix no-chacha and no-poly1305Matt Caswell2018-02-081-0/+2
* Add TLSv1.3 post-handshake authentication (PHA)Todd Short2018-02-011-0/+60
* Updates following review of SSL_stateless() codeMatt Caswell2018-01-241-6/+6
* Add some tests for the SSL_stateless() capabilityMatt Caswell2018-01-241-0/+90
* If a server is not acknowledging SNI then don't reject early_dataMatt Caswell2017-11-211-5/+6
* Iron out /WX errors in VC-WIN32.Andy Polyakov2017-11-171-2/+2
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+109
* Fix a bug in ALPN comparation code of a test casePaul Yang2017-10-161-1/+1
* Fix reading heap overflow in a test casePaul Yang2017-10-161-6/+7
* Add a test for setting initial SNI in CH but not using it with early_dataMatt Caswell2017-10-121-0/+10