]> git.ipfire.org Git - thirdparty/tor.git/commit
Start testing cell encoders/processers for the v3 handshake.
authorNick Mathewson <nickm@torproject.org>
Wed, 8 Oct 2014 19:39:34 +0000 (15:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 28 May 2015 14:41:50 +0000 (10:41 -0400)
commitb75361c5ed717cde787c1b4f36e8fb51ccfddc2b
treeab7eabd383a6b83ffcbdd6bf2f6e19d222ae4681
parentdf05e195ee64d7ed1b5a1b5d74c5868683788ba2
Start testing cell encoders/processers for the v3 handshake.

An earlier version of these tests was broken; now they're a nicer,
more robust, more black-box set of tests.  The key is to have each
test check a handshake message that is wrong in _one_ way.
src/common/tortls.c
src/common/tortls.h
src/or/channeltls.c
src/or/channeltls.h
src/or/connection_or.c
src/or/connection_or.h
src/test/include.am
src/test/test.c
src/test/test_link_handshake.c [new file with mode: 0644]