commit e788b8fc0afa03ed1e702bdbf258569590878ddf Author: Damian Johnson atagar@torproject.org Date: Mon Oct 31 16:18:10 2016 -0700
Add DirPort url for retrieving the microdescriptor consensus
Neat! Turns out tor supports this, just wasn't documented...
https://trac.torproject.org/projects/tor/ticket/20501#comment:5 --- dir-spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 6400947..2417dd0 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -3398,6 +3398,9 @@ B. General-use HTTP URLs The most recent v3 consensus should be available at: http://<hostname>/tor/status-vote/current/consensus.z
+ Similarly, the v3 microdescriptor consensus should be available at: + http://<hostname>/tor/status-vote/current/consensus-microdesc.z + Starting with Tor version 0.2.1.1-alpha is also available at: http://<hostname>/tor/status-vote/current/consensus/<F1>+<F2>+<F3>.z
@@ -3504,9 +3507,6 @@ B. General-use HTTP URLs fingerprints. Servers MUST accept both upper and lower case fingerprints in requests.
- [XXX Add new URLs for microdescriptors, consensus flavors, and - microdescriptor consensus. -KL] - C. Converting a curve25519 public key to an ed25519 public key
Given a curve25519 x-coordinate (u), we can get the y coordinate
tor-commits@lists.torproject.org