diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-19 16:28:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-19 16:28:10 +0000 |
commit | 106e01db3de223ad2ff26254915792b40420362a (patch) | |
tree | d8fb4dbb03fbc958175d954603dede89e71d11ff /ChangeLog | |
parent | fb295ba4dde82922ce50475b165b3732e3a2042f (diff) | |
download | tor-106e01db3de223ad2ff26254915792b40420362a.tar.gz tor-106e01db3de223ad2ff26254915792b40420362a.zip |
r15956@catbus: nickm | 2007-10-19 11:18:14 -0400
Encode address in certificates. Also, make it possible to create certs reusing an old key.
svn:r12046
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,6 +17,11 @@ Changes in version 0.2.0.9-alpha - 2007-10-?? clear all the flags for routers that fall out of the networkstatus consensus. Fixes bug 529. + o Minor features (v3 directory protocol): + - Allow tor-gencert to generate a new certificate without replacing the + signing key. + - Allow certificates to include an address. + o Minor features (router descriptor cache): - If we find a cached-routers file that's been sitting around for more than 28 days unmodified, then most likely it's a leftover from when we |