diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-05-10 19:39:48 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-05-10 19:39:48 -0700 |
commit | aaa3a085db05c4d98b7c51b5ef16da166e7c7f0a (patch) | |
tree | b5b7a62362aac37bcbf237548de19f467d88805b /changes | |
parent | bae5dd6c8d4535360d471932b87431f54b515567 (diff) | |
parent | 54f41d68e9e30ccd0ebd84a3f8e913ea9e923cfd (diff) | |
download | tor-aaa3a085db05c4d98b7c51b5ef16da166e7c7f0a.tar.gz tor-aaa3a085db05c4d98b7c51b5ef16da166e7c7f0a.zip |
Merge bug5595-v2-squashed into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5595 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug5595 b/changes/bug5595 new file mode 100644 index 0000000000..31f4b84b03 --- /dev/null +++ b/changes/bug5595 @@ -0,0 +1,8 @@ + o Critical bugfixes: + - Distinguish downloading an authority certificate by identity digest from + downloading one by identity digest/signing key digest pair; formerly we + always request them only by identity digest and get the newest one even + when we wanted one with a different signing key. Then we would complain + about being given a certificate we already had, and never get the one we + really wanted. Now we use the "fp-sk/" resource as well as the "fp/" + resource to request the one we want. Fixes bug 5595. |