]> git.ipfire.org Git - thirdparty/tor.git/commit
Downgrade 'invalid result from curve25519 handshake: 4' warning
authorNick Mathewson <nickm@torproject.org>
Thu, 16 Oct 2014 17:26:42 +0000 (13:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 Oct 2014 17:26:42 +0000 (13:26 -0400)
commitfb91d647acdf0560fc7479d72eeea52e4e6ff41d
tree500121c7c6c5b1b2cf3ee27d85f4cec6651853c6
parentab4b29625db720817f9af502199ebf1ee3ac5af7
Downgrade 'invalid result from curve25519 handshake: 4' warning

Also, refactor the way we handle failed handshakes so that this
warning doesn't propagate itself to "onion_skin_client_handshake
failed" and "circuit_finish_handshake failed" and
"connection_edge_process_relay_cell (at origin) failed."

Resolves warning from 9635.
15 files changed:
changes/bug9635 [new file with mode: 0644]
src/or/circuitbuild.c
src/or/command.c
src/or/onion.c
src/or/onion.h
src/or/onion_fast.c
src/or/onion_fast.h
src/or/onion_ntor.c
src/or/onion_ntor.h
src/or/onion_tap.c
src/or/onion_tap.h
src/or/relay.c
src/test/bench.c
src/test/test.c
src/test/test_ntor_cl.c