--- 1/draft-ietf-regext-login-security-07.txt 2020-01-30 07:13:31.452014912 -0800 +++ 2/draft-ietf-regext-login-security-08.txt 2020-01-30 07:13:31.504016237 -0800 @@ -1,18 +1,18 @@ Network Working Group J. Gould Internet-Draft M. Pozun Intended status: Standards Track VeriSign, Inc. -Expires: June 8, 2020 December 6, 2019 +Expires: August 2, 2020 January 30, 2020 Login Security Extension for the Extensible Provisioning Protocol (EPP) - draft-ietf-regext-login-security-07 + draft-ietf-regext-login-security-08 Abstract The Extensible Provisioning Protocol (EPP) includes a client authentication scheme that is based on a user identifier and password. The structure of the password field is defined by an XML Schema data type that specifies minimum and maximum password length values, but there are no other provisions for password management other than changing the password. This document describes an EPP extension that allows longer passwords to be created and adds @@ -26,25 +26,25 @@ 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 https://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 June 8, 2020. + This Internet-Draft will expire on August 2, 2020. Copyright Notice - Copyright (c) 2019 IETF Trust and the persons identified as the + Copyright (c) 2020 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 @@ -52,65 +52,66 @@ Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1. Conventions Used in This Document . . . . . . . . . . . . 3 2. Migrating to Newer Versions of This Extension . . . . . . . . 3 3. Object Attributes . . . . . . . . . . . . . . . . . . . . . . 4 3.1. Event . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3.2. "[LOGIN-SECURITY]" Password . . . . . . . . . . . . . . . 6 3.3. Dates and Times . . . . . . . . . . . . . . . . . . . . . 6 - 4. EPP Command Mapping . . . . . . . . . . . . . . . . . . . . . 6 - 4.1. EPP Command . . . . . . . . . . . . . . . . . . . 6 - 5. Formal Syntax . . . . . . . . . . . . . . . . . . . . . . . . 14 - 5.1. Login Security Extension Schema . . . . . . . . . . . . . 14 - 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 16 - 6.1. XML Namespace . . . . . . . . . . . . . . . . . . . . . . 16 - 6.2. EPP Extension Registry . . . . . . . . . . . . . . . . . 17 - 7. Implementation Status . . . . . . . . . . . . . . . . . . . . 17 - 7.1. Verisign EPP SDK . . . . . . . . . . . . . . . . . . . . 18 - 8. Security Considerations . . . . . . . . . . . . . . . . . . . 18 - 9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 19 - 10. References . . . . . . . . . . . . . . . . . . . . . . . . . 19 - 10.1. Normative References . . . . . . . . . . . . . . . . . . 19 - 10.2. Informative References . . . . . . . . . . . . . . . . . 19 - 10.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 20 - Appendix A. Change History . . . . . . . . . . . . . . . . . . . 20 - A.1. Change from 00 to 01 . . . . . . . . . . . . . . . . . . 20 - A.2. Change from 01 to 02 . . . . . . . . . . . . . . . . . . 20 - A.3. Change from 02 to 03 . . . . . . . . . . . . . . . . . . 20 - A.4. Change from 03 to REGEXT 00 . . . . . . . . . . . . . . . 21 - A.5. Change from REGEXT 00 to REGEXT 01 . . . . . . . . . . . 21 - A.6. Change from REGEXT 01 to REGEXT 02 . . . . . . . . . . . 21 - A.7. Change from REGEXT 02 to REGEXT 03 . . . . . . . . . . . 21 - A.8. Change from REGEXT 03 to REGEXT 04 . . . . . . . . . . . 22 - A.9. Change from REGEXT 04 to REGEXT 05 . . . . . . . . . . . 22 - A.10. Change from REGEXT 05 to REGEXT 06 . . . . . . . . . . . 23 - A.11. Change from REGEXT 06 to REGEXT 07 . . . . . . . . . . . 23 - Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 23 + 4. EPP Command Mapping . . . . . . . . . . . . . . . . . . . . . 7 + 4.1. EPP Command . . . . . . . . . . . . . . . . . . . 7 + 5. Formal Syntax . . . . . . . . . . . . . . . . . . . . . . . . 15 + 5.1. Login Security Extension Schema . . . . . . . . . . . . . 15 + 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 17 + 6.1. XML Namespace . . . . . . . . . . . . . . . . . . . . . . 17 + 6.2. EPP Extension Registry . . . . . . . . . . . . . . . . . 18 + 7. Implementation Status . . . . . . . . . . . . . . . . . . . . 18 + 7.1. Verisign EPP SDK . . . . . . . . . . . . . . . . . . . . 19 + 8. Security Considerations . . . . . . . . . . . . . . . . . . . 19 + 9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 20 + 10. References . . . . . . . . . . . . . . . . . . . . . . . . . 20 + 10.1. Normative References . . . . . . . . . . . . . . . . . . 20 + 10.2. Informative References . . . . . . . . . . . . . . . . . 21 + 10.3. URIs . . . . . . . . . . . . . . . . . . . . . . . . . . 21 + Appendix A. Change History . . . . . . . . . . . . . . . . . . . 21 + A.1. Change from 00 to 01 . . . . . . . . . . . . . . . . . . 21 + A.2. Change from 01 to 02 . . . . . . . . . . . . . . . . . . 21 + A.3. Change from 02 to 03 . . . . . . . . . . . . . . . . . . 22 + A.4. Change from 03 to REGEXT 00 . . . . . . . . . . . . . . . 22 + A.5. Change from REGEXT 00 to REGEXT 01 . . . . . . . . . . . 22 + A.6. Change from REGEXT 01 to REGEXT 02 . . . . . . . . . . . 22 + A.7. Change from REGEXT 02 to REGEXT 03 . . . . . . . . . . . 22 + A.8. Change from REGEXT 03 to REGEXT 04 . . . . . . . . . . . 23 + A.9. Change from REGEXT 04 to REGEXT 05 . . . . . . . . . . . 23 + A.10. Change from REGEXT 05 to REGEXT 06 . . . . . . . . . . . 24 + A.11. Change from REGEXT 06 to REGEXT 07 . . . . . . . . . . . 24 + A.12. Change from REGEXT 07 to REGEXT 08 . . . . . . . . . . . 24 + Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 26 1. Introduction This document describes an Extensible Provisioning Protocol (EPP) extension for enhancing the security of the EPP login command in EPP [RFC5730]. The enhancements include supporting longer passwords (or passphrases) than the 16-character maximum and providing a list of security events in the login response. The password (current and new) in EPP [RFC5730] can be overridden by the password included in the extension to extend past the 16-character maximum. The security events supported include: password expiry, client certificate expiry, - insecure cipher, insecure TLS protocol, new pasword complexity, login - security statistical warning, and a custom event. The attributes - supported by the security events include identifying the event type - or sub-type, indicating the security level of warning or error, a - future or past-due expiration date, the value that resulted in the - event, the duration of the statistical event, and a free-form + insecure cipher, insecure TLS protocol, new password complexity, + login security statistical warning, and a custom event. The + attributes supported by the security events include identifying the + event type or sub-type, indicating the security level of warning or + error, a future or past-due expiration date, the value that resulted + in the event, the duration of the statistical event, and a free-form description with an optional language. 1.1. Conventions Used in This Document 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 in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here. @@ -123,25 +124,32 @@ represents lines returned by a protocol server. Indentation and white space in examples are provided only to illustrate element relationships and are not a required feature of this protocol. "loginSec-1.0" is used as an abbreviation for "urn:ietf:params:xml:ns:epp:loginSec-1.0". The XML namespace prefix "loginSec" is used, but implementations MUST NOT depend on it and instead employ a proper namespace-aware XML parser and serializer to interpret and output the XML documents. + "whitespace" is defined by the XML schema whiteSpace datatype in + [W3C.REC-xmlschema-2-20041028], which only includes the ASCII + whitespace characters #x9 (tab), #xA (linefeed), #xD (carriage + return), and #x20 (space). + 2. Migrating to Newer Versions of This Extension Servers which implement this extension SHOULD provide a way for clients to progressively update their implementations when a new - version of the extension is deployed. + version of the extension is deployed. A newer version of the + extension is expected to use an XML namespace with a higher version + number than the prior versions. Servers SHOULD (for a temporary migration period up to server policy) provide support for older versions of the extension in parallel to the newest version, and allow clients to select their preferred version via the element of the command. If a client requests multiple versions of the extension at login, then, when preparing responses to commands which do not include extension elements, the server SHOULD only include extension elements in the namespace of the newest version of the extension requested by @@ -153,108 +161,125 @@ 3. Object Attributes This extension adds additional elements to [RFC5730] login command and response. Only those new elements are described here. 3.1. Event A security event, using the element, represents either a warning or error identified by the server after the client - has connected and submitted the login command. There MAY be multiple - events returned that provide information for the client to address. - The MAY include a free-form description. All of the + has connected and submitted the login command. The + element is contained in a list of one or more elements in the + element, so there MAY be multiple events + returned that provide information for the client to address. The + MAY include a free-form description. All of the security events use a consistent set of attributes, where the exact set of applicable attributes is based on the event type. The supported set of element attributes include: "type": A REQUIRED attribute that defines the type of security event. The enumerated list of "type" values includes: "password": Identifies a password expiry event, where the password expires in the future or has expired based on the - "exDate" date and time. + "exDate" date and time. The "exDate" attribute MUST be set + with the password expiry date and time. "certificate": Identifies a client certificate expiry event, where the client certificate will expire at the "exDate" date - and time. + and time. The "exDate" attribute MUST be set with the + certificate expiry date and time. + "cipher": Identifies the use of an insecure or deprecated TLS - cipher suite. + cipher suite. The "name" attribute MUST be set with the name + of the cipher suite, which is free-form and is not expected + to be parsed and automatically addressed by the client. An + example of cipher suite names can be found in the TLS Cipher + Suites of the Transport Layer Security (TLS) Parameters IANA + Registry [1]. "tlsProtocol": Identifies the use of an insecure or deprecated - TLS protocol. + TLS protocol. The "name" attribute MUST be set with the name + of the TLS protocol, which is free-form and is not expected + to be parsed and automatically addressed by the client. "newPW": The new password does not meet the server password complexity requirements. "stat": Provides a login security statistical warning that MUST set the "name" attribute to the name of the statistic sub- type. "custom": Custom event type that MUST set the "name" attribute with the custom event type name. - "name": Used to define a sub-type when the "type" attribute is not "custom" or the full type name when the "type" attribute is "custom". The "name" attribute MUST be set when the "type" - attribute is "stat" or "custom". + attribute is "stat" or "custom". The possible set of "name" + values, by event type, can be discovered / negotiated out of band + to EPP or using a separate EPP extension designed to provide + server policy information to the client. "level": Defines the level of the event as either "warning" for a warning event that needs action, or "error" for an error event that requires immediate action. "exDate": Contains the date and time that a "warning" level has or - will become an "error" level. At expiry there MAY be an error to - connect or MAY be an error to login. An example is an expired - certificate that will result in an error to connect or an expired - password that may result in a failed login. + will become an "error" level. At expiry there MAY be a + connection failure or MAY be a login failure. An example is an + expired certification that will result in a connection failure or + an expired password that may result in a login failure. "value": Identifies the value that resulted in the login security event. An example is the negotiated insecure cipher suite or the negotiated insecure TLS protocol. "duration": Defines the duration that a statistical event is associated with, ending when the login command was received. The format of the duration is defined by the duration primitive - datatype in [W3C.REC-xmlschema-2-20041028]. + datatype in section 3.2.6 of [W3C.REC-xmlschema-2-20041028]. "lang": Identifies the negotiated language of the free-form - description. The default is "en" (English). + description. The format of the language is defined by the + language primitive datatype in section 3.3.3 of + [W3C.REC-xmlschema-2-20041028]. The default is "en" (English). Example login security event for password expiration, where the - current date is 2018-03-25: + current date is 2020-03-25: Password expiration soon Example login security event for identifying 100 failed logins over the last day, using the "stat" sub-type of "failedLogins": Excessive invalid daily logins 3.2. "[LOGIN-SECURITY]" Password - The element MUST override the [RFC5730] element - only if the contains the predefined value of "[LOGIN-SECURITY]", - which is a constant value for the server to use the - element for the password. Similarly, the element - MUST override the [RFC5730] element only if the - contains the predefined value of "[LOGIN-SECURITY]", which is a - constant value for the server to use the element for - the new password. The "[LOGIN-SECURITY]" pre-defined string MUST be - supported by the server for the client to explicitly indicate to the - server whether to use element in place of the [RFC5730] - element or to use the in place of the [RFC5730] - element. The server MUST NOT allow the client to set the - password to the value "[LOGIN-SECURITY]". + When the [RFC5730] element contains the predefined value of + "[LOGIN-SECURITY]", the element overrides the + element, which is a constant value for the server to use the + element for the password. Similarly, when the + [RFC5730] element contains the predefined value of "[LOGIN- + SECURITY]", the element overrides the + element, which is a constant value for the server to use the + element for the new password. The "[LOGIN- + SECURITY]" pre-defined string MUST be supported by the server for the + client to explicitly indicate to the server whether to use + element in place of the [RFC5730] element or to + use the in place of the [RFC5730] element. + The server MUST NOT allow the client to set the password to the value + "[LOGIN-SECURITY]". 3.3. Dates and Times Date and time attribute values MUST be represented in Universal Coordinated Time (UTC) using the Gregorian calendar. The extended date-time form using upper case "T" and "Z" characters defined in [W3C.REC-xmlschema-2-20041028] MUST be used to represent date-time values, as XML Schema does not support truncated date-time forms or lower case "T" and "Z" characters. @@ -268,51 +293,81 @@ This extension defines additional elements to extend the EPP command and response to be used in conjunction with [RFC5730]. The EPP command is used to establish a session with an EPP server. This extension overrides the password that is passed with the [RFC5730] or the element as defined in Section 3.2. A element is sent along with the [RFC5730] command and MUST contain at least one of the following child elements: - : OPTIONAL client user agent that identifies the - client application software, technology, and operating system - used by the server to identify functional or security - constraints, current security issues, and potential future - functional or security issues for the client. The - element MUST contain at least one of the - following child elements: + : OPTIONAL client user agent information that + identifies the client application software, technology, and + operating system used by the server to identify functional or + security constraints, current security issues, and potential + future functional or security issues for the client. The server + may use the information for real-time identification and client + notification of security issues, such as keying off of the client + application software for executing security rule checks. The + server may capture the information to identify future security + policy issues, such as deprecating or removing TLS cipher suites + or TLS protocols. The element MUST contain + at least one of the following child elements: : OPTIONAL name of the client application software with version if available, such as the name of the client SDK - "EPP SDK 1.0.0". + "EPP SDK 1.0.0". The element value can be + created by appending the version number to the name of the + application software, such as the Augmented Backus-Naur Form + (ABNF) grammar [RFC5234] format: + + app = name SP version + name = 1*VCHAR + version = 1*VCHAR : OPTIONAL technology used for the client - software with version if available, such as "Java 11.0.2". + software with version if available, such as "Vendor Java + 11.0.6". The element value can be created by + including the technology vendor, technology name, and + technology version, such as the Augmented Backus-Naur Form + (ABNF) grammar [RFC5234] format: + + tech = vendor SP name SP version + vendor = 1*VCHAR + name = 1*VCHAR + version = 1*VCHAR : OPTIONAL client operating system used with - version if available, such as "x86_64 Mac OS X 10.11.6". + version if available, such as "x86_64 Mac OS X 10.15.2". The + element value can be created by including the + operating system architecture, operating system name, and + operating system version, such as the Augmented Backus-Naur + Form (ABNF) grammar [RFC5234] format: + + os = arch SP name SP version + arch = 1*VCHAR + name = 1*VCHAR + version = 1*VCHAR : OPTIONAL plain text password that is case sensitive, has a minimum length of 6 characters, and has a maximum length that is up to server policy. All leading and trailing whitespace is removed, and all internal contiguous whitespace that includes #x9 (tab), #xA (linefeed), #xD (carriage return), and #x20 (space) is replaced with a single #x20 (space). This element - MUST only be used if the [RFC5730] element is set to the + MUST only be set if the [RFC5730] element is set to the "[LOGIN-SECURITY]" value. : OPTIONAL plain text new password that is case sensitive, has a minimum length of 6 characters, and has a maximum length that is up to server policy. All leading and trailing whitespace is removed, and all internal contiguous whitespace that includes #x9 (tab), #xA (linefeed), #xD (carriage return), and #x20 (space) is replaced with a single #x20 (space). - This element MUST only be used if the [RFC5730] element - is set to the "[LOGIN-SECURITY]" value. + This element MUST only be set if the [RFC5730] element is + set to the "[LOGIN-SECURITY]" value. It is recommended that the plain text password in the and elements use printable ASCII characters #x20 (space) - #x7E (~), with high entropy, such as 128 bits. If non- ASCII characters are supported with the plain text password, then use a standard for passwords with international characters, such as the OpaqueString PRECIS profile in [RFC8265]. Example login command that uses the element instead of the [RFC5730] element to establish the session and includes the @@ -336,22 +391,22 @@ C: urn:ietf:params:xml:ns:epp:loginSec-1.0 C: C: C: C: C: C: C: EPP SDK 1.0.0 - C: Java 11.0.2 - C: x86_64 Mac OS X 10.11.6 + C: Vendor Java 11.0.6 + C: x86_64 Mac OS X 10.15.2 C: C: this is a long password C: C: C: ABC-12345 C: C: Example login command that uses the element instead of the [RFC5730] element to establish the session, and uses the element instead of the [RFC5730] element to @@ -420,51 +475,51 @@ C: "urn:ietf:params:xml:ns:epp:loginSec-1.0"> C: new password that is still long C: C: C: C: ABC-12345 C: C: Upon a completed login command (success or failed), the extension - MUST be included in the response based on both of the following - conditions: + MUST be included in the response when both of the following + conditions hold: Client supports extension: The client supports the extension based on the element of the command. At least one login security event: The server has identified at least one login security event to communicate to the client. The extension to the EPP response uses the element that contains the following child elements: : One or more elements defined in Section 3.1. - Example EPP response to a successful login command on 2018-03-25, + Example EPP response to a successful login command on 2020-03-25, where the password will expire in a week: S: S: S: S: S: Command completed successfully S: S: S: S: S: Password expiring in a week S: S: S: S: S: ABC-12345 S: 54321-XYZ S: S: @@ -479,21 +534,21 @@ S: S: Authentication error S: S: S: S: + S: exDate="2020-03-24T22:00:00.0Z"> S: Password has expired S: S: S: New password does not meet complexity requirements S: S: S: S: @@ -512,28 +567,28 @@ S: S: Command completed successfully S: S: S: S: S: Password expiration soon S: S: + S: exDate="2020-04-02T22:00:00.0Z"/> S: S: Non-PFS Cipher negotiated S: S: @@ -557,28 +612,27 @@ S: S: S: ABC-12345 S: 54321-XYZ S: S: S: 5. Formal Syntax - One schema is presented here that is the EPP Login Security Extension - schema. + The EPP Login Security Extension schema is presented here. - The formal syntax presented here is a complete schema representation - of the object mapping suitable for automated validation of EPP XML - instances. The BEGIN and END tags are not part of the schema; they - are used to note the beginning and ending of the schema for URI - registration purposes. + The formal syntax presented here is a complete XML schema + representation of the object mapping suitable for automated + validation of EPP XML instances. The BEGIN and END tags are not part + of the XML schema; they are used to note the beginning and ending of + the XML schema for URI registration purposes. 5.1. Login Security Extension Schema BEGIN element) and new password - ( element) minimum length beyond 6 characters and the maximum - length up to sever policy. The server SHOULD enforce minimum and - maximum length requirements that are appropriate for their operating - environment. One example of a guideline for password length policies - can be found in section 5 of NIST Special Publication 800-63B [1]. + ( element) minimum length greater than 6 characters and the + maximum length up to server policy. The server SHOULD enforce + minimum and maximum length requirements that are appropriate for + their operating environment. One example of a guideline for password + length policies can be found in section 5 of NIST Special Publication + 800-63B [2]. The client SHOULD NOT decrease the security of a new password by decreasing the length of the current password. For example, a client with a 20 character password set using the extension, should not use the login command in [RFC5730] without using the extension, to set a new password that is less than or equal to 16 characters. The extension provides an extensible list of login security events to - inform clients of connection and login warnings and errors. + inform clients of connection and login warnings and errors. The + server returning of security events to unauthenticated users needs to + take into account the security/privacy issues of returning + information to potential attackers. + + The user agent information represents the client system of a system- + to-system interface, so the user agent information MUST NOT provide + any ability to track individual users or classes of users. 9. Acknowledgements The authors wish to thank the following persons for their feedback and suggestions: o Martin Casanova o Scott Hollenbeck o Barry Leiba o Patrick Mevzek @@ -827,45 +891,53 @@ [RFC5730] Hollenbeck, S., "Extensible Provisioning Protocol (EPP)", STD 69, RFC 5730, DOI 10.17487/RFC5730, August 2009, . [RFC7942] Sheffer, Y. and A. Farrel, "Improving Awareness of Running Code: The Implementation Status Section", BCP 205, RFC 7942, DOI 10.17487/RFC7942, July 2016, . + [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC + 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, + May 2017, . + [W3C.REC-xmlschema-2-20041028] Biron, P. and A. Malhotra, "XML Schema Part 2: Datatypes Second Edition", World Wide Web Consortium Recommendation REC-xmlschema-2-20041028, October 2004, . 10.2. Informative References + [RFC5234] Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax + Specifications: ABNF", STD 68, RFC 5234, + DOI 10.17487/RFC5234, January 2008, + . + [RFC7451] Hollenbeck, S., "Extension Registry for the Extensible Provisioning Protocol", RFC 7451, DOI 10.17487/RFC7451, February 2015, . - [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC - 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, - May 2017, . - [RFC8265] Saint-Andre, P. and A. Melnikov, "Preparation, Enforcement, and Comparison of Internationalized Strings Representing Usernames and Passwords", RFC 8265, DOI 10.17487/RFC8265, October 2017, . 10.3. URIs - [1] https://pages.nist.gov/800-63-3/sp800-63b.html + [1] https://www.iana.org/assignments/tls-parameters/tls- + parameters.xhtml#tls-parameters-4 + + [2] https://pages.nist.gov/800-63-3/sp800-63b.html Appendix A. Change History [[RFC Editor: Please remove this section.]] A.1. Change from 00 to 01 1. Based on the feedback from Patrick Mevzek and a proposal from Scott Hollenbeck, changed the minimum length of the password from 8 to 6, revised the description of the password, and added text @@ -995,28 +1068,117 @@ A.10. Change from REGEXT 05 to REGEXT 06 Updates based on the review by Brian Carpenter, that include: 1. In section 1, change the references to RFC 5730 to use links. 2. In section 2, change "(for a temporary migration period)" to "(for a temporary migration period up to server policy)". A.11. Change from REGEXT 06 to REGEXT 07 - 1. Based on feedback from Barry Leiba, added recommendations on the - characters used for the plain text password. Recommended the use - of printable ASCII passwords and if non-ASCII characters are - supported, to use a standard for passwords with international + 1. Updates based on feedback from Barry Leiba, added recommendations + on the characters used for the plain text password. Recommended + the use of printable ASCII passwords and if non-ASCII characters + are supported, to use a standard for passwords with international characters, such as the OpaqueString PRECIS profile in [RFC8265]. 2. Based on the feedback from Carlos Pignataro, added "[[RFC Editor: Please remove this section.]]" to the "Change History" section. +A.12. Change from REGEXT 07 to REGEXT 08 + + 1. Based on feedback from Eric Vyncke during the IESG review, + changed [RFC8174] from the informative references into the + normative references. + 2. Based on feedback from Alissa Cooper during the IESG review, + changed the sentence "One schema is presented here that is the + EPP Login Security Extension schema." in section 5 to "The EPP + Login Security Extension schema is presented here.". + 3. Changed "sever policy" to "server policy" in section 8. + + 4. Updates based on feedback from Roman Danyliw during the IESG + review: + + 1. Changed "pasword" to "password" in section 1. + 2. In section 3.1, added a reference to section 3.3.3 of + [W3C.REC-xmlschema-2-20041028] for the format of the "lang" + attribute. Added the corresponding section (3.2.6) for the + "duration" attribute. + 3. Added the "XML" prefix for each reference to "schema" in the + introduction of section 5. + 4. Added the leading sentence "The Security Considerations of + [RFC5730] apply in this document, and this document enhances + these considerations." to section 8. + 5. Added the sentence 'The possible set of "name" values, by + event type, can be discovered / negotiated out of band to EPP + or using a separate EPP extension designed to provide server + policy information to the client.' to the description of the + "name" attribute. + 6. Added a description of how to create the , + , and values using ABNF. + 5. Updates based on feedback from Alexey Melnikov during the IESG + review: + + 1. Added a description of "whitespace" to section 1.1. + 2. Added a description of the usage of the user agent + information in section 4.1. + 6. Updates based on feedback from Benjamin Kaduk during the IESG + review: + + 1. Added "A newer version of the extension is expected to use + an XML namespace with a higher version number than the prior + versions." to the first paragraph of section 2. + 2. In section 3.1, replace the sentence "There MAY be multiple + events returned that provide information for the client to + address." with "The element is contained in + a list of one or more elements in the + element, so there MAY be multiple + events returned that provide information for the client to + address." + 3. In section 3.1, for the "exDate" attribute, replace the + sentence "At expiry there MAY be an error to connect or MAY + be an error to login." with "At expiry there MAY be a + connection failure or MAY be a login failure." and a similar + change to the following sentence. + 4. In section 3.1, replace the description of the "cipher" type + and the "tlsProtocol" type. + + 5. In section 3.1, add a sentence that the "exDate" attribute + MUST be set for the "password" type and the "certificate" + type. + 6. Updates the dates by replacing 2018 with 2020. + 7. In section 3.2, update the MUST override sentences for the + and the elements. + 8. In section 4.1, update "OPTIONAL client user agent" with + "OPTIONAL client user agent information" for the description + of the element. + 9. In section 4.1, replace "MUST only be used" to "MUST only be + set" for the and elements. + 10. Updated references of "x86_64 Mac OS X 10.11.6" to "x86_64 + Mac OS X 10.15.2". + 11. In section 4.1, replace "MUST be included in the response + based on both of the following conditions" with "MUST be + included in the response when both of the following + conditions hold". + 12. In section 4.1, update the "exDate" for the "password" + security event error to be "2020-03-24T22:00:00.0Z" so that + it's prior to the date 2020-03-25 reference previously. + 13. In section 8, add the sentence "The server returning of + security events to unauthenticated users needs to take into + account the security/privacy issues of returning information + to potential attackers." to the end of the last paragraph. + 14. In section 8, change "minimum length beyond 6 characters" to + "minimum length greater than 6 characters". + 15. In section 8, add the sentence "The user agent information + represents the client system of a system-to-system + interface, so the user agent information MUST NOT provide + any ability to track individual users or classes of users." + Authors' Addresses James Gould VeriSign, Inc. 12061 Bluemont Way Reston, VA 20190 US Email: jgould@verisign.com URI: http://www.verisign.com