diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-10 17:48:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-10 17:48:36 +0000 |
commit | 29b0f51a7387608dd79ff29ffc3f37b7c8543341 (patch) | |
tree | 12f73c2fde1a8f531041fb927cd8032dc4219b1b /doc/TODO | |
parent | 59fdab43cd21ccee2d8712111dc8ba81c7791150 (diff) | |
download | tor-29b0f51a7387608dd79ff29ffc3f37b7c8543341.tar.gz tor-29b0f51a7387608dd79ff29ffc3f37b7c8543341.zip |
r17553@catbus: nickm | 2008-01-10 12:18:27 -0500
Add connection_dir_is_encrypted() so that we can refrain from sending bridge descriptors over an unencrypted link.
svn:r13093
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,9 +27,7 @@ RK- make it easier to set up a private tor network on your own computer - FAQ entry which is wrong - Make BEGIN_DIR mandatory for asking questions of bridge authorities? (but only for bridge descriptors. not for ordinary cache stuff.) -N - add a bit in the dir_connection_t. or check whether the linked conn - field is set. or whatever is smart. add a macro - dir-connection-is-encrypted. + o Implement connection_dir_is_encrypted(). - set up a filter to not answer any bridge descriptors on a non-encrypted request o write a tor-gencert man page |