diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-04-27 11:51:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-27 11:51:48 -0400 |
commit | 7c8032c22ba6270444d84604f33509a892293fcc (patch) | |
tree | e9a80d9973227a47db4fa99c5b1265c8906c8233 /changes/bug5139 | |
parent | 9dddfe83f3041e1504d2def5622633eb59a9756f (diff) | |
download | tor-7c8032c22ba6270444d84604f33509a892293fcc.tar.gz tor-7c8032c22ba6270444d84604f33509a892293fcc.zip |
Bridges should never set the send_unencrypted flag on any of their descs
Fix for bug 5139.
Diffstat (limited to 'changes/bug5139')
-rw-r--r-- | changes/bug5139 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug5139 b/changes/bug5139 new file mode 100644 index 0000000000..5cebc76820 --- /dev/null +++ b/changes/bug5139 @@ -0,0 +1,6 @@ + o Minor features (bridges): + - Tag a bridge's descriptor as "never to be sent + unencrypted". This shouldn't matter, since bridges don't open + non-anonymous connections to the bridge authority and don't + allow unencrypted directory connections from clients, but we + might as well make sure. Closes bug 5139. |