Re: [kitten] Merging ideas: Renegotiate, TLS-PSK, Key Derivation

Alexey Melnikov <alexey.melnikov@isode.com> Wed, 01 February 2023 11:01 UTC

Return-Path: <alexey.melnikov@isode.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 B8544C16B5C3 for <kitten@ietfa.amsl.com>; Wed, 1 Feb 2023 03:01:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.098
X-Spam-Level:
X-Spam-Status: No, score=-7.098 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, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=isode.com
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VPQLTzp0UfbS for <kitten@ietfa.amsl.com>; Wed, 1 Feb 2023 03:01:14 -0800 (PST)
Received: from waldorf.isode.com (waldorf.isode.com [62.232.206.188]) by ietfa.amsl.com (Postfix) with ESMTP id CA14FC16B5BD for <kitten@ietf.org>; Wed, 1 Feb 2023 03:01:14 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1675249272; d=isode.com; s=june2016; i=@isode.com; bh=RivZk7aVxdkEY6VBzgzckSUcTUmlxJqsxVWvB4v8p+g=; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version: In-Reply-To:References:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description; b=OqeDX4xZmZu4dWQ2FSphlCraJCoPnPUV/oV+8fILtZJkTZOKHJ8MACCJVvuK6nuEIz4erv WhTPmhNwh4DWyOUsQ1Tbp/Uy2jylubjlthJKPK+hnz/TEMJp+FJZ0eluvQFYzhtO/jbIyW PkPhMUt9GgFyEsP7pAxPscqgmKEZsBM=;
Received: from [192.168.1.222] (host31-49-219-7.range31-49.btcentralplus.com [31.49.219.7]) by waldorf.isode.com (submission channel) via TCP with ESMTPSA id <Y9pGdwBqmW8d@waldorf.isode.com>; Wed, 1 Feb 2023 11:01:12 +0000
Message-ID: <84d9eba3-c71c-5bdd-bbdb-4c024cd967db@isode.com>
Date: Wed, 01 Feb 2023 11:01:10 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1
To: Nico Williams <nico@cryptonector.com>, kitten@ietf.org
References: <20230118094250.GB8431@openfortress.nl> <Y9mU5ZglZpvCwAFF@gmail.com>
From: Alexey Melnikov <alexey.melnikov@isode.com>
In-Reply-To: <Y9mU5ZglZpvCwAFF@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/kitten/ZfTMFpazW5xTdNjQiD4YLTrs4jU>
Subject: Re: [kitten] Merging ideas: Renegotiate, TLS-PSK, Key Derivation
X-BeenThere: kitten@ietf.org
X-Mailman-Version: 2.1.39
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: Wed, 01 Feb 2023 11:01:18 -0000

On 31/01/2023 22:23, Nico Williams wrote:

> On Wed, Jan 18, 2023 at 09:42:50AM +0000, Rick van Rein wrote:
>> The idea of renegotiation came up, and I wonder if that is specific
>> to one SASL mechanism, or could be a general mechanism that can be
>> offered for the second round.
> What's renegotiation in this context?  (I missed the meeting, sorry.)
We talked about 1 roundtrip quick reauthentication mechanism that works 
with both SCRAM and OPAQUE (and possible future mechanisms).