diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-20 23:20:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-20 23:20:36 +0000 |
commit | f0e523c6ef9f6308a72d3474aaec04718a100ac9 (patch) | |
tree | 1f04e96a983915b147f77a7c5286d231b15fb872 /ChangeLog | |
parent | ba977ed4f1e3e48759fa48bed9bb4de5085e32d6 (diff) | |
download | tor-f0e523c6ef9f6308a72d3474aaec04718a100ac9.tar.gz tor-f0e523c6ef9f6308a72d3474aaec04718a100ac9.zip |
r18272@catbus: nickm | 2008-02-20 18:20:33 -0500
add a flag to suppress overwriting the certificates file with new certificates, so we do not overwrite all certs when starting as an authority.
svn:r13630
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ Changes in version 0.2.0.20-?? - 2008-02-?? - 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. + - When starting as an authority, do not overwrite all certificates + cached from author authorities. Bugfix on 0.2.0.x. Fixes bug 606. o Code simplifications and refactoring: - Remove the tor_strpartition function: its logic was confused, |