aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-05-12 21:12:01 +0000
committerNick Mathewson <nickm@torproject.org>2008-05-12 21:12:01 +0000
commit0fa5a9de051f2f6613112b297ee6c0028e6a5ece (patch)
tree42da40fdf8e201ed0478e9f8985d7bfb301add29 /ChangeLog
parent040754b3a04427e4f585c7943c532ea1f8a96bf4 (diff)
downloadtor-0fa5a9de051f2f6613112b297ee6c0028e6a5ece.tar.gz
tor-0fa5a9de051f2f6613112b297ee6c0028e6a5ece.zip
r19713@catbus: nickm | 2008-05-12 17:10:37 -0400
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:r14596
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index feab0f0930..e7f8c81de8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
Changes in version 0.2.0.26-rc - 2008-05-??
+ o Major bugfixes:
+ - List authority signatures as "unrecognized" based on DirServer lines,
+ not on cert cache.
+
o Minor features:
- Add a new V3AuthUseLegacyKey option to make it easier for authorities
to change their identity keys if they have to.