[DNSOP] Fwd: New Version Notification for draft-muks-dnsop-dnssec-sha3-01

Mukund Sivaraman <muks@isc.org> Mon, 10 April 2017 09:38 UTC

Return-Path: <muks@isc.org>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2C0511293DA for <dnsop@ietfa.amsl.com>; Mon, 10 Apr 2017 02:38:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.235
X-Spam-Level:
X-Spam-Status: No, score=-1.235 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_SOFTFAIL=0.665] autolearn=no 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 YPXzK9NPl83t for <dnsop@ietfa.amsl.com>; Mon, 10 Apr 2017 02:38:53 -0700 (PDT)
Received: from mail.banu.com (mail.banu.com [46.4.129.225]) by ietfa.amsl.com (Postfix) with ESMTP id D2B7B129467 for <dnsop@ietf.org>; Mon, 10 Apr 2017 02:38:52 -0700 (PDT)
Received: from jurassic (unknown [115.117.162.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id EC7F756A023F; Mon, 10 Apr 2017 09:38:50 +0000 (GMT)
Date: Mon, 10 Apr 2017 15:08:47 +0530
From: Mukund Sivaraman <muks@isc.org>
To: dnsop@ietf.org
Message-ID: <20170410093847.GA21654@jurassic>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb"
Content-Disposition: inline
User-Agent: Mutt/1.8.0 (2017-02-23)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/wJnbRQigKnJ113_Tkc3xIx02nNo>
Subject: [DNSOP] Fwd: New Version Notification for draft-muks-dnsop-dnssec-sha3-01
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 10 Apr 2017 09:38:55 -0000

Hi all

> A new version of I-D, draft-muks-dnsop-dnssec-sha3-01.txt
> has been successfully submitted by Mukund Sivaraman and posted to the
> IETF repository.
>
> Name:		draft-muks-dnsop-dnssec-sha3
> Revision:	01
> Title:		Use of SHA-3 (Keccak) and RSASSA-PSS in DNSSEC
> Document date:	2017-04-08
> Group:		Individual Submission
> Pages:		26
> URL:            https://www.ietf.org/internet-drafts/draft-muks-dnsop-dnssec-sha3-01.txt
> Status:         https://datatracker.ietf.org/doc/draft-muks-dnsop-dnssec-sha3/
> Htmlized:       https://tools.ietf.org/html/draft-muks-dnsop-dnssec-sha3-01
> Htmlized:       https://datatracker.ietf.org/doc/html/draft-muks-dnsop-dnssec-sha3-01
> Diff:           https://www.ietf.org/rfcdiff?url2=draft-muks-dnsop-dnssec-sha3-01
>
> Abstract:
>    This document specifies the use of SHA-3 (Keccak) hash functions in
>    DNSSEC.  It also specifies the use of the RSASSA-PSS signature scheme
>    for RSA keys.

A new revision of the draft has been uploaded:

- It now uses the RSASSA-PSS signature scheme (based on comments from
  Paul Hoffman & Francis) and adds RSASSA-PSS/SHA3-256,
  RSASSA-PSS/SHA3-384 and RSASSA-PSS/SHA3-512 for using SHA-3.

- It adds algorithms for RSASSA-PSS/SHA2-256 and RSASSA-PSS/SHA2-512 to
  use the SHA-2 algorithms with RSASSA-PSS.

- It adds algorithms for ECDSA/SHA3-256 and ECDSA/SHA3-384.

- It now has a better problem statement in the introduction (based on
  contents of reply from Paul Hoffman)

- BIND implementation has been updated here:
  https://github.com/muks/bind9/tree/sha3

- An independently written ldns implementation is here:
  https://github.com/tjeb/ldns

		Mukund