Network Working Group | J. Hildebrand |
Internet-Draft | Cisco Systems, Inc. |
Intended status: Standards Track | March 08, 2011 |
Expires: September 09, 2011 |
DNSSEC for XMPP SRV Records
draft-hildebrand-xmpp-dnssec-00.txt
This document proposes that DNS SRV records that can be trusted via DNSSEC signatures may be used to generate a list of acceptable names to check on server certificates offered by TLS.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on September 09, 2011.
Copyright (c) 2011 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
This document may contain material from IETF Documents or IETF Contributions published or made publicly available before November 10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s) controlling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate it into languages other than English.
XMPP uses SRV records for clients and servers to find servers for a given domain. Today, since the SRV record cannot be trusted, the server has to offer a TLS certificate that matches the original domain name, rather than one for the hostname in the SRV record. Deployment of delegated hosts would be much easier if the host could offer a certificate with the host name, rather than having to offer a certificate with the original domain name.
This document proposes that the server may offer a cert with any of the names generated from looking up trusted DNS entries.
Note: this document is only intended as a placeholder; it will be dramatically expanded later. As well it is likely that this approach is useful for protocols other than XMPP.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].
The following steps are followed by a provider hosting "example.com" on the server "host1.example.net":
The following steps are followed by an initiating entity connecting to "example.com":
TODO: how to share connections
TODO: interactions with dialback piggybacking
[TODO]
Much more to follow here.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. |
[RFC4035] | Arends, R., Austein, R., Larson, M., Massey, D. and S. Rose, "Protocol Modifications for the DNS Security Extensions", RFC 4035, March 2005. |
[RFC4366] | Blake-Wilson, S., Nystrom, M., Hopwood, D., Mikkelsen, J. and T. Wright, "Transport Layer Security (TLS) Extensions", RFC 4366, April 2006. |
[RFC5280] | Cooper, D., Santesson, S., Farrell, S., Boeyen, S., Housley, R. and W. Polk, "Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 5280, May 2008. |
[I-D.ietf-xmpp-3920bis] | Saint-Andre, P, "Extensible Messaging and Presence Protocol (XMPP): Core", Internet-Draft draft-ietf-xmpp-3920bis-22, December 2010. |
[TODO]