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

Alessandro Ghedini <alessandro@ghedini.me> Thu, 12 December 2019 00:04 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 3C6B212018D for <tls@ietfa.amsl.com>; Wed, 11 Dec 2019 16:04:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 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, URIBL_BLOCKED=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 X_vXIcO7pFBD for <tls@ietfa.amsl.com>; Wed, 11 Dec 2019 16:04:36 -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 0F23A1200B3 for <tls@ietf.org>; Wed, 11 Dec 2019 16:04:36 -0800 (PST)
Received: from localhost (unknown [IPv6:2a02:8010:6241:1:4585:3d6b:2892:b4f7]) by blastoise.ghedini.me (Postfix) with ESMTPSA id 36038DF451 for <tls@ietf.org>; Thu, 12 Dec 2019 00:04:34 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ghedini.me; s=mail; t=1576109074; 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=XhQIdIS1zdeqvtMp8RwhTOKKr1Wo22VvENAkjEE/QVc=; b=fOQfig9+DJKvPhI/2gyJs1ro0lJXueSi849kGMFfcFUSvGEfVQyXXIlVsMF6OiScPjz7LY MM0IeH5Qd7vl+n80r4lH666A9WykSSSof6PAw+ITR96fojnQAA/WuSdQoHebtyyx+OxzPR Rs1nIwR0hrO48rcvL6X1J8tkkIRg8v0=
Date: Thu, 12 Dec 2019 00:04:31 +0000
From: Alessandro Ghedini <alessandro@ghedini.me>
To: tls@ietf.org
Message-ID: <20191212000431.GA10184@sokka.flat11.house>
References: <157610870165.11430.14659542293830026467@ietfa.amsl.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <157610870165.11430.14659542293830026467@ietfa.amsl.com>
User-Agent: Mutt/1.12.2 (2019-09-21)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/SI-U7rQ8DGf2QF5pEzIb8f4FdHU>
Subject: Re: [TLS] I-D Action: draft-ietf-tls-certificate-compression-08.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: Thu, 12 Dec 2019 00:04:38 -0000

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

This addresses the feedback from Christian's secdir last call review.

Cheers