Network Working GroupInternet Engineering Task Force (IETF) S. KittermanInternet-DraftRequest for Comments: 8301 Kitterman Technical Services Updates: 6376(if approved) November 3, 2017 Intended status:January 2018 Category: Standards TrackExpires: May 7, 2018ISSN: 2070-1721 Cryptographic Algorithm and Key Usage Update toDKIM draft-ietf-dcrup-dkim-usage-06DomainKeys Identified Mail (DKIM) Abstract The cryptographic algorithm and key size requirements included whenDKIMDomainKeys Identified Mail (DKIM) was designedin the lasta decade ago are functionally obsolete and in need of immediate revision. This document updates DKIM requirements to thoseminimalyminimally suitable for operation with currently specified algorithms. Status of This Memo ThisInternet-Draftissubmitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documentsan Internet Standards Track document. This document is a product of the Internet Engineering Task Force (IETF).Note that other groups may also distribute working documents as Internet-Drafts. The listIt represents the consensus ofcurrent Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents validthe IETF community. It has received public review and has been approved fora maximumpublication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841. Information about the current status ofsix monthsthis document, any errata, and how to provide feedback on it may beupdated, replaced, or obsoleted by other documentsobtained atany 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 May 7, 2018.https://www.rfc-editor.org/info/rfc8301. Copyright Notice Copyright (c)20172018 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)(https://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. Table of Contents 1.Discussion Venue . . . . . . . . . . . . . . . . . . . . . . 2 2.Introduction . . . . . . . . . . . . . . . . . . . . . . . . 23.2. Conventions Used in This Document . . . . . . . . . . . . . .3 4.2 3. Updates to DKIM Signing and VerificationAlgorithms . . . . . .Requirements . . . . 34.1. DKIM3.1. Signing and Verification Algorithms . . . . . . . . . . . 34.2.3.2. Key Sizes . . . . . . . . . . . . . . . . . . . . . . . . 35.4. Security Considerations . . . . . . . . . . . . . . . . . . .4 6.3 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 47.6. References . . . . . . . . . . . . . . . . . . . . . . . . . 47.1.6.1. Normative References . . . . . . . . . . . . . . . . . . 47.2.6.2. Informative References . . . . . . . . . . . . . . . . . 47.3. URIs . . . . . . . . . . . . . . . . . . . .Acknowledgements . . . . . .5 Appendix A. Acknowledgements. . . . . . . . . . . . . . . . . . 5 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 5 1.Discussion Venue RFC EDITOR: Please remove this section before publication. Discussion about this draft is directed to the dcrup@ietf.org [1] mailing list. 2.Introduction DKIM [RFC6376] signse-mail messages,email messages by creating hashes of the message headers and content and signing the header hash with a digital signature. Message recipients fetch the signature verification key from the DNS where it is stored in a TXT record. The definingdocumentsdocuments, RFC 6376 [RFC6376] and its predecessors, specify a single signing algorithm, RSA [RFC8017], andrecommendsrecommend key sizes of 1024 to 2048 bits (but require verification of512 bit512-bit keys). As discussed in US-CERT Vulnerability Note VU#268267 [VULNOTE], the operational community has recognized that shorter keys compromise the effectiveness of DKIM. While1024 bit1024-bit signatures are common, stronger signatures are not. Widely used DNS configuration software places a practical limit on key sizes, because the software only handles a single256 octet256-octet string in a TXT record, and RSA keys significantly longer than 1024 bits don't fit in 256 octets. Due to the recognized weakness of thesha1SHA-1 hashalgorithm, see [RFC6194],algorithm (see [RFC6194]) and the wide availability of thesha256SHA-256 hash algorithm (it has been a required part of DKIM [RFC6376] since it was originally standardized in 2007), thesha1SHA-1 hash algorithm MUST NOT be used. This is being done now to allow the operational community time to fully shift tosha256SHA-256 in advance of anysha1 relatedSHA-1-related crisis.3.2. Conventions Used in This Document Thecapitalizedkey words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in[RFC2119]. 4.BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. 3. Updates to DKIM Signing and VerificationAlgorithms Section 4.1Requirements This document updates [RFC6376] as follows: o Section 3.1 of this document updates Section3.3.3.3 of [RFC6376]. o Section4.23.2 of this document updates[RFC6376]Section3.3.3.3.3.3 of [RFC6376]. o The algorithm describedin[RFC6376]in Section 3.3.1 of [RFC6376] is now historic and no longer used by DKIM.[RFC6376]Sections 3.3.2 and 3.3.4 of [RFC6376] are not affected.4.1. DKIM3.1. Signing and Verification Algorithms DKIM supports multiple digital signature algorithms. Two algorithms are defined by this specification at this time: rsa-sha1 and rsa- sha256. Signers MUST sign using rsa-sha256. Verifiers MUST be able to verify using rsa-sha256. rsa-sha1 MUST NOT be used for signing or verifying. DKIM signatures identified as having been signed with historic algorithms(currently(currently, rsa-sha1) have permanently failed evaluation as discussed in[RFC6376]Section3.9. 4.2.3.9 of [RFC6376]. 3.2. Key Sizes Selecting appropriate key sizes is a trade-off between cost, performance, and risk. Since short RSA keys more easily succumb to off-line attacks, Signers MUST use RSA keys of at least 1024 bits for all keys. Signers SHOULD use RSA keys of at least 2048 bits. Verifiers MUST be able to validate signatures with keys ranging from 1024 bits to 4096 bits, and they MAY be able to validate signatures with larger keys. Verifier policies can use the length of the signing key as one metric for determining whether a signature is acceptable. Verifiers MUST NOT consider signatures using RSA keys of less than 1024 bits as valid signatures. DKIM signatures with insufficient key sizes(currently(currently, rsa-sha256 with less than 1024 bits) have permanently failed evaluation as discussed in[RFC6376]Section3.9. 5.3.9 of [RFC6376]. 4. Security Considerations This document does not change the Security Considerations of [RFC6376]. It reduces the risk of signature compromise due to weak cryptography. The SHA-1 risks discussed in[RFC6194]Section 3 of [RFC6194] are resolved due to rsa-sha1 no longer being used by DKIM.6.5. IANA Considerations IANAis requested to updatehas updated the Reference and Status fields of the "sha1" registration in the "DKIM Hash Algorithms" registry. The registration now appears as follows:+------+-----------+----------++------+---------------------+----------+ |TYPEType |REFERENCEReference |STATUSStatus |+------+-----------+----------++------+---------------------+----------+ | sha1 | [RFC6376] [RFC8301] | historic |+------+-----------+----------+ Table 1: DKIM Hash Algorithms Changed Value 7.+------+---------------------+----------+ 6. References7.1.6.1. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI10.17487/ RFC2119,10.17487/RFC2119, March 1997,<http://www.rfc-editor.org/info/rfc2119>.<https://www.rfc-editor.org/info/rfc2119>. [RFC6376] Crocker, D., Ed., Hansen, T., Ed., and M. Kucherawy, Ed., "DomainKeys Identified Mail (DKIM) Signatures", STD 76, RFC 6376, DOI 10.17487/RFC6376, September 2011,<http://www.rfc-editor.org/info/rfc6376>.<https://www.rfc-editor.org/info/rfc6376>. [RFC8017] Moriarty, K., Ed., Kaliski, B., Jonsson, J., and A. Rusch, "PKCS #1: RSA Cryptography Specifications Version 2.2", RFC 8017, DOI 10.17487/RFC8017, November 2016,<http://www.rfc-editor.org/info/rfc8017>. 7.2.<https://www.rfc-editor.org/info/rfc8017>. [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, <https://www.rfc-editor.org/info/rfc8174>. 6.2. Informative References [RFC6194] Polk, T., Chen, L., Turner, S., and P. Hoffman, "Security Considerations for the SHA-0 and SHA-1 Message-Digest Algorithms", RFC 6194, DOI 10.17487/RFC6194, March 2011,<http://www.rfc-editor.org/info/rfc6194>.<https://www.rfc-editor.org/info/rfc6194>. [VULNOTE] US-CERT, "Vulnerability NoteVU#268267,VU#268267: DomainKeys Identified Mail (DKIM) Verifiers may inappropriately convey message trust", October2012. 7.3. URIs [1] mailto:dcrup@ietf.org Appendix A.2012, <http://www.kb.cert.org/vuls/id/268267>. Acknowledgements The author wishes to acknowledge the following individuals for their review andcommentcomments on this proposal: Kurt Andersen, Murray S. Kucherawy, Martin Thomson, John Levine, Russ Housley, and Jim Fenton. Thanks to John Levine for hisDCRUPDKIM Crypto Update (DCRUP) work that was the source for much of the introductory material in thisdraft.document. Author's Address Scott Kitterman Kitterman Technical Services 3611 Scheel Dr Ellicott City, MD 21042 United States of America Phone: +1 301 325-5475 Email: scott@kitterman.com