Internet Engineering Task Force (IETF) M. BaushkeInternet-DraftRequest for Comments: 8268 Juniper Networks, Inc. Updates: 4250, 4253(if approved) September 15,December 2017Intended status:Category: Standards TrackExpires: March 19, 2018ISSN: 2070-1721 More ModularExponentialExponentiation (MODP) Diffie-Hellman (DH) Key Exchange (KEX) Groups for Secure Shell (SSH)draft-ietf-curdle-ssh-modp-dh-sha2-09Abstract This document defines added ModularExponentialExponentiation (MODP)Groupsgroups for the Secure Shell (SSH) protocol using SHA-2 hashes. This document updates RFC 4250. This document updates RFC 4253includingby correcting anerrata fix forerror regarding checking the Peer's DH Public Key. 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 https://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 ofsix monthsRFC 7841. Information about the current status of this 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 March 19, 2018.https://www.rfc-editor.org/info/rfc8268. Copyright Notice Copyright (c) 2017 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 (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. Overview and Rationale . . . . . . . . . . . . . . . . . . . 2 2. Requirements Language . . . . . . . . . . . . . . . . . . . . 4 3. Key Exchange Algorithms . . . . . . . . . . . . . . . . . . . 4 4. Checking the Peer's DH Public Key . . . . . . . . . . . . . . 5 5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 5 6. Security Considerations . . . . . . . . . . . . . . . . . . . 6 7. References . . . . . . . . . . . . . . . . . . . . . . . . . 6 7.1. Normative References . . . . . . . . . . . . . . . . . . 6 7.2. Informative References . . . . . . . . . . . . . . . . . 7 Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 8 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 8 1. Overview and Rationale Secure Shell (SSH) is a common protocol for secure communication on the Internet. Security protocols and primitives are an active area for research and help to suggest updates to SSH. Section38 ofthe[RFC4253] contains a smallerrata forerror in point 3 regarding checking the Peer's DH Publickey.Key. Section 4 of this document provides the correction. Due to security concerns with SHA-1 [RFC6194] and with MODP groups with less than 2048 bits[NIST-SP-800-131Ar1] implementer[NIST-SP-800-131Ar1], implementers and users should request support for largerDiffie HellmanDiffie-Hellman (DH) MODP group sizes withdata integritydata-integrity verification by using the SHA-2 family of secure hash algorithmsas well asand by having MODP groupsprovidingprovide more security. The use of larger MODP groups and the move to the SHA-2 family of hashes are important features to strengthen the key exchange algorithms available to the SSH client and server. DH primes being adopted by this document are all "safe primes" such that p = 2q + 1 where q is also a prime. New MODP groups are being introduced starting with the MODP 3072-bitgroup 15.group15. All use SHA512 as the hash algorithm. The DH 2048-bit MODPgroup 14group14 is already present in most SSH implementations and most implementations already have a SHA256 implementation, sodiffie-hellman-group14-sha256"diffie-hellman-group14-sha256" is provided as easy to implement. It is intended that these new MODP groups withSHA-2 basedSHA-2-based hashes updatethe [RFC4253] sectionSection 6.4 of [RFC4253] and[RFC4250] sectionSection 4.10standards.of [RFC4250]. The United States Information Assurance Directorate (IAD) at the National Security Agency (NSA) has published "Commercial National Security Algorithm(CNSA)Suite and Quantum Computing Frequently AskedQuestions (FAQ)"Questions". [MFQ-U-OO-815099-15] is addressed to organizations that run classified or unclassified national security systems (NSS) and vendors that build products used in NSS. This FAQ document indicates that NSS should no longer use: oECDHElliptic Curve Diffie-Hellman (ECDH) andECDSAElliptic Curve Digital Signature Algorithm (ECDSA) with NISTP-256P-256. (For SSH, this would suggest avoiding [RFC5656] Key Exchange Algorithm "ecdh- sha2-nistp256" and Public Key Algorithm "ecdsa-sha2-nistp256".) o SHA-256 (For SSH, this would suggest avoiding any Key Exchange Method using SHA1, SHA224, or SHA256 in favor of using SHA384 or SHA512.) o AES-128 (For SSH, this would suggest avoiding Encryption Algorithms [RFC4253] "aes128-cbc" and [RFC4344] "aes128-ctr".) o RSA with 2048-bit keys (For SSH, this would suggest avoiding [RFC4253] "ssh-rsa" using RSA with SHA1 as well as [RFC6187] "x509v3-rsa2048-sha256" as well as any other RSA key that has a length less than 3072-bits or uses a hash less than SHA384.) o Diffie-Hellman with 2048-bit keys (For SSH, this would suggest avoiding use of [RFC4253] both of "diffie-hellman-group1-sha1" and "diffie-hellman-group14-sha1" as well as avoiding "diffie-hellman- group14-sha256" added by this document.) The FAQ also states that NSS users should select DH groups based uponwell establishedwell-established and validated parameter sets that comply with the minimum required sizes. Some specific examples include: o Elliptic Curves are currently restricted to the NIST P-384 group only for both ECDH and ECDSA, in accordance with existing NIST andNIAPNational Information Assurance Partnership (NIAP) standards. (For SSH, this means using [RFC5656] "ecdh-sha2-nistp384" for key exchange and "ecdsa-sha2-nistp384" for Public Key Algorithm Names.) o RSA moduli should have a minimum size of 3072 bits (other than the noted PKI exception), and keys should be generated in accordance with all relevant NIST standards. o ForDiffie-HellmanDiffie-Hellman, use a Diffie-Hellman prime modulus of at least 3072bitsbits. (For bit sizes as specified inIETF RFC 3526 [RFC3526] (Groups 15-18).[RFC3526], this would allow for any of group15, group16, group17, group18 to be used.) Although SSH may not always be used to protect Top Secret communications, this document adopts the use of the DH groups provided as an example in the FAQ as well as the use of SHA512 rather than SHA256 for the new DH groups.[TO BE REMOVED: Please send comments on this draft to curdle@ietf.org.]2. Requirements Language The key 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 inRFC 2119 [RFC2119].BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. 3. Key Exchange Algorithms This document adds some new Key Exchange Algorithm Method Names to what originally appeared in [RFC4253] and [RFC4250]. This document adopts the style and conventions of [RFC4253] in specifying how the use of new data key exchange is indicated in SSH. The following new key exchange method algorithms are defined: o diffie-hellman-group14-sha256 o diffie-hellman-group15-sha512 o diffie-hellman-group16-sha512 o diffie-hellman-group17-sha512 o diffie-hellman-group18-sha512 The SHA-2 family of secure hash algorithmsareis defined in [RFC6234]. The method of key exchange used for the name "diffie-hellman- group14-sha256" is the same as that for "diffie-hellman-group14-sha1" except that the SHA256 hash algorithm is used. It is recommended thatdiffie-hellman-group14-sha256"diffie-hellman-group14-sha256" SHOULD be supported to smooth the transition to newer group sizes. The group15 through group18 names are the same as those specified in[RFC3526][RFC3526]: 3072-bit MODPGroup 15,group15, 4096-bit MODPGroup 16,group16, 6144-bit MODPGroup 17,group17, and 8192-bit MODPGroup 18.group18. The SHA512 algorithm is to be used when "sha512" is specified as a part of the key exchange method name. 4. Checking the Peer's DH Public Key Section38 of [RFC4253] contains a smallerrata.error in point 3. When checking e (clientpublic key)Public Key) and f (serverpublic key)Public Key) values, an incorrect range is provided. The erroneous text is: Values of 'e' or 'f' that are not in the range [1, p-1] MUST NOT be sent or accepted by either side. If this condition is violated, the key exchange fails. Theerrataproblem is that the range should have been an open interval excluding theend pointendpoint values.(i.e(i.e., "(1, p-1)"). This document amends that document text as follows: DH PublickeyKey values MUST be checked and both conditions: 1 < e < p-1 1 < f < p-1 MUST be true. Values not within these bounds MUST NOT be sent or accepted by either side. If either one of theseconditionconditions is violated, then the key exchange fails. This simple checkensures:ensures that: o The remote peer behaves properly. o The local system is not forced into the two-element subgroup. 5. IANA Considerations IANAis requested to addhas added the following entries to theKey"Key Exchange MethodNames algorithmNames" registry[IANA-KEX] with the following entries: Key Exchange[IANA-KEX]: Method Name Reference ------------------------------------------------ diffie-hellman-group14-sha256This DraftRFC 8268 diffie-hellman-group15-sha512This DraftRFC 8268 diffie-hellman-group16-sha512This DraftRFC 8268 diffie-hellman-group17-sha512This DraftRFC 8268 diffie-hellman-group18-sha512This Draft [TO BE REMOVED: This registration should take place at the following location: <http://www.iana.org/assignments/ssh-parameters/ssh- parameters.xhtml#ssh-parameters-16>]RFC 8268 6.Acknowledgements Thanks to the following people for review and comments: Denis Bider, Peter Gutmann, Damien Miller, Niels Moeller, Matt Johnston, Iwamoto Kouichi, Dave Dugal, Daniel Migault, Anna Johnston, Ron Frederick, Rich Salz, Travis Finkenauer, Eric Rescorla. 7.Security Considerations The security considerations of [RFC4253] apply to this document. The security considerations of [RFC3526] suggest that MODP group14 through group18 have security strengths that range between 110 bits of security through 310 bits of security. They are based on[RFC3766] Determining"Determining Strengths For Public Keys Used For Exchanging SymmetricKeys.Keys" [RFC3766]. Care should be taken to use sufficient entropy and/ orDRBGdeterministic random-bit generator (DRBG) algorithms to maximize the true security strength of the key exchange and ciphers selected. Using a fixed set of Diffie-Hellman parameters makes them a high value target for pre-computation. Generating additional sets of primes to be used, or moving to larger valuesis a mitigation againstmitigates this issue.8.7. References8.1.7.1. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, <https://www.rfc-editor.org/info/rfc2119>. [RFC3526] Kivinen, T. and M. Kojo, "More Modular Exponential (MODP) Diffie-Hellman groups for Internet Key Exchange (IKE)", RFC 3526, DOI 10.17487/RFC3526, May 2003, <https://www.rfc-editor.org/info/rfc3526>. [RFC4250] Lehtinen, S. and C. Lonvick, Ed., "The Secure Shell (SSH) Protocol Assigned Numbers", RFC 4250, DOI 10.17487/RFC4250, January 2006, <https://www.rfc-editor.org/info/rfc4250>. [RFC4253] Ylonen, T. and C. Lonvick, Ed., "The Secure Shell (SSH) Transport Layer Protocol", RFC 4253, DOI 10.17487/RFC4253, January 2006, <https://www.rfc-editor.org/info/rfc4253>. [RFC6234] Eastlake 3rd, D. and T. Hansen, "US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)", RFC 6234, DOI 10.17487/RFC6234, May 2011, <https://www.rfc-editor.org/info/rfc6234>.8.2.[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>. 7.2. Informative References [IANA-KEX] Internet Assigned Numbers Authority (IANA), "Secure Shell (SSH) Protocol Parameters: Key Exchange Method Names",March 2017, <http://www.iana.org/assignments/ssh- parameters/ssh-parameters.xhtml#ssh-parameters-16>.<http://www.iana.org/assignments/ssh-parameters/ ssh-parameters.xhtml#ssh-parameters-16>. [MFQ-U-OO-815099-15]"NationalNational SecurityAgency/CentralAgency / Central SecurityService", "CNSAService, "Commerical National Security Algorithm Suite and Quantum Computing FAQ", MFQ U/OO/815099-15 , January 2016, <https://www.iad.gov/iad/library/ia-guidance/ia-solutions-for-classified/algorithm-guidance/ cnsa-suite-and-quantum-computing-faq.cfm>.ia-solutions-for-classified/algorithm- guidance/assets/public/upload/ CNSA-Suite-and-Quantum-Computing-FAQ.pdf>. [NIST-SP-800-131Ar1] Barker and Roginsky, "Transitions: Recommendation for the Transitioning of the Use of Cryptographic Algorithms and Key Lengths", NIST Special Publication800-131A800-131A, Revision 1, DOI 10.6028/NIST.SP.800-131Ar1, November 2015,<http://nvlpubs.nist.gov/nistpubs/SpecialPublications/ NIST.SP.800-131Ar1.pdf>.<http://dx.doi.org/10.6028/NIST.SP.800-131Ar1>. [RFC3766] Orman, H. and P. Hoffman, "Determining Strengths For Public Keys Used For Exchanging Symmetric Keys", BCP 86, RFC 3766, DOI 10.17487/RFC3766, April 2004, <https://www.rfc-editor.org/info/rfc3766>. [RFC4344] Bellare, M., Kohno, T., and C. Namprempre, "The Secure Shell (SSH) Transport Layer Encryption Modes", RFC 4344, DOI 10.17487/RFC4344, January 2006, <https://www.rfc-editor.org/info/rfc4344>. [RFC5656] Stebila, D. and J. Green, "Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer", RFC 5656, DOI 10.17487/RFC5656, December 2009, <https://www.rfc-editor.org/info/rfc5656>. [RFC6187] Igoe, K. and D. Stebila, "X.509v3 Certificates for Secure Shell Authentication", RFC 6187, DOI 10.17487/RFC6187, March 2011, <https://www.rfc-editor.org/info/rfc6187>. [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, <https://www.rfc-editor.org/info/rfc6194>. Acknowledgements Thanks to the following people for review and comments: Denis Bider, Peter Gutmann, Damien Miller, Niels Moller, Matt Johnston, Iwamoto Kouichi, Dave Dugal, Daniel Migault, Anna Johnston, Ron Frederick, Rich Salz, Travis Finkenauer, and Eric Rescorla. Author's Address Mark D. Baushke Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, CA 94089-1228USUnited States of America Phone: +1 408 745 2952 Email: mdb@juniper.net URI: http://www.juniper.net/