Add initial interfaces and code for TLS support. Interfaces are right; code needs...
commitfd20011c263df7fa843d32a2323bff81357b5a20
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Sep 2003 16:05:08 +0000 (4 16:05 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Sep 2003 16:05:08 +0000 (4 16:05 +0000)
tree162072e508db0eea1be73e580752178449f66b94
parent4fb92e5bf7144ec14f664913cfefb045fe813dfa
Add initial interfaces and code for TLS support.  Interfaces are right; code needs work and testing.

svn:r424
configure.in
doc/tor-spec.txt
src/common/Makefile.am
src/common/crypto.c
src/common/crypto.h
src/common/tortls.c [new file with mode: 0644]
src/common/tortls.h [new file with mode: 0644]
src/or/buffers.c
src/or/or.h