commit ae287fa97ecf22b1019c8bde865f0c5c954828d7 Author: Nick Mathewson nickm@torproject.org Date: Wed Sep 20 13:44:04 2017 -0400
Mark proposals 220 and 244 as closed. --- proposals/000-index.txt | 8 ++++---- proposals/220-ecc-id-keys.txt | 2 +- proposals/244-use-rfc5705-for-tls-binding.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 6693bbc..8a8d22e 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -140,7 +140,7 @@ Proposals by number: 217 Tor Extended ORPort Authentication [FINISHED] 218 Controller events to better understand connection/circuit usage [CLOSED] 219 Support for full DNS and DNSSEC resolution in Tor [OPEN] -220 Migrate server identity keys to Ed25519 [FINISHED] +220 Migrate server identity keys to Ed25519 [CLOSED] 221 Stop using CREATE_FAST [CLOSED] 222 Stop sending client timestamps [CLOSED] 223 Ace: Improved circuit-creation key exchange [RESERVE] @@ -164,7 +164,7 @@ Proposals by number: 241 Resisting guard-turnover attacks [REJECTED] 242 Better performance and usability for the MyFamily option [OPEN] 243 Give out HSDir flag only to relays with Stable flag [CLOSED] -244 Use RFC5705 Key Exporting in our AUTHENTICATE calls [FINISHED] +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] @@ -275,9 +275,7 @@ Proposals by status: 160 Authorities vote for bandwidth offsets in consensus [for 0.2.1.x] 196 Extended ORPort and TransportControlPort [in 0.2.5.2-alpha] 217 Tor Extended ORPort Authentication [for 0.2.5.x] - 220 Migrate server identity keys to Ed25519 [in 0.3.0.1-alpha] 232 Pluggable Transport through SOCKS proxy [in 0.2.6] - 244 Use RFC5705 Key Exporting in our AUTHENTICATE calls [in 0.3.0.1-alpha] 260 Rendezvous Single Onion Services [in 0.2.9.3-alpha] 278 Directory Compression Scheme Negotiation [in 0.3.1.1-alpha] CLOSED: @@ -342,6 +340,7 @@ Proposals by status: 215 Let the minimum consensus method change with time [in 0.2.6.1-alpha] 216 Improved circuit-creation key exchange [in 0.2.4.8-alpha] 218 Controller events to better understand connection/circuit usage [in 0.2.5.2-alpha] + 220 Migrate server identity keys to Ed25519 [in 0.3.0.1-alpha] 221 Stop using CREATE_FAST [for 0.2.5.x] 222 Stop sending client timestamps [in 0.2.4.18] 224 Next-Generation Hidden Services in Tor [in 0.3.2.1-alpha] @@ -352,6 +351,7 @@ Proposals by status: 237 All relays are directory servers [for 0.2.7.x] 238 Better hidden service stats from Tor relays 243 Give out HSDir flag only to relays with Stable flag + 244 Use RFC5705 Key Exporting in our AUTHENTICATE calls [in 0.3.0.1-alpha] 250 Random Number Generation During Tor Voting 264 Putting version numbers on the Tor subprotocols [in 0.2.9.4-alpha] 271 Another algorithm for guard selection [in 0.3.0.1-alpha] diff --git a/proposals/220-ecc-id-keys.txt b/proposals/220-ecc-id-keys.txt index b7acdd2..21b6dac 100644 --- a/proposals/220-ecc-id-keys.txt +++ b/proposals/220-ecc-id-keys.txt @@ -3,7 +3,7 @@ Title: Migrate server identity keys to Ed25519 Authors: Nick Mathewson Created: 12 August 2013 Implemented-In: 0.3.0.1-alpha -Status: Finished +Status: Closed
[Note: This is a draft proposal; I've probably made some important mistakes, and there are parts that need more thinking. I'm diff --git a/proposals/244-use-rfc5705-for-tls-binding.txt b/proposals/244-use-rfc5705-for-tls-binding.txt index 1c4a08e..41ebfc1 100644 --- a/proposals/244-use-rfc5705-for-tls-binding.txt +++ b/proposals/244-use-rfc5705-for-tls-binding.txt @@ -2,7 +2,7 @@ Filename: 244-use-rfc5705-for-tls-binding.txt Title: Use RFC5705 Key Exporting in our AUTHENTICATE calls Author: Nick Mathewson Created: 2015-05-14 -Status: Finished +Status: Closed Implemented-In: 0.3.0.1-alpha
0. IMPLEMENTATION-NOTES