Re: [Trans] Bad Technical Decision: Closing out the SCT encoding discussion

Russ Housley <housley@vigilsec.com> Fri, 13 March 2015 21:09 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: trans@ietfa.amsl.com
Delivered-To: trans@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8432E1A00CD for <trans@ietfa.amsl.com>; Fri, 13 Mar 2015 14:09:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level:
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, USER_IN_WHITELIST=-100] 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 Y8LslPr7yeGw for <trans@ietfa.amsl.com>; Fri, 13 Mar 2015 14:09:33 -0700 (PDT)
Received: from odin.smetech.net (x-bolt-wan.smeinc.net [209.135.219.146]) by ietfa.amsl.com (Postfix) with ESMTP id 6FE221A0282 for <trans@ietf.org>; Fri, 13 Mar 2015 14:09:33 -0700 (PDT)
Received: from localhost (unknown [209.135.209.5]) by odin.smetech.net (Postfix) with ESMTP id 2846D9A4012; Fri, 13 Mar 2015 17:09:23 -0400 (EDT)
X-Virus-Scanned: amavisd-new at smetech.net
Received: from odin.smetech.net ([209.135.209.4]) by localhost (ronin.smeinc.net [209.135.209.5]) (amavisd-new, port 10024) with ESMTP id 7bjjBSsQfWRe; Fri, 13 Mar 2015 17:09:01 -0400 (EDT)
Received: from [192.168.2.100] (pool-96-255-133-185.washdc.fios.verizon.net [96.255.133.185]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by odin.smetech.net (Postfix) with ESMTP id D8C449A401A; Fri, 13 Mar 2015 17:09:01 -0400 (EDT)
Mime-Version: 1.0 (Apple Message framework v1085)
Content-Type: text/plain; charset="us-ascii"
From: Russ Housley <housley@vigilsec.com>
In-Reply-To: <55034F89.4060501@comodo.com>
Date: Fri, 13 Mar 2015 17:08:50 -0400
Content-Transfer-Encoding: quoted-printable
Message-Id: <91BA227F-B281-47B4-A206-00998643DD75@vigilsec.com>
References: <550257A0.8050401@gmail.com> <B87AFA6C-2B9F-474C-AE0F-BF07829CD139@vigilsec.com> <550347A0.6070005@cs.tcd.ie> <55034F89.4060501@comodo.com>
To: Rob Stradling <rob.stradling@comodo.com>
X-Mailer: Apple Mail (2.1085)
Archived-At: <http://mailarchive.ietf.org/arch/msg/trans/thhwyk3faGyFevU4e_7JVofyDkw>
Cc: Paul Wouters <paul@nohats.ca>, trans@ietf.org, Melinda Shore <melinda.shore@gmail.com>, Stephen Farrell <stephen.farrell@cs.tcd.ie>
Subject: Re: [Trans] Bad Technical Decision: Closing out the SCT encoding discussion
X-BeenThere: trans@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Public Notary Transparency working group discussion list <trans.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/trans>, <mailto:trans-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/trans/>
List-Post: <mailto:trans@ietf.org>
List-Help: <mailto:trans-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/trans>, <mailto:trans-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 13 Mar 2015 21:09:34 -0000

Rob:

>> And if we interpret 5280 strictly and conclude that is still a
>> good plan then the question would be what to do about the SCT
>> encoding, which could be to do something hacky like prepending
>> another OCTET STRING tag and a length I suppose,
> 
> Stephen, RFC6962 does precisely that, and the current 6962-bis text aims to do the same.
> 
> Adding yet another OCTET STRING would turn it into an OCTET STRING inside an OCTET STRING inside an OCTET STRING!
> 
> I'd be surprised if Russ or Steve Kent would consider that to be any better than the current plan (an OCTET STRING inside an OCTET STRING).

I will not speak for Steve Kent.  But I do not think tat an extra OCTET STRING wrapping is the way to go.  Sure, it would legalistically conform to the words in RFC 5280, but I think the straightforward use of ASN.1 would be better.

Russ