Re: [dane] DANE TLSA support in OpenSSL 1.1.0 coming soon...

Viktor Dukhovni <ietf-dane@dukhovni.org> Fri, 08 January 2016 20:13 UTC

Return-Path: <ietf-dane@dukhovni.org>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 072CA1B2B6F for <dane@ietfa.amsl.com>; Fri, 8 Jan 2016 12:13:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.001
X-Spam-Level:
X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, RCVD_IN_DNSWL_NONE=-0.0001] 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 y0yyO8y28RqG for <dane@ietfa.amsl.com>; Fri, 8 Jan 2016 12:13:01 -0800 (PST)
Received: from mournblade.imrryr.org (mournblade.imrryr.org [38.117.134.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D69A81B2B6E for <dane@ietf.org>; Fri, 8 Jan 2016 12:13:01 -0800 (PST)
Received: by mournblade.imrryr.org (Postfix, from userid 1034) id E3130284DA6; Fri, 8 Jan 2016 20:13:00 +0000 (UTC)
Date: Fri, 08 Jan 2016 20:13:00 +0000
From: Viktor Dukhovni <ietf-dane@dukhovni.org>
To: dane@ietf.org
Message-ID: <20160108201300.GN18704@mournblade.imrryr.org>
References: <20151227092706.GN18704@mournblade.imrryr.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <20151227092706.GN18704@mournblade.imrryr.org>
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/dane/d6eWxPxgP8yOFRmREKLFvKNZLf4>
Subject: Re: [dane] DANE TLSA support in OpenSSL 1.1.0 coming soon...
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: dane@ietf.org
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Jan 2016 20:13:05 -0000

On Sun, Dec 27, 2015 at 09:27:06AM +0000, Viktor Dukhovni wrote:

> The OpenSSL code for DANE 1.1.0 is done, pending internal team
> review.  I am hoping it will appear in 1.1.0-pre2 in early January.
> If the review takes too long, it might slip into 1.1.0-pre3 in
> February.  I'm working to avoid that.  

The review is complete, barring any last-minute issues the alpha2
release with DANE support should be available late next week.

Previews available via the "master" OpenSSL branch on github.

    git clone https://github.com/openssl/openssl.git

[ Separately, I changed how deprecated features are handled to make
  it easier to maintain as much backwards-compatibility as
  possible+desired, but this breaks the automated construction of
  library exported symbols, especially on Windows, so that needs to
  be fixed before there's an alpha2 release. ]

-- 
	Viktor.