[tcpinc] Adam Roach's Yes on draft-ietf-tcpinc-tcpeno-13: (with COMMENT)

Adam Roach <adam@nostrum.com> Tue, 07 November 2017 01:47 UTC

Return-Path: <adam@nostrum.com>
X-Original-To: tcpinc@ietf.org
Delivered-To: tcpinc@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 31BAE13FB0C; Mon, 6 Nov 2017 17:47:02 -0800 (PST)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Adam Roach <adam@nostrum.com>
To: The IESG <iesg@ietf.org>
Cc: draft-ietf-tcpinc-tcpeno@ietf.org, David Black <david.black@dell.com>, tcpinc-chairs@ietf.org, david.black@dell.com, tcpinc@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 6.65.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <151001922219.18923.9484861233493952977.idtracker@ietfa.amsl.com>
Date: Mon, 06 Nov 2017 17:47:02 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpinc/8ADXzUerjgEwugkTETxEkwY4pC8>
Subject: [tcpinc] Adam Roach's Yes on draft-ietf-tcpinc-tcpeno-13: (with COMMENT)
X-BeenThere: tcpinc@ietf.org
X-Mailman-Version: 2.1.22
List-Id: "Working group mailing list for TCP Increased Security \(tcpinc\)" <tcpinc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpinc>, <mailto:tcpinc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tcpinc/>
List-Post: <mailto:tcpinc@ietf.org>
List-Help: <mailto:tcpinc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpinc>, <mailto:tcpinc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Nov 2017 01:47:02 -0000

Adam Roach has entered the following ballot position for
draft-ietf-tcpinc-tcpeno-13: Yes

When responding, please keep the subject line intact and reply to all
email addresses included in the To and CC lines. (Feel free to cut this
introductory paragraph, however.)


Please refer to https://www.ietf.org/iesg/statement/discuss-criteria.html
for more information about IESG DISCUSS and COMMENT positions.


The document, along with other ballot positions, can be found here:
https://datatracker.ietf.org/doc/draft-ietf-tcpinc-tcpeno/



----------------------------------------------------------------------
COMMENT:
----------------------------------------------------------------------

Thanks for a well-thought-out and well written document. I'm looking forward to
seeing how this experiment goes. I have a few minor comments for possible
improvements.

Section 4 indicates that applications can be made aware of whether TCP
encryption is occurring:

   o  A bit available to higher-layer protocols at each endpoint for
      out-of-band negotiation of updated behavior in the presence of TCP
      encryption.

I see that this is used to bind the TEP to certain TCP-ENO information, which
is obviously good -- but I think some guidance in here cautioning about the
hazards of exposing opportunistically encrypted connections to users as
"secure" would be helpful. In general, because of the MITM considerations that
are already covered, conveying opportunistic encryption to users as "secure" is
dangerous.

Section 4.2:
   b
      The passive role bit MUST be 1 for all passive openers.  For
      active openers, it MUST default to 0, but implementations MUST
      provide an API through which an application can explicitly set "b
      = 1" before initiating an active open.  (Manual configuration of
      "b" is only necessary to enable encryption with a simultaneous
      open.)

I think this could be made clearer (thinking in particular of Spencer's
question) if this text indicated that implementations making use of
simultaneous open need to have some out-of-band negotiation of role before the
TCP connection is attempted.