Re: [saag] Comment added to draft-gutmann-scep history

Alexey Melnikov <alexey.melnikov@isode.com> Mon, 28 January 2019 12:11 UTC

Return-Path: <alexey.melnikov@isode.com>
X-Original-To: saag@ietfa.amsl.com
Delivered-To: saag@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 85CB2131027; Mon, 28 Jan 2019 04:11:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 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_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=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 ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g8qcedf5N5qI; Mon, 28 Jan 2019 04:11:54 -0800 (PST)
Received: from statler.isode.com (Statler.isode.com [62.232.206.189]) by ietfa.amsl.com (Postfix) with ESMTP id D675113100D; Mon, 28 Jan 2019 04:11:53 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1548677513; d=isode.com; s=june2016; i=@isode.com; bh=1T/QX+Fystwenc1ZMmA6if/HBHZHvc/LQ173mgI3HLE=; 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=HvThLjmoPcfEcbz3IOLwalpbaTLmh1swSGPkCw51+/NlL7cDnXKoy8DhA5K3bLVSQFDfbE +eOIZn5lJfLONelAPFhaME6IQ2SrdaQ44f2Es6hP6a7k2jrLwwNODX/b9hSrHeSncUAlXN aUJV4HMDmU0KQT8Q4PR4dtUJen61QqU=;
Received: from [172.20.1.215] (dhcp-215.isode.net [172.20.1.215]) by statler.isode.com (submission channel) via TCP with ESMTPSA id <XE7xhgAcq5ia@statler.isode.com>; Mon, 28 Jan 2019 12:11:52 +0000
To: Peter Gutmann <pgut001@cs.auckland.ac.nz>
Cc: "draft-gutmann-scep@ietf.org" <draft-gutmann-scep@ietf.org>, "carl@redhoundsoftware.com" <carl@redhoundsoftware.com>, "saag@ietf.org" <saag@ietf.org>
References: <152231658869.24008.11321959845877039592.idtracker@ietfa.amsl.com> <1522887334433.4490@cs.auckland.ac.nz> <1525092187804.38190@cs.auckland.ac.nz> <bcb96609-a4fd-faf6-cf07-12b9f1fe7df0@isode.com> <1531471734017.88813@cs.auckland.ac.nz> <c64bc232-fb47-5384-ac89-71ce0481f095@isode.com> <1548207354255.65634@cs.auckland.ac.nz> <BC92C620-E29E-43E5-BD64-269E42F63832@isode.com> <1548593086641.10465@cs.auckland.ac.nz>
From: Alexey Melnikov <alexey.melnikov@isode.com>
Message-ID: <b3e8844e-7226-14da-ec20-6184f579175e@isode.com>
Date: Mon, 28 Jan 2019 12:11:48 +0000
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0
In-Reply-To: <1548593086641.10465@cs.auckland.ac.nz>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-GB
Archived-At: <https://mailarchive.ietf.org/arch/msg/saag/frXMel4QOjvWm3PtK5jkwdO_BoU>
Subject: Re: [saag] Comment added to draft-gutmann-scep history
X-BeenThere: saag@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Security Area Advisory Group <saag.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/saag>, <mailto:saag-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/saag/>
List-Post: <mailto:saag@ietf.org>
List-Help: <mailto:saag-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/saag>, <mailto:saag-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jan 2019 12:11:56 -0000

Hi Peter,

On 27/01/2019 12:45, Peter Gutmann wrote:
> OK, just posted it with (hopefully) all changes as requested, one small
> difference is that I've put the HTTP note in section 4 which talks about HTTP
> use:
>
>     This section describes the SCEP Transactions and their HTTP [6] transport
>     mechanism.
>
> where it's more likely to be noticed than if it's tacked onto the
> introduction.  I've also extended it a bit to point to the upcoming BCP-56,
> which contains a lot of good advice on use of HTTP as a substrate:
>
> -- Snip --
>
> Note that SCEP doesn't follow best current practices on usage of HTTP.  In
> particular, it uses unregistered Media Types, it recommends ignoring Media
> Types and hardcoding specific URI paths.  Guidance on the appropriate
> application of HTTP in these circumstances may be found in
>
> REF: "Building Protocols with HTTP", draft-ietf-httpbis-bcp56bis-08, Mark
> Nottingham, November 2018,
> https://tools.ietf.org/html/draft-ietf-httpbis-bcp56bis-08.
>
> -- Snip --
That would be fine. Please post a new revision that includes this text.
> Before the final version is published I'll go through it one more time to
> align it with draft-BCP-56bis as much as possible, mostly a reference to
> section 4.5.1 on the use of GET vs POST.

Ok.

Best Regards,

Alexey