Re: [dane] Start of WGLC for draft-ietf-dane-registry-acronym

Olafur Gudmundsson <ogud@ogud.com> Wed, 16 October 2013 20:30 UTC

Return-Path: <ogud@ogud.com>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0A46611E82DD for <dane@ietfa.amsl.com>; Wed, 16 Oct 2013 13:30:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.491
X-Spam-Level:
X-Spam-Status: No, score=-102.491 tagged_above=-999 required=5 tests=[AWL=0.108, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5GcIE-NFbq3e for <dane@ietfa.amsl.com>; Wed, 16 Oct 2013 13:29:55 -0700 (PDT)
Received: from smtp84.ord1c.emailsrvr.com (smtp84.ord1c.emailsrvr.com [108.166.43.84]) by ietfa.amsl.com (Postfix) with ESMTP id D4BD111E820B for <dane@ietf.org>; Wed, 16 Oct 2013 13:29:55 -0700 (PDT)
Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp3.relay.ord1c.emailsrvr.com (SMTP Server) with ESMTP id 88338500C2; Wed, 16 Oct 2013 16:29:55 -0400 (EDT)
X-Virus-Scanned: OK
Received: by smtp3.relay.ord1c.emailsrvr.com (Authenticated sender: ogud-AT-ogud.com) with ESMTPSA id 38FD45010D; Wed, 16 Oct 2013 16:29:55 -0400 (EDT)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
From: Olafur Gudmundsson <ogud@ogud.com>
In-Reply-To: <0lpprmumeb.fsf@wjh.hardakers.net>
Date: Wed, 16 Oct 2013 16:29:54 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <1A37555D-1C64-4FB5-8AD6-98F3DA2528F5@ogud.com>
References: <20130919201216.14866.61161.idtracker@ietfa.amsl.com> <EACEEB05-2023-4F76-A6FE-A9B2FDC0AA59@kumari.net> <0lpprmumeb.fsf@wjh.hardakers.net>
To: Wes Hardaker <wjhns1@hardakers.net>
X-Mailer: Apple Mail (2.1510)
Cc: "dane@ietf.org list" <dane@ietf.org>
Subject: Re: [dane] Start of WGLC for draft-ietf-dane-registry-acronym
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Oct 2013 20:30:00 -0000

On Oct 3, 2013, at 4:31 PM, Wes Hardaker <wjhns1@hardakers.net> wrote:

> Warren Kumari <warren@kumari.net> writes:
> 
> Looks like a good start and thanks for writing it Olafur!  But it's not
> ready for publication without some cleanup.  Too many standard-things
> are missing, such as acronym expansion and I'd feel guilty passing it
> to the RFCEditors without us having caught such things.
> 
> Nits:
> 
> 1)
>   handle any case use in the input> The expectation is that by using
>                              ^^^^^^
>                              ??????
Fixed

> 
> 2) my alternate suggested should descriptions (I like the acronyms themselves):
> 
>    +-------+----------+-------------------------------------+-----------+
>    | Value | Acronym  | Short Description                   | Reference |
>    +-------+----------+-------------------------------------+-----------+
>    |     0 | PKIX-TA  | PKIX Validated CA Reference         | [RFC6698] |
>    |     1 | PKIX-EE  | PKIX Validated End-Entity Reference | [RFC6698] |
>    |     2 | DANE-TA  | Validation TA Reference             | [RFC6698] |
>    |     3 | DANE-EE  | Domain-issued certificate Reference | [RFC6698] |
>    | 4-254 |          | Unassigned                          |           |
>    |   255 | PrivCert | Reserved for Private Use            | [RFC6698] |
>    +-------+----------+-------------------------------------+-------------+
> 

I ask chairs to rule if your rewording has traction 
I like it but there were no voices of support and this changes the
registry more than the one column that I set out to add. 


>                     Table 1: TLSA Certificate Usages
> 
> 3) intro text (1 sentence?) to sections needed and expansion of other
>   acronyms earlier in the document (PKIX, EE, )
> 
No 

> 4) ideally space align the section 3 records
> 
>                             inserted one space here
>                             v
>   _666._tcp.first.example.   TLSA PKIX-CA CERT SHA2-512 {blob}
>   _666._tcp.second.example.  TLSA DANE-TA SPKI SHA2-256 {blob}
fixed. 

> 
> 5) security considerations
> 
>   There is definitely something to consider if someone publishes both
>   name records along with number records, and the client only parses
>   number records.  What happens with this:
> 
>   _666._tcp.first.example.   TLSA 3       1    1        {blob}
>   _666._tcp.first.example.   TLSA DANE-TA SPKI SHA2-256 {blob}
This is impossible as the DNS wire fomat is numbers. 
> 
>   Something needs to be said for that case; what would an existing
>   implementation do?  drop both? take one?  Either way, it should be
>   discussed/mentioned.
> 
> -- 
> Wes Hardaker
> Parsons
> _______________________________________________
> dane mailing list
> dane@ietf.org
> https://www.ietf.org/mailman/listinfo/dane