diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-12 21:12:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-12 21:12:01 +0000 |
commit | 0fa5a9de051f2f6613112b297ee6c0028e6a5ece (patch) | |
tree | 42da40fdf8e201ed0478e9f8985d7bfb301add29 /ChangeLog | |
parent | 040754b3a04427e4f585c7943c532ea1f8a96bf4 (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |