diff options
author | Andrea Shepard <andrea@torproject.org> | 2013-05-09 04:56:54 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2013-05-09 10:55:01 -0700 |
commit | fddb814feaa3d0091df03b26fa709cfba55312ed (patch) | |
tree | a80560b8e77ab80ac5f88136521bd618253d00ff /changes | |
parent | d5bd4a4763dfa74572ce6ed0b565315c43ff9f87 (diff) | |
download | tor-fddb814feaa3d0091df03b26fa709cfba55312ed.tar tor-fddb814feaa3d0091df03b26fa709cfba55312ed.tar.gz |
When downloading certificates, distinguish requesting by identity digest from requesting by ID digest, signing key pair; fixes bug 5595
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 000000000..31f4b84b0 --- /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. |