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 /doc/spec/dir-spec.txt | |
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 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index fca53ba73c..11198f099a 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -655,7 +655,7 @@ $Id$ the protocol described in this document. Implementations MUST reject formats they don't understand. - "address" IP NL + "dir-address" IP NL [Once or more] An IP:Port for this authority's directory port. |