]> git.ipfire.org Git - thirdparty/tor.git/commit
Stop accepting milliseconds in various directory contexts
authorNick Mathewson <nickm@torproject.org>
Fri, 19 Jul 2013 03:45:40 +0000 (23:45 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 7 Jan 2015 15:05:55 +0000 (10:05 -0500)
commit7984fc153112baa5c370215f2205025a7648d7b4
tree75aefda08013f19fb2345d27d4f65890afb4299c
parent9b11dc36179e48bd39e57a9f3e0e26a25f50adfa
Stop accepting milliseconds in various directory contexts

Have clients and authorities both have new behavior, since the
fix for bug 11243 has gone in.  But make clients still accept
accept old bogus HSDir descriptors, to avoid fingerprinting trickery.

Fixes bug 9286.
changes/bug9286 [new file with mode: 0644]
src/common/util.c
src/common/util.h
src/or/rendcommon.c
src/or/routerparse.c
src/or/routerparse.h
src/test/test.c
src/test/test_util.c