[kitten] SASL, how to choose the type of channel binding?

Rick van Rein <rick@openfortress.nl> Thu, 09 April 2020 13:11 UTC

Return-Path: <rick@openfortress.nl>
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 820953A0AF5 for <kitten@ietfa.amsl.com>; Thu, 9 Apr 2020 06:11:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.592
X-Spam-Level:
X-Spam-Status: No, score=0.592 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=openfortress.nl
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 ExFx_tTYTuqB for <kitten@ietfa.amsl.com>; Thu, 9 Apr 2020 06:10:55 -0700 (PDT)
Received: from lb3-smtp-cloud9.xs4all.net (lb3-smtp-cloud9.xs4all.net [194.109.24.30]) (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 726B73A0959 for <kitten@ietf.org>; Thu, 9 Apr 2020 06:10:54 -0700 (PDT)
Received: from popmini.vanrein.org ([IPv6:2001:980:93a5:1::7]) by smtp-cloud9.xs4all.net with ESMTP id MWxGjGFFCZJ1DMWxHjuzQ5; Thu, 09 Apr 2020 15:10:52 +0200
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openfortress.nl; i=rick@openfortress.nl; q=dns/txt; s=fame; t=1586437850; h=message-id : date : from : mime-version : to : subject : content-type : content-transfer-encoding : date : from : subject; bh=8Ue4RZvOTMxgrJ+mYFXR2YNO9N972A4PFwQevGEidxc=; b=S7kLRyKjzT3Cxb5/1CzyVCAOBdb81n9Nb7U84q99w9doB4A2Yu354+bl OAOvHQ5N/icsfcWndyRKe2C5vz0yk7k0cSpnbKPK1aLlh4Y4JBeDcPqtlt aqXKbVJBllGGekiHSZzyyZzt9EbjMVJkVs3os/fgLJz3oESx3D7cqTRh8=
Received: by fame.vanrein.org (Postfix, from userid 1006) id B3AB339199; Thu, 9 Apr 2020 13:10:50 +0000 (UTC)
X-Original-To: kitten@ietf.org
Received: from airhead.local (phantom.vanrein.org [83.161.146.46]) by fame.vanrein.org (Postfix) with ESMTPA id 98BDB39187; Thu, 9 Apr 2020 13:10:50 +0000 (UTC)
Message-ID: <5E8F1ED9.1020108@openfortress.nl>
Date: Thu, 09 Apr 2020 15:10:49 +0200
From: Rick van Rein <rick@openfortress.nl>
User-Agent: Postbox 3.0.11 (Macintosh/20140602)
MIME-Version: 1.0
To: "kitten@ietf.org" <kitten@ietf.org>
X-Enigmail-Version: 1.2.3
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bogosity: Unsure, tests=bogofilter, spamicity=0.520000, version=1.2.4
X-CMAE-Envelope: MS4wfMkicGmcd/8F031p036fesCSBGaOXCPkZk1fZow70R++FIQ8abE20gNZVDFRb/yauxyqQxAYQs43LMcf8GMWw/IVCKVk40cFgWgyLclh1l2jYvvVDG+y Utmlw6JJSN3DmHZmebL3ZXULjQLKuZPCYas47FebciGE6rSuSbof85x9z668BBMjqfJQxFm1JJtIbA==
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/cVUyTUVERYeLnXSlbsjEYv-Ky74>
Subject: [kitten] SASL, how to choose the type of channel binding?
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: Thu, 09 Apr 2020 13:11:03 -0000

Hello,

I can see that the GS2 negotiates *whether* to use channel binding, but
how can a client and server agree on *which* form to use?

Thanks,
 -Rick