aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_tortls.c
AgeCommit message (Expand)Author
2016-09-08Reinstate a couple of teardown_capture_of_logs that I missedNick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08Resolve more BUG warnings in the unit testsNick Mathewson
2016-08-31Do not call tor_tls_server_info_callback(NULL) from tests.Nick Mathewson
2016-06-14whoops; blank lineNick Mathewson
2016-06-14use new-form macros to disable -Wredundant-declsNick Mathewson
2016-06-14Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-14Bug 19406: Fix the unit tests to work with OpenSSL 1.1.xYawning Angel
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Add -Wfloat-conversion for GCC >= 4.9Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Merge branch 'bug17795'Nick Mathewson
2016-02-10Rename crypto_digest_all, and digests_t.Nick Mathewson
2016-02-06Fix spaces.Nick Mathewson
2016-02-03Make tortls unit tests pass with LibreSSL.Nick Mathewson
2016-02-03Make Tor build happily with OpenSSL master and libressl.Nick Mathewson
2016-02-01Replace incorrect use of snprintf in unit tests with tor_snprintfteor (Tim Wilson-Brown)
2016-02-01Make all unit tests independent of log message order and countteor (Tim Wilson-Brown)
2015-12-18Fix a coverity NULL-pointer deref warning in the tortls tests.Nick Mathewson
2015-12-18Looks like I added one X509_free too many :(Nick Mathewson
2015-12-18Fix remaining memory leaks in unit tests.Nick Mathewson
2015-12-15Fix some memory leaks in the unit testsNick Mathewson
2015-12-08Fix spaces.Nick Mathewson
2015-11-26Fix test_tortls.c to no longer test failing crypto_rand.Nick Mathewson
2015-11-13Merge remote-tracking branch 'public/ticket11150_client_only'Nick Mathewson
2015-11-10Merge branch 'bug17549'Nick Mathewson
2015-11-06Fix the tortls.c unit tests to pass with OpenSSL 1.1.0-dev.Yawning Angel
2015-11-06Fix compilation with OpenSSL 1.1.0 --enable-gcc-warnings is set.Yawning Angel
2015-11-06"And now a better patch which builds the tests if LibreSSL is used."Nick Mathewson
2015-10-24Avoid crashing due to double-freeing memory.rl1987
2015-10-21Fix various coverity-found issuesNick Mathewson
2015-10-21Yet more memory leaks closed in test_tortlsNick Mathewson
2015-10-21More memory leaks closed in test_tortlsNick Mathewson
2015-10-21Fix another pile of test_tortls memory leaksNick Mathewson
2015-10-21More leaks to fix.Nick Mathewson
2015-10-21resolve some leaks in test_tortls.cNick Mathewson
2015-10-07Remove the client-side code for the v1 and v2 tls handshakes.Nick Mathewson
2015-10-06Fix compilation with openssl 1.1 by forcibly disabling some testsNick Mathewson
2015-10-06Allow case-insensitive match in test_tortls_debug_state_callbackNick Mathewson
2015-10-02Perhaps this is the permutation of headers that will please everythingNick Mathewson
2015-10-02Try to fix mingw build.Nick Mathewson
2015-10-02These logs seem openssl-version-dependentNick Mathewson
2015-10-02Avoid warnings in tortls.h includesNick Mathewson
2015-10-02Fix "make check-spaces"Nick Mathewson
2015-10-02Make test_tortls compile without warningsNick Mathewson
2015-09-15Add tests for tortls.cOla Bini
2013-06-12Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski
2013-06-10Fix "make check-spaces"Nick Mathewson
2013-06-10Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski