TCP-ENO: Encryption Negotiation Option
draft-ietf-tcpinc-tcpeno-06
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (tcpinc WG)
|
|
Last updated |
|
2016-10-31
|
|
Replaces |
|
draft-bittau-tcpinc-tcpeno
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Experimental
|
|
Formats |
|
pdf
htmlized
bibtex
|
|
Reviews |
|
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
No shepherd assigned
|
IESG |
IESG state |
|
AD is watching
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
Mirja Kühlewind
|
|
Send notices to |
|
(None)
|
Network Working Group A. Bittau
Internet-Draft Google
Intended status: Experimental D. Boneh
Expires: May 4, 2017 D. Giffin
Stanford University
M. Handley
University College London
D. Mazieres
Stanford University
E. Smith
Kestrel Institute
October 31, 2016
TCP-ENO: Encryption Negotiation Option
draft-ietf-tcpinc-tcpeno-06
Abstract
Despite growing adoption of TLS [RFC5246], a significant fraction of
TCP traffic on the Internet remains unencrypted. The persistence of
unencrypted traffic can be attributed to at least two factors.
First, some legacy protocols lack a signaling mechanism (such as a
"STARTTLS" command) by which to convey support for encryption, making
incremental deployment impossible. Second, legacy applications
themselves cannot always be upgraded, requiring a way to implement
encryption transparently entirely within the transport layer. The
TCP Encryption Negotiation Option (TCP-ENO) addresses both of these
problems through a new TCP option kind providing out-of-band, fully
backward-compatible negotiation of encryption.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on May 4, 2017.
Bittau, et al. Expires May 4, 2017 [Page 1]
Internet-Draft tcpeno October 2016
Copyright Notice
Copyright (c) 2016 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Requirements language . . . . . . . . . . . . . . . . . . . . 3
2. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1. Design goals . . . . . . . . . . . . . . . . . . . . . . 3
3. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 4
4. TCP-ENO specification . . . . . . . . . . . . . . . . . . . . 5
4.1. ENO option . . . . . . . . . . . . . . . . . . . . . . . 6
4.2. The global suboption . . . . . . . . . . . . . . . . . . 9
4.3. TCP-ENO roles . . . . . . . . . . . . . . . . . . . . . . 10
4.4. Specifying suboption data length . . . . . . . . . . . . 10
4.5. The negotiated TEP . . . . . . . . . . . . . . . . . . . 12
4.6. TCP-ENO handshake . . . . . . . . . . . . . . . . . . . . 12
4.7. Data in SYN segments . . . . . . . . . . . . . . . . . . 13
4.8. Negotiation transcript . . . . . . . . . . . . . . . . . 15
5. Requirements for TEPs . . . . . . . . . . . . . . . . . . . . 15
5.1. Session IDs . . . . . . . . . . . . . . . . . . . . . . . 16
6. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . 18
7. Design rationale . . . . . . . . . . . . . . . . . . . . . . 19
7.1. Future developments . . . . . . . . . . . . . . . . . . . 19
7.2. Handshake robustness . . . . . . . . . . . . . . . . . . 20
7.3. Suboption data . . . . . . . . . . . . . . . . . . . . . 21
7.4. Passive role bit . . . . . . . . . . . . . . . . . . . . 21
7.5. Option kind sharing . . . . . . . . . . . . . . . . . . . 21
8. Experiments . . . . . . . . . . . . . . . . . . . . . . . . . 22
Show full document text