commit e851890023012fccfd6e5d4af26e16e50f0d1120 Author: Ivan Markin twim@riseup.net Date: Thu Jun 23 20:06:18 2016 +0000
Simplified router-sig-ed25519 descripton --- dir-spec.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index e1bb9e3..5bce8c5 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -573,12 +573,10 @@
"router-sig-ed25519" SP Signature NL
- [At most once] + [At most once, required when identity-ed25519 is present]
- When an identity-ed25519 element is present, there must also - be a "router-sig-ed25519" element. It MUST be the - next-to-last element in the descriptor, appearing immediately - before the RSA signature. It MUST contain an ed25519 + It MUST be the next-to-last element in the descriptor, appearing + immediately before the RSA signature. It MUST contain an Ed25519 signature of a SHA256 digest of the entire document, from the first character up to and including the first space after the "router-sig-ed25519" string, prefixed with the string "Tor
tor-commits@lists.torproject.org