sslapitest: add test ktls Rx
[openssl.git] / test / sslapitest.c
2019-04-01 Boris Pismennysslapitest: add test ktls Rx
2019-03-29 PauliCorrectly initialise PACKET to zero in the tests to...
2019-03-29 PauliPropery initialise struct sslapitest_log_counts to...
2019-02-22 Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-15 Todd ShortAdd option to disable Extended Master Secret
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-01-24 Matt CaswellMake sure we trigger retransmits in DTLS testing
2019-01-06 Matt CaswellFix no-sock
2018-12-15 Kurt RoeckxUse (D)TLS_MAX_VERSION_INTERNAL internally
2018-12-07 Boris Pismennysslapitest: add test ktls
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05 Matt CaswellFix some SSL_export_keying_material() issues
2018-11-12 Matt CaswellAdd a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_clien...
2018-10-30 Matt CaswellAdd a client_cert_cb test
2018-09-25 Matt CaswellFix no-tls1_2
2018-09-21 Matt CaswellAdd a test for the certificate callback
2018-09-07 Matt CaswellTest that we can handle a PHA CertificateRequest after...
2018-09-07 Kurt RoeckxTest that we can process a KeyUpdate received after...
2018-09-04 Matt CaswellTest creation of tickets when using a TLSv1.3 PSK
2018-08-20 Matt CaswellAdd support for SSL_CTX_set_post_handshake_auth()
2018-08-20 Matt CaswellChange Post Handshake auth so that it is opt-in
2018-07-19 Matt CaswellTest early_data sent after a second ClientHello causes...
2018-07-17 Matt CaswellFix a memory leak in the ticket test
2018-07-17 Matt CaswellTest that a failed resumption issues the correct number...
2018-07-17 Matt CaswellImprove testing of stateful tickets
2018-07-06 Matt CaswellAdd a test for the recv_max_early_data setting
2018-07-04 Matt CaswellFix no-tls1_2
2018-07-03 Matt CaswellRemove TLSv1.3 tickets from the client cache as we...
2018-07-02 Matt CaswellAdd the ability to configure anti-replay via SSL_CONF
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.
next