diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-28 15:57:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 15:57:27 -0400 |
commit | 32918e954fa3c2d55eb6b7695bd833197c31e09e (patch) | |
tree | 414b6ed3d4e1b98db8f05b4907006e4737024b0d /changes/forget-rend-descs-on-newnym | |
parent | 26456d33546b674d5fa4d2c0112eeec561da7279 (diff) | |
parent | 2c0258b69a232a7b11ecc999bee74dac1c1b1495 (diff) | |
download | tor-32918e954fa3c2d55eb6b7695bd833197c31e09e.tar.gz tor-32918e954fa3c2d55eb6b7695bd833197c31e09e.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Conflicts:
src/or/rendcommon.h
Diffstat (limited to 'changes/forget-rend-descs-on-newnym')
-rw-r--r-- | changes/forget-rend-descs-on-newnym | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/forget-rend-descs-on-newnym b/changes/forget-rend-descs-on-newnym new file mode 100644 index 0000000000..ab2fd61f34 --- /dev/null +++ b/changes/forget-rend-descs-on-newnym @@ -0,0 +1,9 @@ + o Security fixes: + - Forget all hidden service descriptors cached as a client when + processing a SIGNAL NEWNYM command. Fixes bug 3000. Bugfix on + 0.0.6. + o Code simplifications and refactoring: + - Allow rend_client_send_introduction to fail without closing the + AP connection permanently. + + |