]> git.ipfire.org Git - thirdparty/openssl.git/history - test/sslapitest.c
Add a test for the new early data callback
[thirdparty/openssl.git] / test / sslapitest.c
2018-07-02  Matt CaswellAdd a test for the new early data callback
2018-06-27  Matt CaswellReturn a fatal error if application data is encountered...
2018-06-27  Matt CaswellReturn SSL_ERROR_WANT_READ if SSL_shutdown() encounters...
2018-06-27  Matt CaswellAdd a bi-directional shutdown test
2018-06-26  Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-05-23  Matt CaswellFix no-ec, no-tls1_3 and no-tls
2018-05-22  Kurt RoeckxEnable SSL_MODE_AUTO_RETRY by default
2018-05-22  Matt CaswellFix no-ec in combination with no-dh
2018-05-21  Matt CaswellDon't cache stateless tickets in TLSv1.3
2018-05-17  Matt CaswellImprove testing of tickets with post-handshake auth
2018-05-17  Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-14  Matt CaswellFix no-tls1_2
2018-05-11  Matt CaswellRework the decrypt ticket callback
2018-05-11  Matt CaswellFix mem leak in sslapi test
2018-05-11  Matt CaswellAdd a test for the ticket callbacks
2018-05-11  Matt CaswellFix ticket callbacks in TLSv1.3
2018-05-11  Matt CaswellAdd some more SSL_pending() and SSL_has_pending() tests
2018-05-11  Matt CaswellTest an old style PSK callback with no cert will prefer...
2018-05-09  Matt CaswellFix no-tls1_2, no-tls1_2-method, no-chacha and no-poly1305
2018-05-02  Matt CaswellAdd a test for SSL_get_shared_ciphers()
2018-04-20  Matt CaswellAdd a test for SSL_pending()
2018-04-20  Matt CaswellTest the state of SSL_in_init() from the info_callback
2018-04-19  Matt CaswellFix no-ec
2018-04-18  Peter Wutest: Remove redundant SSL_CTX_set_max_early_data
2018-04-18  Peter WuAdd support for logging early exporter secret
2018-04-18  Peter WuAdd test for CLIENT_EARLY_TRAFFIC_SECRET key logging
2018-04-18  Peter WuAdd support for logging TLS 1.3 exporter secret
2018-04-17  Matt CaswellExtend the SSL_set_bio() tests
2018-04-17  Matt CaswellAdd a test for the info callback
2018-04-13  Matt CaswellAdd a test for SRP
2018-04-04  Matt CaswellAdd some tests for configuring the TLSv1.3 ciphersuites
2018-03-19  Richard LevitteEnhance ssltestlib's create_ssl_ctx_pair to take min...
2018-03-19  Matt CaswellFix no-psk
2018-03-19  Matt CaswellAdd a test for 0RTT replay protection
2018-03-19  Matt CaswellAlways call the new_session_cb when issuing a NewSessio...
2018-03-15  Rich SalzAdd code to run test, get malloc counts
2018-03-14  Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-12  Benjamin SaundersIntroduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
2018-03-09  Matt CaswellGive more information in the SSL_stateless return code
2018-03-09  Matt CaswellTest the new PSK behaviour
2018-03-01  Benjamin KadukDo not set a nonzero default max_early_data
2018-02-26  Matt CaswellClear some sslapitest global variables after use
2018-02-26  Tatsuhiro TsujikawaExport keying material using early exporter master...
2018-02-13  Matt CaswellUpdate copyright year
2018-02-09  Matt CaswellFixes for no-tls1_2 and no-tls1_2-method
2018-02-08  Matt CaswellFix no-chacha and no-poly1305
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-24  Matt CaswellUpdates following review of SSL_stateless() code
2018-01-24  Matt CaswellAdd some tests for the SSL_stateless() capability
2017-11-21  Matt CaswellIf a server is not acknowledging SNI then don't reject...
2017-11-17  Andy PolyakovIron out /WX errors in VC-WIN32.
2017-11-05  FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-16  Paul YangFix a bug in ALPN comparation code of a test case
2017-10-16  Paul YangFix reading heap overflow in a test case
2017-10-12  Matt CaswellAdd a test for setting initial SNI in CH but not using...
2017-09-08  David BenjaminIntroduce named constants for the ClientHello callback.
2017-09-08  David BenjaminRename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
2017-08-31  Matt CaswellTest for late client side detection of ALPN inconsistenties
2017-08-31  Matt CaswellAdd some fixes for Travis failures
2017-08-31  Matt CaswellAdd PSK early_data tests
2017-08-31  Matt CaswellAdd some PSK early_data tests
2017-08-25  Matt CaswellFix no-tls and no-tls1_2
2017-08-25  Kazuki YamaguchiDo not lookup zero-length session ID
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()
next