Update copyright year
[openssl.git] / test / sslapitest.c
2023-02-07 Richard LevitteUpdate copyright year
2023-01-24 Matt CaswellAdd DTLS support to the large app data test
2023-01-24 Matt CaswellAdd a test for large app data
2022-09-09 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-05-05 Hugo Landau(1.1) Add SSL_(CTX_)?get0_(verify|chain)_cert_store...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-11 Todd ShortFix -no-tls1_2 in tests
2022-03-25 Todd ShortFix: ticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-03-25 Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2021-10-11 Matt CaswellExtend custom extension testing
2021-08-24 Matt CaswellUpdate copyright year
2021-05-21 Christian HeimesInherit hostflags verify params even without hosts
2021-04-13 Todd ShortHandle set_alpn_protos inputs better.
2021-04-06 Nan XiaoFix potential double free in sslapitest.c
2020-12-10 Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
2020-08-13 Tomas Mrazsslapitest: Add test for premature call of SSL_export_k...
2020-06-30 Matt CaswellAdd an SSL_dup test
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-04-27 Benjamin Kaduksslapitest: only compile test when it will be used
2020-03-17 Matt CaswellUpdate copyright year
2020-03-17 Ben Kaduksslapitest: don't leak the SSL_CTX pair
2020-03-13 Benjamin KadukAdd test that changes ciphers on CCS
2020-02-12 Matt CaswellFix no-tls1_3
2020-01-30 Matt CaswellTest that SSL_get_servername returns what we expect
2019-09-27 Dr. Matthias St... Reorganize local header files
2019-09-04 raja-ashokTest SSL_set_ciphersuites
2019-08-14 Matt CaswellExtend tests of SSL_check_chain()
2019-06-26 Benjamin KadukAdd regression test for #9099
2019-06-03 Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-02-26 Matt CaswellUpdate copyright year
2019-02-22 Matt CaswellDon't restrict the number of KeyUpdate messages we...
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-01-24 Matt CaswellMake sure we trigger retransmits in DTLS testing
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-10-15 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
next