aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-05-12 21:12:21 +0000
committerNick Mathewson <nickm@torproject.org>2008-05-12 21:12:21 +0000
commite1ef199cf6d63b17e5487f3e38f9b102c875ab29 (patch)
tree3ee9c436757c664df8a70bf2e8279c4cb6762be5 /ChangeLog
parent42dc560b1aee0fa2e8e1b12f1fd6ebc845930689 (diff)
downloadtor-e1ef199cf6d63b17e5487f3e38f9b102c875ab29.tar
tor-e1ef199cf6d63b17e5487f3e38f9b102c875ab29.tar.gz
r19714@catbus: nickm | 2008-05-12 17:11:47 -0400
Fwdport Bugfix: an authority signature is "unrecognized" if we lack a dirserver entry for it, even if we have an older cached certificate that says it is recognized. This affects clients who remove entries from their dirserver list without clearing their certificate cache. svn:r14597
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8fb83388..f67d4b0a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Fix assertion failure that could occur when a blocked circuit became
unblocked, and it had pending client DNS requests. Bugfix on
0.2.0.1-alpha. Fixes bug 632.
+ - List authority signatures as "unrecognized" based on DirServer lines,
+ not on cert cache. Bugfix on 0.2.0.x.
o Minor bugfixes:
- Stop giving double-close warn when we reject an address for client DNS.