[Acme] Directory metadata; wildcard support; conditional authz creation

Hugo Landau <hlandau@devever.net> Sun, 31 January 2016 03:39 UTC

Return-Path: <hlandau@devever.net>
X-Original-To: acme@ietfa.amsl.com
Delivered-To: acme@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6A4F51B3EF1 for <acme@ietfa.amsl.com>; Sat, 30 Jan 2016 19:39:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.103
X-Spam-Level:
X-Spam-Status: No, score=-0.103 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=ham
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 Ezb0plzCD24u for <acme@ietfa.amsl.com>; Sat, 30 Jan 2016 19:39:28 -0800 (PST)
Received: from umbriel.devever.net (umbriel.devever.net [149.202.51.241]) (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 D63B61B3EF0 for <acme@ietf.org>; Sat, 30 Jan 2016 19:39:27 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by umbriel.devever.net (Postfix) with ESMTP id D35591C60D for <acme@ietf.org>; Sun, 31 Jan 2016 04:39:25 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=devever.net; h= user-agent:content-disposition:content-type:content-type :mime-version:message-id:subject:subject:from:from:date:date :received:received; s=mimas; t=1454211565; x=1472400926; bh=7jFp wsRjmw8AOm7CsR8HWt2KliUKSha0vs11BYMsRWg=; b=sF4RHt7iv+re1hmQqTTG aOo7HS1BeY6hsOUF5hBIBo+q5yvOusbnG8W9Tt9KyjpSW2CyOrHQU4SATKKUkyxq po59YzVhzzGr1qpq40MPYGom4kDdUdWf2kH9X5+LoUDPix8dvmPSdxakIq1aOJ7y fxbyjj0gTVuvyD9hdnlL7irRRicPWqV0R0/ILU/F0dXoRDxEVZR7HOYr/2kR2yD1 6qiyabUoiaKpKH+7YVNNcTsNDjYhMfEOJiAtsiL11Wxns0h2gMZxHtVb/vg7239Z b8esvsrdFe2RbMX2OjEGLKTpTpxnBZ6/2hvO3octkUAv7J08990ZEVYi2/yC1iVC 6Q==
Received: from umbriel.devever.net ([127.0.0.1]) by localhost (umbriel.devever.net [127.0.0.1]) (amavisd-new, port 10026) with LMTP id KczslToY3Mde for <acme@ietf.org>; Sun, 31 Jan 2016 04:39:25 +0100 (CET)
Received: from andover (localhost [127.0.0.1]) by umbriel.devever.net (Postfix) with SMTP id A00F61C60B for <acme@ietf.org>; Sun, 31 Jan 2016 04:39:25 +0100 (CET)
Date: Sun, 31 Jan 2016 03:39:25 +0000
From: Hugo Landau <hlandau@devever.net>
To: acme@ietf.org
Message-ID: <20160131033925.GA29713@andover>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/acme/RNiPetVQZengyDpd3kkwqTgq_pI>
Subject: [Acme] Directory metadata; wildcard support; conditional authz creation
X-BeenThere: acme@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Automated Certificate Management Environment <acme.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/acme>, <mailto:acme-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/acme/>
List-Post: <mailto:acme@ietf.org>
List-Help: <mailto:acme-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/acme>, <mailto:acme-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 31 Jan 2016 03:39:29 -0000

More proposals from me.

Add metadata to directory. This is quite needed.
<https://github.com/ietf-wg-acme/acme/pull/72>

A proposed scheme for wildcard support.
<https://github.com/ietf-wg-acme/acme/pull/74>

Allow authorizations to be created conditionally.
<https://github.com/ietf-wg-acme/acme/pull/77>

Hugo Landau