summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-02-20 23:20:36 +0000
committerNick Mathewson <nickm@torproject.org>2008-02-20 23:20:36 +0000
commitf0e523c6ef9f6308a72d3474aaec04718a100ac9 (patch)
tree1f04e96a983915b147f77a7c5286d231b15fb872 /ChangeLog
parentba977ed4f1e3e48759fa48bed9bb4de5085e32d6 (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec4ab45ca4..f17da10b1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,