aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_link_handshake.c
AgeCommit message (Expand)Author
2017-06-05Rename "link" variable to avoid shadowing warning.Nick Mathewson
2017-06-05Repair link_handshake unit tests to mock tor_tls_get_own_cert()Nick Mathewson
2016-09-08Simplify log_test_helpers interfaceNick Mathewson
2016-09-08more consistent use of expect_log_msg_containingNick Mathewson
2016-08-31Require specific messages for remaining link-handshake failure casesNick Mathewson
2016-08-31Improvements to test_link_handshake: check specific error messagesNick Mathewson
2016-08-31Fix all "BUG" warnings created from link-handshake tests.Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-06-01More check-spaces fixesNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Avoid dereferencing null on unit test failure for link handshakes.Nick Mathewson
2015-05-28Fix memory leaks in test_link_handshake.cNick Mathewson
2015-05-28Tests for AUTHENTICATE cell functionality.Nick Mathewson
2015-05-28Start testing cell encoders/processers for the v3 handshake.Nick Mathewson