Modify libssl to discover supported groups based on available providers
[oweals/openssl.git] / test / sslapitest.c
2020-06-19 Matt CaswellModify libssl to discover supported groups based on...
2020-06-11 PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-08 Vadim Fedorenkotest: TLS1.3 and new ciphers for kTLS
2020-06-05 Matt CaswellImplement a test for sigalgs not being present
2020-05-19 Dmitry BelyavskiyTest for the SSL_OP_IGNORE_UNEXPECTED_EOF option
2020-05-15 raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-07 Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-06 Matt CaswellExtend test_ssl_get_shared_ciphers
2020-05-01 Benjamin KadukAdd test for SSL_new_session_ticket()
2020-04-27 Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-19 Matt CaswellRe-enable FIPS testing in sslapitest.c
2020-04-19 Matt CaswellUse a non-default libctx in sslapitest
2020-03-27 Matt CaswellUse the new library context aware SRP functions in...
2020-03-27 Matt CaswellUse the new OCSP functions in sslapitest.c
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-06 Matt CaswellFix no-tls1_3
2020-02-03 Matt CaswellFix common test framework options
2020-01-30 Matt CaswellTest that SSL_get_servername returns what we expect
2020-01-29 PauliTLS: use EVP for HMAC throughout libssl.
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-08-29 Matt CaswellFix no-ec
2019-08-15 raja-ashokTest SSL_set_ciphersuites
2019-08-09 Matt CaswellExtend tests of SSL_check_chain()
2019-08-09 Matt CaswellFix test_key_exchange with no_tlsv1_2
2019-08-06 raja-ashokTest SSL_get_negotiated_group() API
2019-07-16 Rich SalzRemove function name from errors
2019-06-26 Benjamin KadukAdd regression test for #9099
2019-06-17 Matt CaswellAllow TLSv1.3 in a no-ec build
2019-06-13 Matt CaswellFix no-dh
2019-06-12 raja-ashokAdd testcase for TLS1.3 FFDHE
2019-06-03 Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
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
next