Re: [TLS] OCSP status_request_v2 extension

Ilari Liusvaara <ilariliusvaara@welho.com> Mon, 14 August 2017 18:26 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 7BADB1323B5 for <tls@ietfa.amsl.com>; Mon, 14 Aug 2017 11:26:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] 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 lVgbjJb9g2b0 for <tls@ietfa.amsl.com>; Mon, 14 Aug 2017 11:26:21 -0700 (PDT)
Received: from welho-filter2.welho.com (welho-filter2.welho.com [83.102.41.24]) by ietfa.amsl.com (Postfix) with ESMTP id 46E35132399 for <tls@ietf.org>; Mon, 14 Aug 2017 11:26:20 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by welho-filter2.welho.com (Postfix) with ESMTP id 58225ACD5E; Mon, 14 Aug 2017 21:26:19 +0300 (EEST)
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-filter2.welho.com [::ffff:83.102.41.24]) (amavisd-new, port 10024) with ESMTP id 4iEP1SRYzD-u; Mon, 14 Aug 2017 21:26:19 +0300 (EEST)
Received: from LK-Perkele-VII (87-92-19-27.bb.dnainternet.fi [87.92.19.27]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by welho-smtp2.welho.com (Postfix) with ESMTPSA id 054C027B; Mon, 14 Aug 2017 21:26:16 +0300 (EEST)
Date: Mon, 14 Aug 2017 21:26:16 +0300
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: Hubert Kario <hkario@redhat.com>
Cc: "tls@ietf.org" <tls@ietf.org>
Message-ID: <20170814182616.46cnqvpk3kmh4led@LK-Perkele-VII>
References: <1743998.0aoAkZaxpO@pintsize.usersys.redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <1743998.0aoAkZaxpO@pintsize.usersys.redhat.com>
User-Agent: NeoMutt/20170609 (1.8.3)
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/EImzpTyQNZe9s0TivYbsBGjgP50>
Subject: Re: [TLS] OCSP status_request_v2 extension
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: Mon, 14 Aug 2017 18:26:23 -0000

On Mon, Aug 14, 2017 at 08:03:08PM +0200, Hubert Kario wrote:
> Current (21) draft references RFC 6961 in multiple places, in particular
>  * Section 4.4.2:
>      Valid extensions
>      include OCSP Status extensions ([RFC6066] and [RFC6961])
>  * and therein implicitly:
>      If
>      an extension applies to the entire chain, it SHOULD be included in
>      the first CertificateEntry.
> 
> at the same time section B.3.1 ExtensionType and table from Section 4.2 do not 
> list status_request_v2 as a valid extension.
> 
> 
> If the intention was to deprecate status_request_v2, I think the references to 
> RFC 6961 should be a bit more cautious. If it wasn't (as old messages sent to 
> the list would indicate), quite a bit of text is missing.

The introduction suggests that TLS 1.3 intends to deprecate
status_request_v2.

And indeed, if status_request_v2 was to be supported, extra text would
be required. Like how to map the list of certificates inside the
message to certificates sent.

I think that clause about extensions to whole chain are more for things
like server_certificate_type.


Furthermore, in WebPKI, CA certificate OCSP is at best useless due to
the very long response lifetimes. And getting the liftimes down to
reasonable range is not realistic.



-Ilari