summaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
AgeCommit message (Expand)Author
2017-09-08Introduce named constants for the ClientHello callback.David Benjamin
2017-09-08Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.David Benjamin
2017-08-31Test for late client side detection of ALPN inconsistentiesMatt Caswell
2017-08-31Add some fixes for Travis failuresMatt Caswell
2017-08-31Add PSK early_data testsMatt Caswell
2017-08-31Add some PSK early_data testsMatt Caswell
2017-08-25Fix no-tls and no-tls1_2Matt Caswell
2017-08-25Do not lookup zero-length session IDKazuki Yamaguchi
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-18Reorder extensions to put SigAlgs lastTodd Short
2017-08-18Remove tests dependence on e_os.hPauli
2017-08-12Fix some typo and commentsFdaSilvaYY
2017-08-09Fix memory leak in session cache testBenjamin Kaduk
2017-08-09Test server side session cachingMatt Caswell
2017-08-02Simplify some of the sslapitest code.Pauli
2017-08-01Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-18Add a test for SSL_clear()Matt Caswell
2017-07-18Add a test for early_data when an HRR occursMatt Caswell
2017-07-07The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell
2017-06-29Add an SSL_export_keying_material() testMatt Caswell
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Add some tests for the new TLSv1.3 PSK codeMatt Caswell
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