Re: [kitten] draft-perez-krb-wg-gss-preauth
Luke Howard <lukeh@padl.com> Tue, 03 August 2021 03:47 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 239AE3A0E88;
Mon, 2 Aug 2021 20:47:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 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, HTML_MESSAGE=0.001,
SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham 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 g_CmUwArIORk; Mon, 2 Aug 2021 20:47:49 -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 C97793A0E87;
Mon, 2 Aug 2021 20:47:47 -0700 (PDT)
Received: by us.padl.com with ESMTP id 1733ldQ0017786;
Tue, 3 Aug 2021 03:47:43 GMT
DKIM-Filter: OpenDKIM Filter v2.11.0 us.padl.com 1733ldQ0017786
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=padl.com; s=default;
t=1627962466; bh=zpgBflTQKM/KvoHwzapo4p4qjPW2S5N8tg15XBO+VA8=;
h=From:Subject:Date:In-Reply-To:Cc:To:References:From;
b=sZfxOwZ8LHY5K+n+hgYLEKhmUVF1FTxFM009rnn0RgOnBBKh9jloYArVDAS7lEijL
ZcQ6Zoyun5UufnunE/VV2DSbCWni3mQFFBTbUtBFyO4s7hTx9+wDcOYUJnmKmjhhOz
AaHRkjnuIANbYPsYrBjvRE/pbTznlTidVu2+UeOQt0T34Aw1ynyaG+Sk6W01UnQ7rd
ECWI3U51MyEVMTxulKOMCJ8eanQtBIyEIEvzafgtKtKjmdbqRyXKH4UznT+MvoIkLh
G4P5FCMXL1z2EbJsSQZv6lqf5Ov3F9slskvWLlN3ZTZI6H6dr+1O4NLhSggT7tdhVS
pwHgcje+FUkVA==
From: Luke Howard <lukeh@padl.com>
Message-Id: <6DAAE721-CD5F-4271-A18A-1719254A972E@padl.com>
Content-Type: multipart/alternative;
boundary="Apple-Mail=_999BBB82-276A-4C64-BECF-BB303CF1D9DC"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\))
Date: Tue, 3 Aug 2021 13:47:38 +1000
In-Reply-To: <24346b50-09d5-f4b6-f5fe-7790809a7fe7@mit.edu>
Cc: Luke Howard <lukeh=40padl.com@dmarc.ietf.org>,
"kitten@ietf.org" <kitten@ietf.org>, Alejandro Perez Mendez <alex@um.es>
To: Greg Hudson <ghudson@mit.edu>
References: <919B7645-005D-417B-AF1E-EDF165E94BAC@padl.com>
<24346b50-09d5-f4b6-f5fe-7790809a7fe7@mit.edu>
X-Mailer: Apple Mail (2.3654.100.0.2.22)
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/dRQjavg78ewIcI7vnOO5L1b_8Rk>
Subject: Re: [kitten] draft-perez-krb-wg-gss-preauth
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: Tue, 03 Aug 2021 03:47:54 -0000
Hi Greg,
That sounds like a great idea, although obviously it will require FAST for multiple round-trip GSS mechanisms. I’ve provisionally implemented it in Heimdal, albeit using its existing KDCFastState (below).
-- KDCFastState is stored in FX_COOKIE
KDCFastState ::= SEQUENCE {
flags [0] KDCFastFlags,
expiration [1] GeneralizedTime,
fast-state [2] METHOD-DATA,
expected-pa-types [3] SEQUENCE OF PADATA-TYPE OPTIONAL
}
Cheers,
Luke
Luke Howard
web <http://lukehoward.com/> / facebook <https://www.facebook.com/lukehowardmusic> / instagram <http://instagram.com/lukehowardmusic/> / spotify <https://open.spotify.com/artist/3duTXsC49HoPt4f4EySDKf>
- [kitten] draft-perez-krb-wg-gss-preauth Luke Howard
- Re: [kitten] draft-perez-krb-wg-gss-preauth Benjamin Kaduk
- Re: [kitten] draft-perez-krb-wg-gss-preauth Luke Howard
- Re: [kitten] draft-perez-krb-wg-gss-preauth Benjamin Kaduk
- Re: [kitten] draft-perez-krb-wg-gss-preauth Luke Howard
- Re: [kitten] draft-perez-krb-wg-gss-preauth Greg Hudson
- Re: [kitten] draft-perez-krb-wg-gss-preauth Luke Howard
- Re: [kitten] draft-perez-krb-wg-gss-preauth Luke Howard
- Re: [kitten] draft-perez-krb-wg-gss-preauth Greg Hudson
- Re: [kitten] draft-perez-krb-wg-gss-preauth Luke Howard