Re: [openpgp] key distribution by email strategy

Kai Engert <kaie@kuix.de> Fri, 11 December 2020 11:32 UTC

Return-Path: <kaie@kuix.de>
X-Original-To: openpgp@ietfa.amsl.com
Delivered-To: openpgp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1DD3B3A0AC5 for <openpgp@ietfa.amsl.com>; Fri, 11 Dec 2020 03:32:12 -0800 (PST)
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, NICE_REPLY_A=-0.001, SPF_HELO_NONE=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=kuix.de
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 3_tBTZ7_OeQ5 for <openpgp@ietfa.amsl.com>; Fri, 11 Dec 2020 03:32:10 -0800 (PST)
Received: from cloud.kuix.de (cloud.kuix.de [93.90.207.85]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4049E3A0AC4 for <openpgp@ietf.org>; Fri, 11 Dec 2020 03:32:10 -0800 (PST)
Received: from [10.137.0.17] (ip-95-223-75-128.hsi16.unitymediagroup.de [95.223.75.128]) by cloud.kuix.de (Postfix) with ESMTPSA id 7BB4F18CEC3; Fri, 11 Dec 2020 11:32:08 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kuix.de; s=2018; t=1607686328; bh=idJv9qjd2GRgYPkNoPaT49Rmsqo3rKQMuBQR6CYQNK8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=KhmdxMqZfiZU2MFmMBGv/GRIUGMdmfSgdFiSpIRMLLTSLJUEelmlxjM8cfJLeWf0h TaZgB5LmRFV9DYjylruNaFhCDadq5w4QlaY9pcFtUnkmRgjuVBEyyQmYg7FNDQ2X+y aWLu4COCeutyx2gvvGmWXdRT95J4XtMXzH6zWeFaOUKBVd7qHCVvFVslv5PIry9vlm QCapkRSDH8Mowo8EWII8jOwImD7vAuph9XDMGB/cnoX+vE5NZ2j4kwgRZG3j8evt1C c/1TwAXXOeP6MLm6F0fEXYfiuba2v+YvgERy7Q3Kpq1JwpmFhLMJ9WoJCuxm+wluSB 3AdlxM0+qeMfQ==
To: Andrew Gallagher <andrewg@andrewg.com>, openpgp@ietf.org
References: <48be3fcf-cdce-9ef4-655b-63b6dddf9310@kuix.de> <322cc545-4358-ba95-65d5-3f75b7050c0b@kuix.de> <a0509525-db8f-6408-cf91-5444b460b029@andrewg.com>
From: Kai Engert <kaie@kuix.de>
Message-ID: <f935c20d-2fa1-d1a2-cbc4-937bdbfea2c8@kuix.de>
Date: Fri, 11 Dec 2020 12:32:07 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.5.1
MIME-Version: 1.0
In-Reply-To: <a0509525-db8f-6408-cf91-5444b460b029@andrewg.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/openpgp/8vC3bsDSdmSg4Yna2mM1XhF3BHg>
Subject: Re: [openpgp] key distribution by email strategy
X-BeenThere: openpgp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Ongoing discussion of OpenPGP issues." <openpgp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/openpgp>, <mailto:openpgp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/openpgp/>
List-Post: <mailto:openpgp@ietf.org>
List-Help: <mailto:openpgp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/openpgp>, <mailto:openpgp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 11 Dec 2020 11:32:12 -0000

On 11.12.20 12:26, Andrew Gallagher wrote:
> On 11/12/2020 11:21, Kai Engert wrote:
>> This will require UI to distinguish the key verification status
>> individually per user ID.
> 
> This is an eventuality that any reasonable UI *must* already handle.
> Just because my key is valid for andrewg@andrewg.com, does not mean that
> it is therefore valid for president@whitehouse.gov.

Yes, fully agree.

My questions remain nevertheless.

Kai