diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 10:50:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:07:54 -0400 |
commit | cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925 (patch) | |
tree | 64b731d63f146b3289c57ce01eed35d435ab7221 /changes | |
parent | 32bf25888110482255cda8bcc77fb4fc7d8c0d38 (diff) | |
download | tor-cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925.tar.gz tor-cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925.zip |
Check the correct consensus before giving it to the client
Previously, a directory would check the latest NS consensus for
having the signatures the client wanted, and use that consensus's
valid_until time to set the HTTP lifetime. With this patch, the
directory looks at NS consensus or the microdesc consensus,
depending on what the client asked for.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/check_correct_flav_sigs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/check_correct_flav_sigs b/changes/check_correct_flav_sigs new file mode 100644 index 0000000000..db21182dd3 --- /dev/null +++ b/changes/check_correct_flav_sigs @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When checking for requested signatures on the latest consensus before + serving it to a client, make sure to check the right consensus flavor. + Bugfix on 0.2.2.6-alpha. |