Fix some undefined behaviour in stack test
[openssl.git] / test / sslapitest.c
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