Re: [Secdispatch] Draft: Adding SASL to HTTP

Benjamin Kaduk <kaduk@mit.edu> Fri, 27 March 2020 19:16 UTC

Return-Path: <kaduk@mit.edu>
X-Original-To: secdispatch@ietfa.amsl.com
Delivered-To: secdispatch@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 37A703A09D4 for <secdispatch@ietfa.amsl.com>; Fri, 27 Mar 2020 12:16:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, 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 F-Pw0qlgv8ht for <secdispatch@ietfa.amsl.com>; Fri, 27 Mar 2020 12:16:37 -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 8BD783A0BDB for <secdispatch@ietf.org>; Fri, 27 Mar 2020 12:16:37 -0700 (PDT)
Received: from kduck.mit.edu ([24.16.140.251]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 02RJGVvT005742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 27 Mar 2020 15:16:34 -0400
Date: Fri, 27 Mar 2020 12:16:31 -0700
From: Benjamin Kaduk <kaduk@mit.edu>
To: Rick van Rein <rick@openfortress.nl>
Cc: SECDISPATCH WG <secdispatch@ietf.org>
Message-ID: <20200327191631.GO50174@kduck.mit.edu>
References: <5E61FAA4.3030902@openfortress.nl>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <5E61FAA4.3030902@openfortress.nl>
User-Agent: Mutt/1.12.1 (2019-06-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/secdispatch/wqDy0Z2t9bh7OvB5pdIHEdrTIt8>
Subject: Re: [Secdispatch] Draft: Adding SASL to HTTP
X-BeenThere: secdispatch@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Security Dispatch <secdispatch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/secdispatch>, <mailto:secdispatch-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/secdispatch/>
List-Post: <mailto:secdispatch@ietf.org>
List-Help: <mailto:secdispatch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/secdispatch>, <mailto:secdispatch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Mar 2020 19:16:40 -0000

Hi Rick,

Thanks for bringing this to SECDISPATCH.

Doing a quick read of the draft before the session, the prospect of caching
authentication results via a "s2s" field in a Positive Response stuck out
at me -- is this effectively a bearer token or is there a way envisioned to
bind such cached data to some cryptographic keying material?

Thanks,

Ben

On Fri, Mar 06, 2020 at 08:24:20AM +0100, Rick van Rein wrote:
> Hello,
> 
> This draft proposes to introduce SASL as an authentication mechanism
> into HTTP.  Adding such mechanisms requires IETF Review according to RFC
> 7235.
> 
> I don't know where to turn, and this has long stopped this proposal from
> progressing.  It currently hangs somewhere between DISPATCH And
> SECDISPATCH, so it would be useful to hear thoughts about this proposal.
> 
> I have been made aware that SASL in HTTP has been tried before; the
> reasons why that didn't finish 15 years ago are resolved in this draft:
> 
> Scalability:
> 
>  - stateless server side (server state relays through the client)
>  - sequential messages distributed over connections is no problem
> 
> Security:
> 
>  - no fixation on DIGEST-MD5 (compatibility pulls down security)
>  - support for channel binding without fixating protocol layering
> 
> 
> Benjamin Kaduk noted my search for IETF mechanisms and responded with:
> 
> > That said, I'm happy to see work in this space and would be willing to
> > AD-sponsor it upon a recommendation of either DISPATCH group, if that is
> > the recommendation.
> 
> The authors of the prior HTTP SASL proposal also welcome this work being
> done.
> 
> 
> What are your recommendations towards this work?
> 
> 
> Thanks,
>  -Rick
> 
> 
> Name:		draft-vanrein-httpauth-sasl
> Revision:	04
> Title:		HTTP Authentication with SASL
> Document date:	2020-03-04
> Group:		Individual Submission
> Pages:		14
> URL:
> https://www.ietf.org/internet-drafts/draft-vanrein-httpauth-sasl-04.txt
> Status:
> https://datatracker.ietf.org/doc/draft-vanrein-httpauth-sasl/
> Htmlized:       https://tools.ietf.org/html/draft-vanrein-httpauth-sasl-04
> Htmlized:
> https://datatracker.ietf.org/doc/html/draft-vanrein-httpauth-sasl
> Diff:
> https://www.ietf.org/rfcdiff?url2=draft-vanrein-httpauth-sasl-04
> 
> Abstract:
>    Most application-level protocols standardise their authentication
>    exchanges under the SASL framework.  HTTP has taken another course,
>    and often ends up replicating the work to allow individual
>    mechanisms.  This specification adopts full SASL authentication into
>    HTTP.
> 
> _______________________________________________
> Secdispatch mailing list
> Secdispatch@ietf.org
> https://www.ietf.org/mailman/listinfo/secdispatch