Re: [Uta] Revised wording on security consideration re TLS-Required

Benjamin Kaduk <kaduk@mit.edu> Sat, 30 March 2019 18:45 UTC

Return-Path: <kaduk@mit.edu>
X-Original-To: uta@ietfa.amsl.com
Delivered-To: uta@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C85C8120114 for <uta@ietfa.amsl.com>; Sat, 30 Mar 2019 11:45:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KuwL6E9MKwzR for <uta@ietfa.amsl.com>; Sat, 30 Mar 2019 11:45:03 -0700 (PDT)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 26F7D120077 for <uta@ietf.org>; Sat, 30 Mar 2019 11:45:02 -0700 (PDT)
Received: from kduck.mit.edu (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x2UIixoW019140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <uta@ietf.org>; Sat, 30 Mar 2019 14:45:01 -0400
Date: Sat, 30 Mar 2019 13:44:59 -0500
From: Benjamin Kaduk <kaduk@mit.edu>
To: uta@ietf.org
Message-ID: <20190330184458.GF35679@kduck.mit.edu>
References: <mailman.116.1553713216.11047.uta@ietf.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <mailman.116.1553713216.11047.uta@ietf.org>
User-Agent: Mutt/1.10.1 (2018-07-13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/uta/Gn8Rv5JEax9rPrkbP79-KdHdS7E>
Subject: Re: [Uta] Revised wording on security consideration re TLS-Required
X-BeenThere: uta@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: UTA working group mailing list <uta.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/uta>, <mailto:uta-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/uta/>
List-Post: <mailto:uta@ietf.org>
List-Help: <mailto:uta-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/uta>, <mailto:uta-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 30 Mar 2019 18:45:06 -0000

[sorry about the broekn threading; I get uta@ in digest form and can't dig
out a proper message-id ATM from the archives]

On Wed, Mar 27, 2019 at 12:00:16PM -0700, uta-request@ietf.org wrote:
> Date: Wed, 27 Mar 2019 09:34:14 +0100
> From: Jim Fenton <fenton@bluepopcorn.net>
> To: "uta@ietf.org" <uta@ietf.org>
> Subject: [Uta] Revised wording on security consideration re TLS-Required
> 
> Thanks for the feedback on my proposed language for a new security
> consideration regarding conflicts between the TLS-Required header field
> and DANE and MTA-STS recipient policies. Here's another stab at it:
> 
> =====
> 
> 8.4. Policy Conflicts
> 
> 
> In some cases, the use of the TLS-Required header field may conflict
> with a recipient domain policy expressed through the DANE [RFC7672] or
> MTA-STS [RFC8461] protocols. Although these protocols encourage the use
> of TLS transport by advertising availability of TLS, the use of
> ”TLS-Required: No” header field represents an explicit decision on the
> part of the sender not to require the use of TLS, such as to overcome a
> configuration error. The recipient domain has the ultimate ability to
> require TLS by not accepting messages when STARTTLS has not been
> negotiated; otherwise, "TLS-Required: No" is effectively directing the
> client MTA to behave as if it does not support DANE nor MTA-STS.
> 
> 
> =====
> 
> 
> Comments welcome.

This doesn't really say anything about or give guidance to intermediate
MTAs.  (Do we want to differentiate between initial and intermediate MTAs,
too?)

-Ben