diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-14 07:51:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-14 07:51:39 +0000 |
commit | 8bf32223d714b67e176bf79eea4cd3fb2e578d55 (patch) | |
tree | d80d6d3da357dedde9cea04ff61d1ae362e3807a /ChangeLog | |
parent | 8b35202b474fb11f2c92773d78bf432e95eaea05 (diff) | |
download | tor-8bf32223d714b67e176bf79eea4cd3fb2e578d55.tar.gz tor-8bf32223d714b67e176bf79eea4cd3fb2e578d55.zip |
backport r11499, r11500, r11501: hidserv hexdigests rather than nicknames
svn:r11922
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ Changes in version 0.1.2.18 - 2007-??-?? o Major bugfixes: - Fix possible segfaults in functions called from rend_process_relay_cell(). + - Hidden services were choosing introduction points uniquely by + hexdigest, but when constructing the hidden service descriptor + they merely wrote the (potentially ambiguous) nickname. + - Clients now use the v2 intro format for hidden service + connections: they specify their chosen rendezvous point by identity + digest rather than by (potentially ambiguous) nickname. These + changes could speed up hidden service connections dramatically. o Minor bugfixes: - Don't try to access (or alter) the state file when running |