Re: Why are mail servers not also key servers?

"John Levine" <johnl@taugh.com> Thu, 20 April 2017 20:54 UTC

Return-Path: <johnl@taugh.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B0E3C1316B1 for <ietf@ietfa.amsl.com>; Thu, 20 Apr 2017 13:54:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.121
X-Spam-Level:
X-Spam-Status: No, score=-1.121 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_NEUTRAL=0.779] autolearn=no autolearn_force=no
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 pv3xArWHpBVd for <ietf@ietfa.amsl.com>; Thu, 20 Apr 2017 13:54:58 -0700 (PDT)
Received: from miucha.iecc.com (w6.iecc.com [IPv6:2001:470:1f07:1126::4945:4343]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3605F1316A8 for <ietf@ietf.org>; Thu, 20 Apr 2017 13:54:58 -0700 (PDT)
Received: (qmail 42035 invoked from network); 20 Apr 2017 20:54:56 -0000
Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 20 Apr 2017 20:54:56 -0000
Date: Thu, 20 Apr 2017 20:54:34 -0000
Message-ID: <20170420205434.24400.qmail@ary.lan>
From: John Levine <johnl@taugh.com>
To: ietf@ietf.org
Subject: Re: Why are mail servers not also key servers?
In-Reply-To: <FC831208-97A3-4F1B-A37C-F8646C3FB208@gmail.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/s3vcCY_q5teXofd9rZSh7rE_v8I>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Apr 2017 20:55:00 -0000

In article <FC831208-97A3-4F1B-A37C-F8646C3FB208@gmail.com> you write:
>> SMTP servers could be key servers without having the private key of
>> individuals?
>
>Sure. If they double as HTTPS servers.

As others have noted, this topic has come up more than a few times before.

Here's a recent draft we wrote for a simple per domain https key
server, based almost entirely on existing standards.  It distributes
public keys.  Managing your private keys on all of your MUAs remains
as intractable a problem as it's always been.

https://datatracker.ietf.org/doc/draft-bhjl-x509-srv/

R's,
John