[Doh] DoH in getdns/Stubby

Willem Toorop <willem@nlnetlabs.nl> Thu, 22 March 2018 12:08 UTC

Return-Path: <willem@nlnetlabs.nl>
X-Original-To: doh@ietfa.amsl.com
Delivered-To: doh@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2BEBF127873 for <doh@ietfa.amsl.com>; Thu, 22 Mar 2018 05:08:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.011
X-Spam-Level:
X-Spam-Status: No, score=-7.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nlnetlabs.nl
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 sTai4v-ytTBW for <doh@ietfa.amsl.com>; Thu, 22 Mar 2018 05:08:30 -0700 (PDT)
Received: from dicht.nlnetlabs.nl (open.nlnetlabs.nl [IPv6:2a04:b900::1:0:0:10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3565F12D7F6 for <doh@ietf.org>; Thu, 22 Mar 2018 05:08:25 -0700 (PDT)
Received: from [IPv6:2001:67c:370:128:9dd3:84be:b0d3:4284] (unknown [IPv6:2001:67c:370:128:9dd3:84be:b0d3:4284]) by dicht.nlnetlabs.nl (Postfix) with ESMTPSA id 5D57884F5 for <doh@ietf.org>; Thu, 22 Mar 2018 13:08:23 +0100 (CET)
Authentication-Results: dicht.nlnetlabs.nl; dmarc=none header.from=nlnetlabs.nl
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nlnetlabs.nl; s=default; t=1521720503; bh=2UrHnqumdNTqA006fHRLnVrkFiKB8XTaa4ixe6IxtaI=; h=To:From:Subject:Date; b=JL9u1dycKz4JxNf+bx1lbQd5vjyLkzyxUiUutAZmotUJ0+3Q8Prb+Bf4wsRKsCVKm LI+JAl/z9ViiPmBsUCuEybNKsK3FZUdGPHA2WjMq/V+3Dma1U2vgKV33KrCBVY7GfL gFjKvZNTkkPjrJTm0qSNwyWfvEIVFIcogp3NYfJc=
To: DoH WG <doh@ietf.org>
From: Willem Toorop <willem@nlnetlabs.nl>
Message-ID: <6348107f-92d2-b0be-171b-521ec1a9590c@nlnetlabs.nl>
Date: Thu, 22 Mar 2018 12:08:23 +0000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/doh/0rY_e8PopbK-VMLOrUCpkWciU9o>
Subject: [Doh] DoH in getdns/Stubby
X-BeenThere: doh@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: DNS Over HTTPS <doh.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/doh>, <mailto:doh-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/doh/>
List-Post: <mailto:doh@ietf.org>
List-Help: <mailto:doh-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/doh>, <mailto:doh-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Mar 2018 12:08:32 -0000

For the record,

I started to work on DNS over HTTPS in getdns (and thus also Stubby)
during the hackathon too.  Stephane's asynchronous c-client
implementation[1] fits getdns' internals very well, but some
reorganizing of the surrounding managing architecture was needed to add
it as a new upstream transport type.  In the end I spend my time mostly
on paving the way for DNS over HTTPs, but I made good progress and
expect to have it available in an upcoming (perhaps beta) release, in
the not too remote future.

-- Willem

[1]
https://github.com/IETF-Hackathon/ietf101-project-presentations/blob/master/DoH/doh-nghttp.c