Re: [kitten] New Version Notification for draft-howard-gss-sanon-00.txt

Luke Howard <lukeh@padl.com> Sat, 04 April 2020 11:23 UTC

Return-Path: <lukeh@padl.com>
X-Original-To: kitten@ietfa.amsl.com
Delivered-To: kitten@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2C7153A0A0F for <kitten@ietfa.amsl.com>; Sat, 4 Apr 2020 04:23:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=unavailable autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=padl.com
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 QYh22kutf5dN for <kitten@ietfa.amsl.com>; Sat, 4 Apr 2020 04:23:19 -0700 (PDT)
Received: from us.padl.com (us.padl.com [216.154.215.154]) (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 3776B3A0A0E for <kitten@ietf.org>; Sat, 4 Apr 2020 04:23:19 -0700 (PDT)
Received: by us.padl.com with ESMTP id 034BN9bx024191; Sat, 4 Apr 2020 11:23:13 GMT
DKIM-Filter: OpenDKIM Filter v2.11.0 us.padl.com 034BN9bx024191
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=padl.com; s=default; t=1585999394; bh=71CcTMFE3A+x511wQ429NbUeaiz7wLnva6iGlnSJfR8=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=NBApT1bNUF/UdD+i+oEoJVdSOxepdYGUNoHUbG6ORl/739TAwXVTlakX1hWrK9s0A TOP85i5QCbUG76YxFkhyD6XGGHIErP4PEToah9QYdAl2nyV/f9unRvJcPzHj3CgEhR dQl7l+5VNFrEeZiUTWKGX4FHmtMWNsXTNL1fMf0kOgauAsSjoPNRZWsOlT7V+s9E2c Jx14dIDkgrVga/AtE8u1kWVatoknASHlMn4SEGRHes9aEqMoruVXpq6YJ1zet4k03h SKMoiqICuS5bvk+oxS1f/waKuEdDiWaUgn+xrapUMKlCZpwisLOGYD/Fowyhar8WuA gtKGWQerUZ/eg==
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
From: Luke Howard <lukeh@padl.com>
In-Reply-To: <87pncnbisr.fsf@latte.josefsson.org>
Date: Sat, 04 Apr 2020 22:23:08 +1100
Cc: Luke Howard <lukeh=40padl.com@dmarc.ietf.org>, "kitten@ietf.org" <kitten@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <D5C4AD60-1799-469E-B102-9BF469632B64@padl.com>
References: <158562149038.11496.7234948048087895644@ietfa.amsl.com> <03F73286-C983-44C6-B10D-7E826AE2C609@padl.com> <87pncnbisr.fsf@latte.josefsson.org>
To: Simon Josefsson <simon=40josefsson.org@dmarc.ietf.org>
X-Mailer: Apple Mail (2.3445.104.11)
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/E6JDL8TNaogGfH2P8Cz4RNRTYxk>
Subject: Re: [kitten] New Version Notification for draft-howard-gss-sanon-00.txt
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Common Authentication Technologies - Next Generation <kitten.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/kitten>, <mailto:kitten-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/kitten/>
List-Post: <mailto:kitten@ietf.org>
List-Help: <mailto:kitten-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/kitten>, <mailto:kitten-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 04 Apr 2020 11:23:20 -0000

>> Below is a specification for a simple anonymous mechanism based on
>> curve25519 that does not authenticate either initiator or acceptor.
> 
> Interesting!  When would this be useful in SASL?  GS2 requires that the
> mechanism supports mutual authentication, so while I definitely see
> value in having this as a GSS-API mechanism I don't understand when it
> would provide value for a SASL application, and how it would actually
> work in GS2.

I hadn’t really thought through the GS2 use case, to be honest. Remind me (sorry if it’s a dumb question) why GS2 requires mutual?

It does support channel bindings because the key derivation includes the channel binding application data.