diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-12 19:05:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-12 19:05:36 +0000 |
commit | 5fb2ab1e654ad5c121fff834897ea4cf920774ca (patch) | |
tree | deff2c9449fdfd3e341943eb29d6146dfa4beddf /ChangeLog | |
parent | 69ce955484f69eb43dcdc60ecce182267255aabd (diff) | |
download | tor-5fb2ab1e654ad5c121fff834897ea4cf920774ca.tar.gz tor-5fb2ab1e654ad5c121fff834897ea4cf920774ca.zip |
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server side of 157.
svn:r17611
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Changes in version 0.2.1.9-alpha - 200?-??-?? - Add cross-certification to newly generated certificates, so that a signing key is enough information to use to look up a certificate. Partial implementation of proposal 157. + - Start serving certificates by <identity digest, signing key digest> + pairs. Partial implementation of proposal 157. o Minor features (controller): - New CONSENSUS_ARRIVED event to note when a new consensus has |