tor/src/common
Nick Mathewson 3d4ccb781a Refactor buffers; implement descriptors.
'buf_t' is now an opaque type defined in buffers.c .

Router descriptors now include all keys; routers generate keys as
needed on startup (in a newly defined "data directory"), and generate
their own descriptors.  Descriptors are now self-signed.

Implementation is not complete: descriptors are never published; and
upon receiving a descriptor, the directory doesn't do anything with
it.

At least "routers.or" and orkeygen are now obsolete, BTW.


svn:r483
2003-09-25 05:17:11 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c Make windows happier still 2003-08-12 08:18:13 +00:00
aes.h autoconf around missing stdint.h 2003-08-11 20:40:21 +00:00
crypto.c Refactor buffers; implement descriptors. 2003-09-25 05:17:11 +00:00
crypto.h Refactor buffers; implement descriptors. 2003-09-25 05:17:11 +00:00
fakepoll.c Tor now builds on win32. 2003-08-14 17:51:36 +00:00
fakepoll.h fix typos, streamline 2003-06-18 07:44:48 +00:00
log.c fix a segfault on truncated log lines 2003-09-19 09:30:34 +00:00
log.h Add backend support for multiple logfiles, including console logs. 2003-09-16 17:58:36 +00:00
Makefile.am Add initial interfaces and code for TLS support. Interfaces are right; code needs work and testing. 2003-09-04 16:05:08 +00:00
test.h Start of port to win32. Missing are: 2003-08-12 03:08:41 +00:00
torint.h Work on systems with broken AC_CHECK_TYPE 2003-08-11 23:21:51 +00:00
tortls.c Refactor buffers; implement descriptors. 2003-09-25 05:17:11 +00:00
tortls.h Refactor buffers; implement descriptors. 2003-09-25 05:17:11 +00:00
util.c fix the cpuworker circ-had-vanished bug (maybe) 2003-09-14 02:58:50 +00:00
util.h fix the cpuworker circ-had-vanished bug (maybe) 2003-09-14 02:58:50 +00:00