Re: [TLS] Duplicate oid_filters

Ilari Liusvaara <ilariliusvaara@welho.com> Sat, 10 March 2018 15:03 UTC

Return-Path: <ilariliusvaara@welho.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AFB04126C26 for <tls@ietfa.amsl.com>; Sat, 10 Mar 2018 07:03:00 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level:
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no
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 U4xBMPSa64Na for <tls@ietfa.amsl.com>; Sat, 10 Mar 2018 07:02:58 -0800 (PST)
Received: from welho-filter1.welho.com (welho-filter1.welho.com [83.102.41.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9BB1C126579 for <tls@ietf.org>; Sat, 10 Mar 2018 07:02:58 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by welho-filter1.welho.com (Postfix) with ESMTP id BF8A753F91; Sat, 10 Mar 2018 17:02:54 +0200 (EET)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp2.welho.com ([IPv6:::ffff:83.102.41.85]) by localhost (welho-filter1.welho.com [::ffff:83.102.41.23]) (amavisd-new, port 10024) with ESMTP id bT2U1MgI5DCw; Sat, 10 Mar 2018 17:02:54 +0200 (EET)
Received: from LK-Perkele-VII (87-92-19-27.bb.dnainternet.fi [87.92.19.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by welho-smtp2.welho.com (Postfix) with ESMTPSA id 6178772; Sat, 10 Mar 2018 17:02:51 +0200 (EET)
Date: Sat, 10 Mar 2018 17:02:50 +0200
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: Sean Turner <sean@sn3rd.com>
Cc: Benjamin Kaduk <bkaduk@akamai.com>, "<tls@ietf.org>" <tls@ietf.org>
Message-ID: <20180310150250.GA3875@LK-Perkele-VII>
References: <CABcZeBPCz229n6sZZYGF=suFoXVt1MdCWJU5e1gyG0sj=Zgt5Q@mail.gmail.com> <92c3be5c-4522-4072-d4ce-d7b41cdfebf0@akamai.com> <F0DDF644-3C44-401F-8C13-46E9BE2ED9C0@sn3rd.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <F0DDF644-3C44-401F-8C13-46E9BE2ED9C0@sn3rd.com>
User-Agent: Mutt/1.9.3 (2018-01-21)
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/jEqxYQdRKWIOq_rJJC1hHR3aP0I>
Subject: Re: [TLS] Duplicate oid_filters
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tls/>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 10 Mar 2018 15:03:01 -0000

On Fri, Mar 09, 2018 at 07:35:09PM -0500, Sean Turner wrote:
> 
> > On 03/09/2018 03:35 PM, Eric Rescorla wrote:
> >> 
> >> The current text neither allows nor prohibits the same OID
> >> appearing twice. We should do one or the other.
>
> Okay so the OIDs can’t appear twice in the certificate, because
> certificate extensions are only supposed to appear once so why
> don’t we just follow suit and require no dupes?

Duplicate OIDs do not look to be useful either:

- All of currently defined filters have "all of" behavior.
- Duplicate filters would presumably intersect.
- Thus, one can rewrite a filter that has duplicate OIDs with just
  each OID once.



-Ilari