<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE rfc SYSTEM "http://xml.resource.org/authoring/rfc2629.dtd" [
<!ENTITY RFC6698 PUBLIC "" "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6698.xml">
]>

<?rfc compact="yes"?>
<?rfc strict="yes"?>
<?rfc symrefs="yes"?>
<?rfc toc="yes"?>
<?rfc tocdepth="3"?>
<rfc category="info" docName="draft-york-dane-deployment-observations-00" ipr="trust200902">

  <front>
    <title abbrev="DANE Deployment Observations">DANE Deployment Observations</title>

    <author initials="D." surname="York" fullname="Dan York">
      <organization>Internet Society</organization>
      <address>
        <email>york@isoc.org</email>
        <uri>https://www.internetsociety.org/</uri>
      </address>
    </author>
    
    <date/>

    <area>SECURITY</area>
    <workgroup>DANE</workgroup>
    <keyword>Deployment</keyword>

    <abstract>
      <t>This document provides some observations about the deployment of the DANE protocol to date and some questions for discussion on the DANE mailing list and potentially at the IETF 91 meeting of the DANE Working Group.</t>
    </abstract>
  </front>

  <middle>

    <section title="Introduction" anchor="intro">
      <t>The DANE protocol defined in RFC 6698 provides a mechanism for specifying in DNS the Transport Layer Security (TLS) certificate or trust anchor (ex. certificate authority) to be used for a given domain.  As the DANE protocol is being more widely deployed, we can observe some of the challenges seen to date.  This document attempts to capture some of those observations and poses some questions for further consideration.  Feedback on this document is welcome.</t>
    </section>

<section title="Observations" anchor="observations">
    <t>As I have been helping people understand the value of using DANE I have observed the following points related to deploying DANE:
   <list style="symbols">
    <t>AWARENESS OF DANE - I have found that most people are completely unaware that DANE exists.  Once people are informed about DANE and how it works, they usually see the value.</t>
    <t>CREATION OF TLSA RECORDS - Some people have found it difficult to create the TLSA records.  Newer tools such as hashslinger and Shumon Huque's website are helping make this easier, but more tools need to be available.</t>
    <t>INABILITY TO ENTER TLSA RECORDS AT DNS HOSTING OPERATORS - One of the biggest deployment challenges has turned out to be that many people are unable to enter TLSA records in the provisioning interface for their DNS hosting operator. Those interfaces are typically web-based and allow a user to add only a certain set of RRTYPES to a DNS zone file.  Until the DNS hosting provider allows users to add a TLSA record, those users will not be able to publish TLSA records and use DANE.</t>
    <t>AVAILABILITY OF DEVELOPER LIBRARIES - Some people have found that DANE support is not yet included in the DNS library they have previously used.  This is changing as DANE is added to more DNS libraries. The new getDNS API is also helpful to have.</t>   
    <t>PERCEPTION THAT DANE IS ONLY FOR SELF-SIGNED CERTIFICATES - Some people who have heard of DANE believe that is only for people using self-signed certificates.  They do not understand that it can also be used with certificates from an existing certificate authority (CA).</t>
    <t>PERFORMANCE - A few people have raised concerns about the additional DNS queries required to complete the DANE transaction and wondered about the performance impact.</t>
    <t>CRYPTOGRAPHIC CONCERNS - A few concerns have been raised that DANE is cryptographically weaker than other potential solutions, although in further discussion this often seems to be more of a perception issue and not fully understanding how DANE can be used.</t>
     </list>
    </t>
    <t>There are also questions about the availability of DNSSEC, but as that deployment is increasing on both the signing and validation side and tools are now more readily available, I've chosen here to focus more on observations I have heard directly related to DANE.</t>
    </section>

    <section title="Questions" anchor="questions">
    <t>Several potential questions for discussion include:
    <list style="symbols">
    <t>What roadblocks are people running into with implementing DANE?  (outside of the broader issue of getting DNSSEC validation and signing more widely available)  are there lessons we can feed back into our process of developing DANE-related standards?</t>

<t>Are there more "Using DANE with &lt;foo&gt;" types of documents that we can or should create? (and who is willing to do so?)</t>

<t>Are there some good examples/case studies of DANE implementations that we could perhaps capture as informational RFCs?  (the Jabber community's implementation comes to mind)</t>

<t>Are there places where it would be helpful if there were reference implementations of DANE support?  For example, DANE for email got a boost when support was added  to postfix.  Are there other commonly-used open source projects where the addition of DANE support would help move deployment along?</t>

<t>Are there test tools that need to be developed? or existing ones that need to be better promoted?  are there interop tests we can arrange?</t>
     </list>
    </t>
    </section>
    <section title="IANA Considerations" anchor="iana">
      <t>This document requests no actions from the IANA.</t>
    </section>

    <section title="Security Considerations" anchor="security">
      <t>This document raises no specific security considerations.</t>
    </section>

  </middle>

  <back>

    <references title="References">

    &RFC6698;

    </references>

    <section title="Acknowledgements" anchor="acks">
      <t>(to be added)</t>
    </section>

  </back>

</rfc>
