]> git.ipfire.org Git - thirdparty/tor.git/commit
Get SSL connections and linked connections working with bufferevents.
authorNick Mathewson <nickm@torproject.org>
Fri, 14 Aug 2009 18:34:16 +0000 (14:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 27 Sep 2010 16:31:14 +0000 (12:31 -0400)
commitbd3612cd2b4c49fd9f9aec68b6268973e43f2b63
treeec5e092ec63d687a326618e805066731abac637b
parentfc4ddafab81d5ca229436eeb0c460634e03cb2ca
Get SSL connections and linked connections working with bufferevents.

Clients are now verified to work and build circuits correctly.  There
are still a few warnings given here and there that I need to look into.
src/common/tortls.c
src/common/tortls.h
src/or/Makefile.am
src/or/buffers.c
src/or/connection.c
src/or/connection.h
src/or/connection_or.c
src/or/main.c
src/test/Makefile.am