]> git.ipfire.org Git - thirdparty/openssl.git/history - test/sslapitest.c
Use "" not <> for internal/ includes
[thirdparty/openssl.git] / test / sslapitest.c
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-18  Todd ShortReorder extensions to put SigAlgs last
2017-08-17  PauliRemove tests dependence on e_os.h
2017-08-12  FdaSilvaYYFix some typo and comments
2017-08-09  Benjamin KadukFix memory leak in session cache test
2017-08-09  Matt CaswellTest server side session caching
2017-08-02  PauliSimplify some of the sslapitest code.
2017-08-01  Matt CaswellAdd a test to check we get a new session even if s...
2017-07-26  PauliUpdate the test framework so that the need for test_mai...
2017-07-18  Matt CaswellAdd a test for SSL_clear()
2017-07-18  Matt CaswellAdd a test for early_data when an HRR occurs
2017-07-07  Matt CaswellThe correct key length for a TLSv1.3 SHA384 ciphersuite...
2017-06-29  Matt CaswellUpdates following review of SSL_export_key_material...
2017-06-29  Matt CaswellAdd an SSL_export_keying_material() test
2017-06-21  Matt CaswellPSK related tweaks based on review feedback
2017-06-21  Matt CaswellAdd some tests for the new TLSv1.3 PSK code
2017-06-16  Matt CaswellAdd comments to test_ciphersuite_change()
2017-06-16  Matt CaswellMove ciphersuite selection before session resumption...
2017-06-16  Matt CaswellAdd a test for a server changing the ciphersuite
2017-06-12  Benjamin KadukAdd sslapitest for SSL_early_get1_extensions_present()
2017-05-11  Bernd EdlingerFix gcc-7 warnings.
2017-05-10  Matt CaswellAdd a test for SNI in conjunction with custom extensions
2017-05-04  Matt CaswellAdd a test for loading serverinfo data from memory
2017-04-26  Rich SalzFix ISO C function/object pointer issue
2017-04-26  Rich SalzConvert sslapitest to test framework
2017-04-24  Richard LevitteAdapt all test programs
2017-04-07  Matt CaswellFix a test failure when configured without TLSv1.3
2017-04-07  Matt CaswellAdd some tests for the new custom extensions API
2017-04-03  Matt CaswellAdd a test for the problem fixed by the previous commit
2017-04-03  Matt CaswellUpdate early data test for an even later arrival of CF
2017-03-30  Matt CaswellProvide a test for pause between EoED and CF
2017-03-30  Matt CaswellAdd a test for the bug fixed in the previous commit
2017-03-29  FdaSilvaYYMore typo fixes
2017-03-16  Matt CaswellUpdate end of early data processing for draft-19
2017-03-02  Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02  Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02  Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02  Matt CaswellAdd early_data tests
2017-02-28  Matt CaswellFix sslapitest when compiled with no-tls1_2
2017-02-23  Benjamin KadukAdd an sslapitest for early callback
2017-02-23  Benjamin KadukLet test handshakes stop on certain errors
2017-02-02  Cory BenfieldTest logging TLSv1.3 secrets.
2017-01-30  Matt CaswellRe-enable TLSv1.3 session resumption related tests...
2017-01-25  Cory BenfieldLimit the length of the encrypted premaster key.
2017-01-23  Cory BenfieldAdd tests for the key logging callbacks.
2017-01-10  Matt CaswellFix no-ec following sigalgs refactor
2017-01-04  Richard LevitteDon't build OCSP stuff when OCSP is disabled
2016-12-30  Matt CaswellDon't run the sigalgs tests over a TLSv1.3 connection
2016-12-30  Matt CaswellProvide some tests for the sig algs API
2016-12-12  Matt CaswellFix a leak in SSL_clear()
2016-12-08  Matt CaswellSend and Receive a TLSv1.3 format ServerHello
2016-11-09  Emilia KasperAdd main() test methods to reduce test boilerplate.
2016-11-02  Matt CaswellAdd a read_ahead test
2016-09-29  Matt CaswellFix no-dtls
2016-09-26  Matt CaswellFix some mem leaks in sslapitest
2016-09-26  Matt CaswellAdd a test for large messages
2016-09-22  Matt CaswellAdd some more OCSP testing
2016-08-25  Matt CaswellFix uninit read in sslapitest
2016-08-19  Matt CaswellSplit create_ssl_connection()
2016-07-30  Matt CaswellFix bogus warnings
2016-07-29  Matt CaswellSimplify and rename SSL_set_rbio() and SSL_set_wbio()
2016-07-29  Matt CaswellAdd some SSL BIO tests
2016-07-29  Matt CaswellAdd a test for SSL_set_bio()
2016-07-25  Matt CaswellFix no-tls1_2
2016-07-19  Matt CaswellAdd more session tests
2016-06-13  Matt CaswellUpdate sslapitest to use the test framework
2016-06-13  Matt CaswellAdd some session API tests