Content-Transfer-Encoding: 7bit Subject: Re: [ISC-Bugs #45612] Implement draft-durand-doa-over-dns Date: Fri, 1 Sep 2017 09:24:25 +0100 Content-Language: en-US User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 X-Original-To: bind9-public@bugs.isc.org In-Reply-To: To: bind9-public@isc.org Return-Path: X-RT-Original-Encoding: utf-8 X-RT-Incoming-Encryption: Not encrypted content-type: text/plain; charset="utf-8" X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 Delivered-To: bind9-public@bugs.isc.org MIME-Version: 1.0 X-RT-Interface: Email Message-ID: <740e02c9-1e1b-2d6f-a3f3-0c08a99b605a@isc.org> From: "Ray Bellis" From ray@isc.org Fri Sep 1 08:25:51 2017 References: <20170901014934.1370583EC741@rock.dv.isc.org> X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.ams1.isc.org Received: from mx.ams1.isc.org (mx.ams1.isc.org [199.6.1.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mx.ams1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 76496D78AFD for ; Fri, 1 Sep 2017 08:25:51 +0000 (UTC) Received: from zmx1.isc.org (zmx1.isc.org [149.20.0.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.ams1.isc.org (Postfix) with ESMTPS id 6C7D724AE8A for ; Fri, 1 Sep 2017 08:24:21 +0000 (UTC) Received: from zmx1.isc.org (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTPS id 053B5160050 for ; Fri, 1 Sep 2017 08:24:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTP id E53AD160052 for ; Fri, 1 Sep 2017 08:24:27 +0000 (UTC) Received: from zmx1.isc.org ([127.0.0.1]) by localhost (zmx1.isc.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Ka_S8mQGWHg4 for ; Fri, 1 Sep 2017 08:24:27 +0000 (UTC) Received: from rays-mbp.local (unknown [46.227.151.81]) by zmx1.isc.org (Postfix) with ESMTPSA id 7702D160050 for ; Fri, 1 Sep 2017 08:24:27 +0000 (UTC) RT-Message-ID: Content-Length: 348 On 01/09/2017 02:49, Mark Andrews via RT wrote: > > Is a empty media blob allowed It's not explicitly prohibited in the draft at the moment > and if so how is is represented in presentation format? On my CLI base64 decoder the string "=" is accepted as a legal representation of an empty string. If that's not acceptable, would ( ) work ?