commit e541f2afe53cb25f7199f91c5f9d6dda5d25e036 Author: Nick Mathewson nickm@torproject.org Date: Sun May 27 09:59:24 2018 -0400
mesh vanguards is now prop292 --- proposals/000-index.txt | 6 ++++-- proposals/{xxx-mesh-vanguards.txt => 292-mesh-vanguards.txt} | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 787928b..b70e998 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -167,7 +167,7 @@ Proposals by number: 244 Use RFC5705 Key Exporting in our AUTHENTICATE calls [CLOSED] 245 Deprecating and removing the TAP circuit extension protocol [DRAFT] 246 Merging Hidden Service Directories and Introduction Points [NEEDS-RESEARCH] -247 Defending Against Guard Discovery Attacks using Vanguards [DRAFT] +247 Defending Against Guard Discovery Attacks using Vanguards [SUPERSEDED] 248 Remove all RSA identity keys [DRAFT] 249 Allow CREATE cells with >505 bytes of handshake data [ACCEPTED] 250 Random Number Generation During Tor Voting [CLOSED] @@ -212,6 +212,7 @@ Proposals by number: 289 Authenticating sendme cells to mitigate bandwidth attacks [OPEN] 290 Continuously update consensus methods [OPEN] 291 The move to two guard nodes [OPEN] +292 Mesh-based vanguards [OPEN]
Proposals by status: @@ -224,7 +225,6 @@ Proposals by status: 239 Consensus Hash Chaining 240 Early signing key revocation for directory authorities 245 Deprecating and removing the TAP circuit extension protocol - 247 Defending Against Guard Discovery Attacks using Vanguards 248 Remove all RSA identity keys 253 Out of Band Circuit HMACs 254 Padding Negotiation @@ -272,6 +272,7 @@ Proposals by status: 289 Authenticating sendme cells to mitigate bandwidth attacks 290 Continuously update consensus methods 291 The move to two guard nodes + 292 Mesh-based vanguards ACCEPTED: 172 GETINFO controller option for circuit information 173 GETINFO Option Expansion @@ -393,6 +394,7 @@ Proposals by status: 194 Mnemonic .onion URLs 210 Faster Headless Consensus Bootstrapping 225 Strawman proposal: commit-and-reveal shared rng + 247 Defending Against Guard Discovery Attacks using Vanguards 252 Single Onion Services 266 Removing current obsolete clients from the Tor network 280 Privacy-Preserving Statistics with Privcount in Tor diff --git a/proposals/xxx-mesh-vanguards.txt b/proposals/292-mesh-vanguards.txt similarity index 99% rename from proposals/xxx-mesh-vanguards.txt rename to proposals/292-mesh-vanguards.txt index 7a47e0b..c488138 100644 --- a/proposals/xxx-mesh-vanguards.txt +++ b/proposals/292-mesh-vanguards.txt @@ -1,8 +1,8 @@ -Filename: xxx-mesh-vanguards.txt +Filename: 292-mesh-vanguards.txt Title: Mesh-based vanguards Authors: George Kadianakis and Mike Perry Created: 2018-05-08 -Status: Draft +Status: Open Supersedes: 247
0. Motivation
tor-commits@lists.torproject.org