Re: [TLS] PR for PSS support

Dave Garrett <davemgarrett@gmail.com> Thu, 10 September 2015 23:28 UTC

Return-Path: <davemgarrett@gmail.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9139B1B2BA2 for <tls@ietfa.amsl.com>; Thu, 10 Sep 2015 16:28:44 -0700 (PDT)
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, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=ham
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 XiXE3l2p6FBR for <tls@ietfa.amsl.com>; Thu, 10 Sep 2015 16:28:43 -0700 (PDT)
Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (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 40EDE1ACCE6 for <tls@ietf.org>; Thu, 10 Sep 2015 16:28:43 -0700 (PDT)
Received: by qkfq186 with SMTP id q186so25496550qkf.1 for <tls@ietf.org>; Thu, 10 Sep 2015 16:28:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; bh=K1m2jInYEo3lOUdA1fNrRhRkvKFhPcXnJVpdtchN+mk=; b=Wp/HlhM6+ZFqqOAmw+b5nXT0LQEBtG93lrkmoUQqQ0hqOVM70yE+3kJcsr78IyQIUC STl0L0epuIEKcF+MzrURG5vE4XZIt5RJB5ysDsKX757yFxm48mQi6Wqh2/TFbDtpRM5y i06wQxy8VsIYMzf9skXifXSjkBkmT3ZWiqiNN64j0/ZiCc4tDA3cu9Zikg655KlNx3zV X5OdTwMzxOed6uR2mY0uzFAeDGPu8yH80f/IthdTN2SMCyZ1t8q3t9JaiDINE0h1DAwO wdqrln4i37gYcdcOZc0sBik0EoPD0pbhWKBPAD8S2u1919cHlalKAYTY+3IWa4r4+LH6 0AZA==
X-Received: by 10.55.20.154 with SMTP id 26mr58573152qku.104.1441927722438; Thu, 10 Sep 2015 16:28:42 -0700 (PDT)
Received: from dave-laptop.localnet (pool-72-94-152-197.phlapa.fios.verizon.net. [72.94.152.197]) by smtp.gmail.com with ESMTPSA id t48sm6909931qge.26.2015.09.10.16.28.41 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 10 Sep 2015 16:28:42 -0700 (PDT)
From: Dave Garrett <davemgarrett@gmail.com>
To: tls@ietf.org, Eric Rescorla <ekr@rtfm.com>
Date: Thu, 10 Sep 2015 19:28:40 -0400
User-Agent: KMail/1.13.5 (Linux/2.6.32-74-generic-pae; KDE/4.4.5; i686; ; )
References: <CABcZeBPT8CVai9B8pWju58mKnv0aHYet12Cbrf2ZjAgjJXvs7w@mail.gmail.com>
In-Reply-To: <CABcZeBPT8CVai9B8pWju58mKnv0aHYet12Cbrf2ZjAgjJXvs7w@mail.gmail.com>
MIME-Version: 1.0
Content-Type: Text/Plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Message-Id: <201509101928.40894.davemgarrett@gmail.com>
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/lcwBzwzuA0uA4d-lXU3bSHT8dpw>
Subject: Re: [TLS] PR for PSS support
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
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, 10 Sep 2015 23:28:44 -0000

On Thursday, September 10, 2015 04:18:24 pm Eric Rescorla wrote:
> Note that I didn't deprecate SHA-1 (something Hanno suggested) but I expect
> to in another PR based on WG consensus.

I've got a PR to deal with SHA-1 deprecation here:

https://github.com/tlswg/tls13-spec/pull/231/files


Dave