[netconf] updates to client/server suite of drafts

Kent Watsen <kent+ietf@watsen.net> Wed, 20 November 2019 20:26 UTC

Return-Path: <0100016e8a7ebfef-d490b1b8-f55b-45f9-885c-b5bf1d90ec7f-000000@amazonses.watsen.net>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7EAFE120112 for <netconf@ietfa.amsl.com>; Wed, 20 Nov 2019 12:26:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=amazonses.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 HIZeGXv2bV69 for <netconf@ietfa.amsl.com>; Wed, 20 Nov 2019 12:26:35 -0800 (PST)
Received: from a8-33.smtp-out.amazonses.com (a8-33.smtp-out.amazonses.com [54.240.8.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 98CF5120113 for <netconf@ietf.org>; Wed, 20 Nov 2019 12:26:34 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=6gbrjpgwjskckoa6a5zn6fwqkn67xbtw; d=amazonses.com; t=1574281593; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To:Feedback-ID; bh=Aa4DCzHoPXTZapeJYl8iICGKWvzvxgOC8KFHr/oRtRs=; b=EYWme71XHrNhZ3RKmPsbt0aXtzEi+VYTOZyA3K64V2lt3V+5A4PMEArch5UReSz9 kplluo2kKk6rjhKd9W0080XhczaIqOwVcRUwqRME130fQ5fv6bnKlxXxV2hGXVf7SU1 sQKnktmgdsMKQRI1GWLF0EmiEla+0DapuIMG8xgc=
From: Kent Watsen <kent+ietf@watsen.net>
Content-Type: multipart/alternative; boundary="Apple-Mail=_7180A08F-BE6D-43FC-9F2F-F67387E2BD57"
Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\))
Message-ID: <0100016e8a7ebfef-d490b1b8-f55b-45f9-885c-b5bf1d90ec7f-000000@email.amazonses.com>
Date: Wed, 20 Nov 2019 20:26:33 +0000
To: "netconf@ietf.org" <netconf@ietf.org>
X-Mailer: Apple Mail (2.3445.104.11)
X-SES-Outgoing: 2019.11.20-54.240.8.33
Feedback-ID: 1.us-east-1.DKmIRZFhhsBhtmFMNikgwZUWVrODEw9qVcPhqJEI2DA=:AmazonSES
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/0regsCvmffn7hNy3zQq1DK6uWNU>
Subject: [netconf] updates to client/server suite of drafts
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 20 Nov 2019 20:26:36 -0000

I just pushed an update to all the client/server drafts (except TCP).  Below is the change log entry for each draft.

The most noteworthy update is that the http-01 update should (hopefully) resolve the concerns raised by the httpbis chairs.

The biggest non-update is that the "config false" algs-supported lists were NOT moved from crypto-types to the ssh/tls drafts, only because I ran out of time (and I'm hoping that my co-authors all do it).

There are still number of FIXME's remaining in the drafts.

Kent // contributor


crypto-types:
   -  Added the four features: "[encrypted-]one-[a]symmetric-key-
      format", each protecting a 'key-format' identity of the same name.
   -  Added 'must' expressions asserting that the 'key-format' leaf
      exists whenever a non-hidden key is specified.
   -  Improved the 'description' statements and added 'reference'
      statements for the 'key-format' identities.
   -  Added a questionable forward reference to "encrypted-*" leafs in a
      couple 'when' expressions.

truststore:
   -  Added new "Support for Built-in Trust Anchors" section.
   -  Removed spurious "uses ct:trust-anchor-certs-grouping" line.


keystore:
   -  Added new "Support for Built-in Trust Anchors" section.
   -  Added 'must' expressions asserting that the 'key-format' leaf
      whenever an encrypted key is specified.


tcp-client-server:
  - No update


ssh-client-server:
   -  Removed choice local-or-external by removing the 'external' case
      and flattening the 'local' case and adding a "client-auth-config-
      supported" feature.
   -  Updated examples to include the "*-key-format" nodes.
   -  Augmented-in "must" expressions ensuring that locally-defined
      public-key-format are "ct:ssh-public-key-format" (must expr for
      ref'ed keys are TBD).


tls-client-server:
   -  Removed choice local-or-external by removing the 'external' case
      and flattening the 'local' case and adding a "client-auth-config-
      supported" feature.
   -  Removed choice required-or-optional.
   -  Updated examples to include the "*-key-format" nodes.
   -  Augmented-in "must" expressions ensuring that locally-defined
      public-key-format are "ct:ssh-public-key-format" (must expr for
      ref'ed keys are TBD).


http-client-server:
   -  Modified Abstract and Intro to be more accurate wrt intended
      applicability.
   -  In ietf-http-client, removed "protocol-version" and all auth
      schemes except "basic".
   -  In ietf-http-client, factored out "client-identity-grouping" for
      proxy connections.
   -  In ietf-http-server, removed "choice required-or-optional" and
      "choice local-or-external".
   -  In ietf-http-server, moved the basic auth under a "choice auth-
      type" limited by new "feature basic-auth".


netconf-client-server:
   -  Updated examples to include the "*-key-format" nodes.
   -  Updated examples to remove the "required" nodes.
   -  Updated examples to remove the "client-auth-defined-elsewhere"
      nodes.


restconf-client-server:
   -  Updated examples to include the "*-key-format" nodes.
   -  Updated examples to remove the "required" nodes.