Re: [TLS] I-D Action: draft-ietf-tls-certificate-compression-10.txt

Alessandro Ghedini <alessandro@ghedini.me> Tue, 07 January 2020 09:54 UTC

Return-Path: <alessandro@ghedini.me>
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 3174512009C for <tls@ietfa.amsl.com>; Tue, 7 Jan 2020 01:54:41 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ghedini.me
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 rod2hGAQlm14 for <tls@ietfa.amsl.com>; Tue, 7 Jan 2020 01:54:38 -0800 (PST)
Received: from blastoise.ghedini.me (blastoise.ghedini.me [IPv6:2001:19f0:6c01:a56:5400:1ff:fe4a:5694]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A4104120073 for <tls@ietf.org>; Tue, 7 Jan 2020 01:54:38 -0800 (PST)
Received: from localhost (unknown [IPv6:2a02:8010:6241:1:d036:4980:afa8:a42a]) by blastoise.ghedini.me (Postfix) with ESMTPSA id A4249DF308 for <tls@ietf.org>; Tue, 7 Jan 2020 09:54:34 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ghedini.me; s=mail; t=1578390874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5JAupLDqJk6mg8VS4HMR5rSmWIRys0yiSStmYIvgbp0=; b=d3RYVZHw3rDlhUzQw1OFIwNryez0XAjT+wIob0cLAC+Gj04KoHkvuSYX2d0SRHVQsERQPM jKdnADm9wLYkwRymJx8E4w7fRl4X4FJ0/amUYaMbisxC/6FKDWO1xmfPLJ9L/LSY+Ap1im d5p1n7Yj0SjqnlLhHkSj7Emsryf38ug=
Date: Tue, 07 Jan 2020 09:54:16 +0000
From: Alessandro Ghedini <alessandro@ghedini.me>
To: tls@ietf.org
Message-ID: <20200107095416.GA3155@sokka.flat11.house>
References: <157835021908.8124.11181371214726130046@ietfa.amsl.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <157835021908.8124.11181371214726130046@ietfa.amsl.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/3onXEYDenCaTl9YSu5iycuTC38I>
Subject: Re: [TLS] I-D Action: draft-ietf-tls-certificate-compression-10.txt
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.29
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: Tue, 07 Jan 2020 09:54:41 -0000

On Mon, Jan 06, 2020 at 02:36:59PM -0800, internet-drafts@ietf.org wrote:
> 
> A New Internet-Draft is available from the on-line Internet-Drafts directories.
> This draft is a work item of the Transport Layer Security WG of the IETF.
> 
>         Title           : TLS Certificate Compression
>         Authors         : Alessandro Ghedini
>                           Victor Vasiliev
> 	Filename        : draft-ietf-tls-certificate-compression-10.txt
> 	Pages           : 8
> 	Date            : 2020-01-06
> 
> Abstract:
>    In TLS handshakes, certificate chains often take up the majority of
>    the bytes transmitted.
> 
>    This document describes how certificate chains can be compressed to
>    reduce the amount of data transmitted and avoid some round trips.
> 
> 
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-tls-certificate-compression/
> 
> There are also htmlized versions available at:
> https://tools.ietf.org/html/draft-ietf-tls-certificate-compression-10
> https://datatracker.ietf.org/doc/html/draft-ietf-tls-certificate-compression-10
> 
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-ietf-tls-certificate-compression-10

This addresses a comment from IANA.

Cheers