Re: [Acme] Editorial fixes in GitHub

Jacob Hoffman-Andrews <jsha@eff.org> Mon, 23 January 2017 22:46 UTC

Return-Path: <jsha@eff.org>
X-Original-To: acme@ietfa.amsl.com
Delivered-To: acme@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 53ACE1293DA for <acme@ietfa.amsl.com>; Mon, 23 Jan 2017 14:46:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.201
X-Spam-Level:
X-Spam-Status: No, score=-10.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-3.199, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eff.org
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 nlrZ7jl-rqo3 for <acme@ietfa.amsl.com>; Mon, 23 Jan 2017 14:46:46 -0800 (PST)
Received: from mail2.eff.org (mail2.eff.org [173.239.79.204]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3B6FE120727 for <acme@ietf.org>; Mon, 23 Jan 2017 14:46:46 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=eff.org; s=mail2; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=x780S44qK3mMkkzgmFLhn4A2ullvMsRZWVAmyCNDC98=; b=2EVXibflo6vdOsHmlQcRZGcQxi4Dk72Eq88oPbO+j0CdOTDdnILllAHQkhOJgzqSC7GlvMp5q1kz3hYVZZzug2n21R5Scb+0Zwtjvy1Z4107Sw+0TvFd43N7ayL5IgARvRANK9sLiQ8bwLWVNIcGVvnjFI7+AB7AufOdZsEprVs=;
Received: ; Mon, 23 Jan 2017 14:46:47 -0800
To: "acme@ietf.org" <acme@ietf.org>
References: <760b7647-3a28-efb8-9189-3ab9c50cfe5d@eff.org>
From: Jacob Hoffman-Andrews <jsha@eff.org>
Message-ID: <d197a9b6-a626-1ef9-5b40-f782cffe726a@eff.org>
Date: Mon, 23 Jan 2017 14:46:45 -0800
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1
MIME-Version: 1.0
In-Reply-To: <760b7647-3a28-efb8-9189-3ab9c50cfe5d@eff.org>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 7bit
Received-SPF: skipped for local relay
Archived-At: <https://mailarchive.ietf.org/arch/msg/acme/mIdYGowRFC5wDoDSX5OHo0qoQv4>
Subject: Re: [Acme] Editorial fixes in GitHub
X-BeenThere: acme@ietf.org
X-Mailman-Version: 2.1.17
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: Mon, 23 Jan 2017 22:46:48 -0000

In review, Rich pointed out that some of these are more substantive and
should be reviewed as such, so I broke them out into their own PRs:

Remove SCT link relation. https://github.com/ietf-wg-acme/acme/pull/234
Specify multi-viewpoint validation.
https://github.com/ietf-wg-acme/acme/pull/239
Specify server MAY follow HTTP redirects.
https://github.com/ietf-wg-acme/acme/pull/238

Note: the last one is more of a clarification of current behavior, since
HTTP already says "MAY" for redirects. But a lot of ACME implementers
have been surprised to hear that redirects are followed, so I think it's
important to clarify.

On 01/19/2017 11:55 AM, Jacob Hoffman-Andrews wrote:
> Hi all,
>
> I did a top-to-bottom review of the spec to look for coherency (since
> we've changed a number of concepts), mistakes, and general consistency.
> I filed several pull requests on GitHub:
>
> https://github.com/ietf-wg-acme/acme/pull/231
> https://github.com/ietf-wg-acme/acme/pull/232
> https://github.com/ietf-wg-acme/acme/pull/233
> https://github.com/ietf-wg-acme/acme/pull/234
> https://github.com/ietf-wg-acme/acme/pull/235
>
> _______________________________________________
> Acme mailing list
> Acme@ietf.org
> https://www.ietf.org/mailman/listinfo/acme
>