]> git.ipfire.org Git - thirdparty/openssl.git/history - test/ssltestlib.c
Fix fragile explicit cert date tests.
[thirdparty/openssl.git] / test / ssltestlib.c
2020-12-01  Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-18  Matt CaswellAdd a test for the various ways of setting temporary...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-06-05  Matt CaswellFix error path in int create_ssl_ctx_pair()
2020-04-23  Matt CaswellUpdate copyright year
2020-04-19  Matt CaswellUse a non-default libctx in sslapitest
2020-03-30  Matt CaswellDescribe the "want" parameter in int create_bare_ssl_co...
2020-03-30  Matt CaswellDisplay errors if a test TLS connection fails
2020-02-21  Dr. David von OheimbDon't exclude quite so much in a no-sock build
2020-02-06  Matt CaswellAdd a test for SSL_CTX_new_with_libctx()
2019-07-02  Antoine CœurFix Typos
2019-06-03  Matt CaswellWrite a test for receiving a KeyUpdate (update requeste...
2019-01-24  Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-24  Matt CaswellMake sure we trigger retransmits in DTLS testing
2019-01-08  FdaSilvaYYFix CID 1434549: Unchecked return value in test/evp_test.c
2019-01-06  Matt CaswellFix no-sock
2018-12-07  Boris Pismennysslapitest: add test ktls
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-26  Matt CaswellAdd a test for duplicated DTLS records
2018-09-21  Matt CaswellAdd a test for the certificate callback
2018-06-27  Matt CaswellAdd a bi-directional shutdown test
2018-05-17  Matt CaswellChange the default number of NewSessionTickets we send...
2018-05-11  Matt CaswellTest an old style PSK callback with no cert will prefer...
2018-05-08  Matt CaswellAdd a DTLS test for dropped records
2018-05-02  Matt CaswellFix a bug in create_ssl_ctx_pair()
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Richard LevitteEnhance ssltestlib's create_ssl_ctx_pair to take min...
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2017-08-17  PauliRemove tests dependence on e_os.h
2017-06-21  Matt CaswellAdd some tests for the new TLSv1.3 PSK code
2017-06-09  Paul YangFix a bundle of trailing spaces in several files
2017-05-10  Matt CaswellAdd a test for SNI in conjunction with custom extensions
2017-04-26  Rich SalzConvert dtls_mtu_test, dtlsv1listentest
2017-03-28  Rich SalzMove PRIu64, OSSLzu to e_os.h
2017-02-23  Benjamin KadukLet test handshakes stop on certain errors
2017-02-23  Benjamin KadukUse correct variable in test diagnostic
2017-01-30  Matt CaswellUpdate create_ssl_connection() to make sure its gets...
2017-01-25  FdaSilvaYYFix some extra or missing whitespaces...
2016-11-23  Matt CaswellFix the tests following the state machine changes for...
2016-11-10  Andy Polyakovtest: add TLS application data corruption test.
2016-09-26  Matt CaswellFix some mem leaks in sslapitest
2016-08-22  Richard Levittessltestlib: Tell compiler we don't care about the value...
2016-08-19  Richard LevitteMEMPACKET is typedef'd in ssltestlib.h, don't do so...
2016-08-19  Matt CaswellFix some clang warnings
2016-08-19  Matt CaswellSplit create_ssl_connection()
2016-08-19  Matt CaswellAdd a DTLS packet mem BIO
2016-08-19  Matt CaswellAdd a (D)TLS dumper BIO
2016-07-19  Matt CaswellAdd more session tests
2016-07-01  Matt CaswellUse the SSL_METHODs passed to create_ssl_ctx_pair()
2016-06-13  Matt CaswellAdd some session API tests