diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-20 13:33:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-20 13:33:57 -0400 |
commit | 1411842933afba657599dd1cccbc61040dfe9b4b (patch) | |
tree | 3501c3c71b24281d7970a56df12a6d9708070edb /changes | |
parent | ff5ffd17760379612b1204fa4de9ab1e6980aac9 (diff) | |
download | tor-1411842933afba657599dd1cccbc61040dfe9b4b.tar.gz tor-1411842933afba657599dd1cccbc61040dfe9b4b.zip |
Count unknown authorities as unknown only once, not once per signature.
Do not double-report signatures from unrecognized authorities both as
"from unknown authority" and "not present". Fixes bug 1956, bugfix on
0.2.2.16-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1956 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1956 b/changes/bug1956 new file mode 100644 index 0000000000..3e402b7765 --- /dev/null +++ b/changes/bug1956 @@ -0,0 +1,5 @@ + o Minor bugfixes + - Do not double-report signatures from unrecognized authorities both + as "from unknown authority" and "not present". Fixes bug 1956, + bugfix on 0.2.2.16-alpha. + |