X-RT-Interface: Web Content-Transfer-Encoding: binary Message-ID: In-Reply-To: Content-Disposition: inline X-RT-Original-Encoding: utf-8 References: <20170901014934.1370583EC741@rock.dv.isc.org> <740e02c9-1e1b-2d6f-a3f3-0c08a99b605a@isc.org> X-Mailer: MIME-tools 5.508 (Entity 5.508) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 RT-Send-CC: Content-Length: 559 On Fri Sep 01 10:25:52 2017, ray wrote: > 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. The base64 program which is part of GNU coreutils treats "=" as invalid input. And I believe it is the right thing to do as section 10 ("Test Vectors") of RFC 4648 contains: BASE64("") = ""