aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_tortls.c
AgeCommit message (Expand)Author
2018-08-21Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-21Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-21Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-20Rewrite test_tortls_cert_matches_key()Nick Mathewson
2018-05-11testing: X509 certificate structure needs to be initializedMarcin Cieślak
2018-05-09Merge branch 'maint-0.3.3'Nick Mathewson
2018-05-03Use OPENSSL_1_1_API in place of raw OPENSSL_VERSION_NUMBER checksNick Mathewson
2018-05-02Merge branch 'libressl_201805_029' into maint-0.3.3Nick Mathewson
2018-05-02LibreSSL compatibility fixes.Nick Mathewson
2018-04-18Make test_tortls.c build with openssl no_deprecated.Nick Mathewson
2017-09-15Replace accumulated C ;;s with ;sNick Mathewson
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-08-24apply ahf's test_assert_null.cocciNick Mathewson
2017-03-31Mark many private tortls.h APIs as openssl-only.Nick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-02-01Merge branch 'maint-0.2.9'Nick Mathewson
2017-02-01Support LibreSSL with opaque structuresrubiate
2016-11-06Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-06In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/Nick Mathewson
2016-11-03Make the current time an argument to x509 cert-checking functionsNick Mathewson
2016-09-09Chop another ~93 RSA key generations out of the unit testsNick Mathewson
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