TOC 
DNSEXTJ. Reid
Internet-DraftTelnic Ltd
Intended status: Standards TrackJ. Schlyter
Expires: January 5, 2009Kirei AB
 B. Timms
 Telnic Ltd
 July 04, 2008


The RKEY DNS Resource Record
<draft-reid-dnsext-rkey-00.txt>

Status of this Memo

By submitting this Internet-Draft, each author represents that any applicable patent or other IPR claims of which he or she is aware have been or will be disclosed, and any of which he or she becomes aware will be disclosed, in accordance with Section 6 of BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts.

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.”

The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt.

The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html.

This Internet-Draft will expire on January 5, 2009.

Abstract

A DNS Resource record which can be used to encrypt NAPTR records is described in this document.



Table of Contents

1.  Terminology
2.  Introduction
3.  Definition of RKEY Resource Record
4.  Security Considerations
5.  IANA Considerations
6.  Acknowledgements
7.  References
    7.1.  Normative References
    7.2.  Informative References
§  Authors' Addresses
§  Intellectual Property and Copyright Statements




 TOC 

1.  Terminology

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 BCP 14, RFC2119 (Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” March 1997.) [refs.RFC2119].



 TOC 

2.  Introduction

The DNS protocol is defined in RFC1034 (Mockapetris, P., “DOMAIN NAMES - CONCEPTS AND FACILITIES,” November 1987.) [refs.RFC1034], RFC1035 (Mockapetris, P., “Domain names - implementation and specification,” November 1987.) [refs.RFC1035] and clarified in RFC2181 (Elz, R. and R. Bush, “Clarifications to the DNS Specification,” July 1997.) [refs.RFC2181]. The scope for using DNS KEY Resource Records was limited in RFC3445 (Massey, D. and S. Rose, “Limiting the Scope of the KEY Resource Record (RR),” December 2002.) [refs.RFC3445] to keys used by the Domain Name System Security Extensions (DNSSEC) which is defined in RFC4033 (Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “DNS Security Introduction and Requirements,” March 2005.) [refs.RFC4033], RFC4034 (Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “Resource Records for the DNS Security Extensions,” March 2005.) [refs.RFC4034] and RFC4035 (Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “Protocol Modifications for the DNS Security Extensions,” March 2005.) [refs.RFC4035]. The original KEY RR used sub-typing to store both DNSSEC keys and arbitrary application keys. Storing both DNSSEC and application keys with the same record type is a mistake so RFC3445 removed application keys from the KEY record by redefining the Protocol Octet field in the KEY RR Data. This means that any other uses of keying material in the DNS need to define a new RRtype and mnemonic.

Although this document advocates the introduction of a new resource record specifically to provide this type of information for keys that encrypt NAPTR records [refs.RFC3403] (Mealling, M., “Dynamic Delegation Discovery System (DDDS) Part Three: The Domain Name System (DNS) Database,” October 2002.), it can be used for more generalised encryption of DNS resource records. A scheme for encrypting NAPTR records is outlined in draft-timms-encrypt-naptr (Timms, B., Reid, J., and J. Schlyter, “IANA Registration for Encrypted ENUM,” November 2007.) [I‑D.timms‑enum‑encrypt].



 TOC 

3.  Definition of RKEY Resource Record

The RKEY RR uses an IANA-assigned type code and is used as resource record for storing keys which encrypt NAPTR records. The RDATA for an RKEY RR consists of flags, a protocol octet, the algorithm number octet, and the public key itself. The format is as follows:

RKEY RDATA format


                1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 3 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|              flags            |   protocol    |   algorithm   |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               /
/                        public key                             /
/                                                               /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

All bits of the flags field are reserved and MUST be zero. The protocol field MUST be set to 1. The algorithm and public key fields are identical to the definitions used in RFC4034 (Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “Resource Records for the DNS Security Extensions,” March 2005.) [refs.RFC4034].



 TOC 

4.  Security Considerations

The format and correct usage of DNSSEC keys is not changed by this document and no new security considerations are introduced.



 TOC 

5.  IANA Considerations

IANA is requested to issue a new type code and mnemonic for the proposed resource record. No other IANA services are required by this document.



 TOC 

6.  Acknowledgements

The authors would like to thank Klaus Malorny, Lawrence Conroy and Roy Arends for their constructive suggestions to this document and for helping to identify potential uses for the proposed record type.



 TOC 

7.  References



 TOC 

7.1. Normative References

[I-D.timms-enum-encrypt] Timms, B., Reid, J., and J. Schlyter, “IANA Registration for Encrypted ENUM,” draft-timms-enum-encrypt-00 (work in progress), November 2007 (TXT).
[refs.RFC1034] Mockapetris, P., “DOMAIN NAMES - CONCEPTS AND FACILITIES,” RFC 1034, November 1987 (TXT).
[refs.RFC1035] Mockapetris, P., “Domain names - implementation and specification,” STD 13, RFC 1035, November 1987 (TXT).
[refs.RFC1123] Braden, R., “Requirements for Internet Hosts -- Application and Support,” RFC 1123, October 1989 (TXT).
[refs.RFC2181] Elz, R. and R. Bush, “Clarifications to the DNS Specification,” RFC 2181, July 1997 (TXT).
[refs.RFC3403] Mealling, M., “Dynamic Delegation Discovery System (DDDS) Part Three: The Domain Name System (DNS) Database,” RFC 3403, October 2002.
[refs.RFC3445] Massey, D. and S. Rose, “Limiting the Scope of the KEY Resource Record (RR),” RFC 3445, December 2002.
[refs.RFC3986] Berners-Lee, T., Fielding, R., and L. Masinter, “Uniform Resource Identifier (URI): Generic Syntax,” STD 66, RFC 3986, January 2005.
[refs.RFC4033] Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “DNS Security Introduction and Requirements,” RFC 4033, March 2005.
[refs.RFC4034] Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “Resource Records for the DNS Security Extensions,” RFC 4034, March 2005.
[refs.RFC4035] Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, “Protocol Modifications for the DNS Security Extensions,” RFC 4035, March 2005.


 TOC 

7.2. Informative References

[refs.RFC2026] Bradner, S., “The Internet Standards Process -- Revision 3,” RFC 2026, BCP 9, October 1996.
[refs.RFC2119] Bradner, S., “Key words for use in RFCs to Indicate Requirement Levels,” RFC 2119, BCP 14, March 1997.
[refs.RFC3761] Faltstrom, P. and M. Mealling, “The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM),” RFC 3761, April 2004.
[refs.RFC3833] Atkins, D. and R. Austein, “Threat Analysis of the Domain Name System (DNS),” RFC 3833, August 2004.
[refs.RFC3978] Bradner, S., “IETF Rights in Contributions,” BCP 78, RFC 3978, March 2005.
[refs.RFC3979] Bradner, S., “Intellectual Property Rights in IETF Technology,” BCP 79, RFC 3979, March 2005.


 TOC 

Authors' Addresses

  Jim Reid
  Telnic Ltd
  6 Langside Court
  Bothwell, SCOTLAND
  United Kingdom
Phone:  +44 20 7467 6400
Email:  jim@telnic.org
  
  Jakob Schlyter
  Kirei AB
  PO Box 53204
  Goteborg, SE 40016
  Sweden
Phone:  +46 31 787 8007
Email:  jakob@kirei.se
  
  Ben Timms
  Telnic Ltd
  37 Percy Street
  London, W1T 2DJ
  United Kingdom
Phone:  +44 20 7467 6450
Email:  btimms@telnic.org


 TOC 

Full Copyright Statement

Intellectual Property