]> git.ipfire.org Git - thirdparty/tor.git/commit
Refactor dirobj signature generation
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Feb 2013 17:53:45 +0000 (12:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Apr 2013 15:04:57 +0000 (11:04 -0400)
commitcb75519bbf6d89ddaf6a6bb40a01a2dba09ad530
tree1ae075833875a1e5be8e5fded4c2bdbe02f5db99
parentfd93622cc897ede9c52205390bfb71e2e8588259
Refactor dirobj signature generation

Now we can compute the hash and signature of a dirobj before
concatenating the smartlist, and we don't need to play silly games
with sigbuf and realloc any more.
src/common/crypto.c
src/common/crypto.h
src/or/dirserv.c
src/or/dirvote.c
src/or/router.c
src/or/routerparse.c
src/or/routerparse.h