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

Alessandro Ghedini <alessandro@ghedini.me> Mon, 23 December 2019 19:14 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 8E8C2120CD8 for <tls@ietfa.amsl.com>; Mon, 23 Dec 2019 11:14:39 -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 SpMwJ16vzwdk for <tls@ietfa.amsl.com>; Mon, 23 Dec 2019 11:14:37 -0800 (PST)
Received: from blastoise.ghedini.me (blastoise.ghedini.me [45.32.158.21]) (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 A4318120096 for <tls@ietf.org>; Mon, 23 Dec 2019 11:14:37 -0800 (PST)
Received: from localhost (unknown [IPv6:2001:b07:5d31:6b94:44a9:24f2:d1a7:ec22]) by blastoise.ghedini.me (Postfix) with ESMTPSA id 9415ADF454 for <tls@ietf.org>; Mon, 23 Dec 2019 19:14:32 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ghedini.me; s=mail; t=1577128472; 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=nWnw0sdC9vKjFTslnovZvSfi630I/bu8KVHzqwnxmBc=; b=QT5i7aM+U+PishQUR30NZnpcJXKhNhAMS5XvEiHFQtMbDwUGxcJyj4s84/WnsJhrrLDxFj 1Tdg5SCrzKbxQj7YmtB2R+7IeX+PPm25ktJrHRxNplkbjgE8eydI+1niwL/MeRjSzVDWsV xDb+hJyZn1YhNfVQeRqjlfeUaPiRAl8=
Date: Mon, 23 Dec 2019 19:14:29 +0000
From: Alessandro Ghedini <alessandro@ghedini.me>
To: tls@ietf.org
Message-ID: <20191223191429.GA6198@wakko.flat11.house>
References: <157712779719.21365.15071250690241344262@ietfa.amsl.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <157712779719.21365.15071250690241344262@ietfa.amsl.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/owJFNPKYF-VhGcx1tqR9ZPZSY0o>
Subject: Re: [TLS] I-D Action: draft-ietf-tls-certificate-compression-09.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: Mon, 23 Dec 2019 19:14:40 -0000

On Mon, Dec 23, 2019 at 11:03:17AM -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-09.txt
> 	Pages           : 8
> 	Date            : 2019-12-23
> 
> 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-09
> https://datatracker.ietf.org/doc/html/draft-ietf-tls-certificate-compression-09
> 
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-ietf-tls-certificate-compression-09

This addresses some comments from IESG review.

Cheers