summaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
AgeCommit message (Expand)Author
2017-06-16Add comments to test_ciphersuite_change()Matt Caswell
2017-06-16Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell
2017-06-16Add a test for a server changing the ciphersuiteMatt Caswell
2017-06-12Add sslapitest for SSL_early_get1_extensions_present()Benjamin Kaduk
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-10Add a test for SNI in conjunction with custom extensionsMatt Caswell
2017-05-04Add a test for loading serverinfo data from memoryMatt Caswell
2017-04-26Fix ISO C function/object pointer issueRich Salz
2017-04-26Convert sslapitest to test frameworkRich Salz
2017-04-24Adapt all test programsRichard Levitte
2017-04-07Fix a test failure when configured without TLSv1.3Matt Caswell
2017-04-07Add some tests for the new custom extensions APIMatt Caswell
2017-04-03Add a test for the problem fixed by the previous commitMatt Caswell
2017-04-03Update early data test for an even later arrival of CFMatt Caswell
2017-03-30Provide a test for pause between EoED and CFMatt Caswell
2017-03-30Add a test for the bug fixed in the previous commitMatt Caswell
2017-03-29More typo fixesFdaSilvaYY
2017-03-16Update end of early data processing for draft-19Matt Caswell
2017-03-02Update early data API for writing to unauthenticated clientsMatt Caswell
2017-03-02Rename SSL_write_early() to SSL_write_early_data()Matt Caswell
2017-03-02Rename SSL_read_early() to SSL_read_early_data()Matt Caswell
2017-03-02Add early_data testsMatt Caswell
2017-02-28Fix sslapitest when compiled with no-tls1_2Matt Caswell
2017-02-23Add an sslapitest for early callbackBenjamin Kaduk
2017-02-23Let test handshakes stop on certain errorsBenjamin Kaduk
2017-02-02Test logging TLSv1.3 secrets.Cory Benfield
2017-01-30Re-enable TLSv1.3 session resumption related tests in sslapitestMatt Caswell
2017-01-25Limit the length of the encrypted premaster key.Cory Benfield
2017-01-23Add tests for the key logging callbacks.Cory Benfield
2017-01-10Fix no-ec following sigalgs refactorMatt Caswell
2017-01-04Don't build OCSP stuff when OCSP is disabledRichard Levitte
2016-12-30Don't run the sigalgs tests over a TLSv1.3 connectionMatt Caswell
2016-12-30Provide some tests for the sig algs APIMatt Caswell
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-12-08Send and Receive a TLSv1.3 format ServerHelloMatt Caswell
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-02Add a read_ahead testMatt Caswell
2016-09-29Fix no-dtlsMatt Caswell
2016-09-26Fix some mem leaks in sslapitestMatt Caswell
2016-09-26Add a test for large messagesMatt Caswell
2016-09-22Add some more OCSP testingMatt Caswell
2016-08-25Fix uninit read in sslapitestMatt Caswell
2016-08-19Split create_ssl_connection()Matt Caswell
2016-07-30Fix bogus warningsMatt Caswell
2016-07-29Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell
2016-07-29Add some SSL BIO testsMatt Caswell
2016-07-29Add a test for SSL_set_bio()Matt Caswell
2016-07-25Fix no-tls1_2Matt Caswell
2016-07-19Add more session testsMatt Caswell
2016-06-13Update sslapitest to use the test frameworkMatt Caswell