commit 14cd5da191992645715a74307260059382396ce9 Author: Isis Lovecruft isis@torproject.org Date: Fri Jun 1 22:07:55 2018 +0000
Add work-in-progress TLS 1.3 proposal as a draft with number 294. --- proposals/000-index.txt | 2 ++ proposals/{xxx-tls-1.3.txt => 294-tls-1.3.txt} | 8 ++++++-- proposals/proposal-status.txt | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 2d7a595..3170365 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -214,6 +214,7 @@ Proposals by number: 291 The move to two guard nodes [OPEN] 292 Mesh-based vanguards [OPEN] 293 Other ways for relays to know when to publish [OPEN] +294 TLS 1.3 Migration [DRAFT]
Proposals by status: @@ -237,6 +238,7 @@ Proposals by status: 279 A Name System API for Tor Onion Services 281 Downloading microdescriptors in bulk 288 Privacy-Preserving Statistics with Privcount in Tor (Shamir version) + 294 TLS 1.3 Migration NEEDS-REVISION: 190 Bridge Client Authorization Based on a Shared Secret NEEDS-RESEARCH: diff --git a/proposals/xxx-tls-1.3.txt b/proposals/294-tls-1.3.txt similarity index 98% rename from proposals/xxx-tls-1.3.txt rename to proposals/294-tls-1.3.txt index e89cf9f..c9bae79 100644 --- a/proposals/xxx-tls-1.3.txt +++ b/proposals/294-tls-1.3.txt @@ -1,9 +1,13 @@ -Filename: xxx-tls-1.3.txt +Filename: 294-tls-1.3.txt Title: TLS 1.3 Migration Authors: Isis Lovecruft Created: 11 December 2017 Updated: 23 January 2018 -Status: Needs Research +Status: Draft + +This proposal is currently in draft state and should be periodically +revised as we research how much of our idiosyncratic older TLS uses +can be removed.
1. Motivation
diff --git a/proposals/proposal-status.txt b/proposals/proposal-status.txt index f9cf218..8a709bc 100644 --- a/proposals/proposal-status.txt +++ b/proposals/proposal-status.txt @@ -546,4 +546,10 @@ again to remind me! The proposal specifies a modular system for integrating naming systems (GNS, Namecoin, etc.) with Tor onion services.
+294 TLS 1.3 Migration [DRAFT] + + A work-in-progress draft proposal detailing the process of + migrating to TLS 1.3 (which is not yet finalised at the time of + this writing) and which parts of our current, more idiosyncratic, + uses of TLS can be removed.
tor-commits@lists.torproject.org