]> git.ipfire.org Git - thirdparty/tor.git/commit
Rewrite the logic for deciding when to drop old/superseded certificates
authorNick Mathewson <nickm@torproject.org>
Thu, 8 Jan 2015 16:20:26 +0000 (11:20 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 9 Jan 2015 15:28:59 +0000 (10:28 -0500)
commit69df16e3765383bd59fd2fbedbb5301f3b58ab14
treeca11ab5d577a9f3c3ceccd9917a95c8d115468f8
parent33df3e37ffecfed309a1a0f210a96620c0ebb837
Rewrite the logic for deciding when to drop old/superseded certificates

Fixes bug 11454, where we would keep around a superseded descriptor
if the descriptor replacing it wasn't at least a week later.  Bugfix
on 0.2.1.8-alpha.

Fixes bug 11457, where a certificate with a publication time in the
future could make us discard existing (and subsequent!) certificates
with correct publication times.  Bugfix on 0.2.0.3-alpha.
changes/bug11454 [new file with mode: 0644]
changes/bug11457 [new file with mode: 0644]
src/common/container.h
src/or/routerlist.c