diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-20 02:05:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-20 02:05:28 +0000 |
commit | f2ed011813014a45953bef8da04b24ccfc7d9e29 (patch) | |
tree | 5ba5f2a426de7f07da54bd1cf4c900075a18d7ab /ChangeLog | |
parent | f34d46e7ddcb7b145131ba0633d8a221078555ce (diff) | |
download | tor-f2ed011813014a45953bef8da04b24ccfc7d9e29.tar.gz tor-f2ed011813014a45953bef8da04b24ccfc7d9e29.zip |
We were comparing the raw BridgePassword entry with a base64'ed
version of it, when handling a "/tor/networkstatus-bridges"
directory request. Now compare correctly. Noticed by Veracode.
svn:r13609
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ Changes in version 0.2.0.20-?? - 2008-02-?? - Make the new hidden service code respect the SafeLogging setting. Bugfix on 0.2.0.x. Patch from Karsten. - Detect size overflow in zlib code. + - We were comparing the raw BridgePassword entry with a base64'ed + version of it, when handling a "/tor/networkstatus-bridges" + directory request. Now compare correctly. Noticed by Veracode. o Code simplifications and refactoring: - Remove the tor_strpartition function: its logic was confused, |