aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Reorder extensions to put SigAlgs lastTodd Short2017-08-181-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Fix some typo and commentsFdaSilvaYY2017-08-121-1/+1
* Fix memory leak in session cache testBenjamin Kaduk2017-08-091-4/+6
* Test server side session cachingMatt Caswell2017-08-091-28/+153
* Simplify some of the sslapitest code.Pauli2017-08-021-79/+32
* Add a test to check we get a new session even if s->hit is true in TLSv1.3Matt Caswell2017-08-011-20/+39
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-14/+8
* Add a test for SSL_clear()Matt Caswell2017-07-181-0/+55
* Add a test for early_data when an HRR occursMatt Caswell2017-07-181-10/+47
* The correct key length for a TLSv1.3 SHA384 ciphersuite is 48Matt Caswell2017-07-071-1/+2
* Updates following review of SSL_export_key_material() changesMatt Caswell2017-06-291-23/+10
* Add an SSL_export_keying_material() testMatt Caswell2017-06-291-0/+140
* PSK related tweaks based on review feedbackMatt Caswell2017-06-211-10/+14
* Add some tests for the new TLSv1.3 PSK codeMatt Caswell2017-06-211-0/+178
* Add comments to test_ciphersuite_change()Matt Caswell2017-06-161-2/+8
* Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell2017-06-161-4/+5
* Add a test for a server changing the ciphersuiteMatt Caswell2017-06-161-2/+125
* Add sslapitest for SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-0/+15
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-3/+3
* Add a test for SNI in conjunction with custom extensionsMatt Caswell2017-05-101-10/+56
* Add a test for loading serverinfo data from memoryMatt Caswell2017-05-041-0/+73
* Fix ISO C function/object pointer issueRich Salz2017-04-261-12/+12
* Convert sslapitest to test frameworkRich Salz2017-04-261-1071/+558
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Fix a test failure when configured without TLSv1.3Matt Caswell2017-04-071-0/+4
* Add some tests for the new custom extensions APIMatt Caswell2017-04-071-0/+308
* Add a test for the problem fixed by the previous commitMatt Caswell2017-04-031-1/+15
* Update early data test for an even later arrival of CFMatt Caswell2017-04-031-18/+15
* Provide a test for pause between EoED and CFMatt Caswell2017-03-301-6/+54
* Add a test for the bug fixed in the previous commitMatt Caswell2017-03-301-19/+36
* More typo fixesFdaSilvaYY2017-03-291-8/+8
* Update end of early data processing for draft-19Matt Caswell2017-03-161-9/+0
* Update early data API for writing to unauthenticated clientsMatt Caswell2017-03-021-7/+7
* Rename SSL_write_early() to SSL_write_early_data()Matt Caswell2017-03-021-7/+7
* Rename SSL_read_early() to SSL_read_early_data()Matt Caswell2017-03-021-22/+22
* Add early_data testsMatt Caswell2017-03-021-0/+655
* Fix sslapitest when compiled with no-tls1_2Matt Caswell2017-02-281-0/+4
* Add an sslapitest for early callbackBenjamin Kaduk2017-02-231-0/+84
* Let test handshakes stop on certain errorsBenjamin Kaduk2017-02-231-10/+10
* Test logging TLSv1.3 secrets.Cory Benfield2017-02-021-30/+127
* Re-enable TLSv1.3 session resumption related tests in sslapitestMatt Caswell2017-01-301-6/+0
* Limit the length of the encrypted premaster key.Cory Benfield2017-01-251-0/+8
* Add tests for the key logging callbacks.Cory Benfield2017-01-231-0/+342
* Fix no-ec following sigalgs refactorMatt Caswell2017-01-101-0/+6
* Don't build OCSP stuff when OCSP is disabledRichard Levitte2017-01-041-0/+6
* Don't run the sigalgs tests over a TLSv1.3 connectionMatt Caswell2016-12-301-0/+6
* Provide some tests for the sig algs APIMatt Caswell2016-12-301-0/+122
* Fix a leak in SSL_clear()Matt Caswell2016-12-121-1/+9