Hi Dale, Thanks for your detailed review and providing suggested text. Sorry for being a little late with this reply. Please see inline... > -----Original Message----- > From: Pce [mailto:pce-bounces@xxxxxxxx] On Behalf Of Dale Worley > Sent: 12 July 2017 08:38 > To: gen-art@xxxxxxxx > Cc: draft-ietf-pce-pceps.all@xxxxxxxx; pce@xxxxxxxx; ietf@xxxxxxxx > Subject: [Pce] Genart last call review of draft-ietf-pce-pceps-14 > > Reviewer: Dale Worley > Review result: Ready with Nits > > I am the assigned Gen-ART reviewer for this draft. The General Area > Review Team (Gen-ART) reviews all IETF documents being processed by the > IESG for the IETF Chair. Please treat these comments just like any other > last call comments. > > For more information, please see the FAQ at > <http://wiki.tools.ietf.org/area/gen/trac/wiki/GenArtfaq>. > > Document: draft-ietf-pce-pceps-14 > Reviewer: Dale R. Worley > Review Date: 2017-07-11 > IETF LC End Date: 2017-07-12 > IESG Telechat date: 2017-08-03 > > Summary: > > This draft is basically ready for publication, but has nits > that should be fixed before publication. > > Nits/editorial comments: > > A few of these may rise to the level of minor technical issues, > especially: > section 3.2: whether error TBA2/2 is distinct from error 1/1 [[Dhruv Dhody]] The context of these error are different, one is before TLS establishment (startTLS) and another is during PCEP session establishment (which is after TLS has been established). IMHO it is better to keep them distinct. section 3.2: > the receipt of an PCErr during the failure of TLS > establishment [[Dhruv Dhody]] The idea behind Error TBA2/3 and TBA2/4, is to let the peer know if it is unwilling (or willing) to establish PCEP session without TLS from this peer. This is useful information to figure out how the peer should react without human intervention. > section 3.3: the distinction between StartTLSWait and OpenWait [[Dhruv Dhody]] Both timers are wait timers but they wait for different messages and used in different context. Also the values can be set differently based on the deployment. > section 5: a full discussion of backward compatibility considerations [[Dhruv Dhody]] I have added some more details. > section 8.2: MIB extension [[Dhruv Dhody]] I have added some more details. More details on above inline. > > 1. Introduction > > This document describes a security container for the transport of > PCEP messages, and therefore they do not affect the flexibility and > extensibility of PCEP. > > There is no plural antecedent for "they" to reference. I think you could > use "it", but the Editor may have better suggestions. > [[Dhruv Dhody]] Ack > 3.2. Initiating the TLS Procedures > > with a PCErr message with Error-Type set to [TBA2 by IANA] (PCEP > StartTLS failure) > > It seems that we shouldn't use this Error-Type to object to the use of a > message other than Open and StartTLS as an initial message, as that error > isn't a misuse of StartTLS per se and is only incidentally related to > StartTLS. Indeed, isn't there already an Error-Type for this error > (unexpected initial message), since two RFC 5440 implementations can > commit/detect it? Looking at RFC 5440 section 7.15, I see: > > Error-Type Meaning > 1 PCEP session establishment failure > Error-value=1: reception of an invalid Open message or > a non Open message. > > It seems to me that this document is adjusting the meaning of error 1/1, > rather than defining a new error situation. > [[Dhruv Dhody]] We wanted to differentiate between the message exchanges during PCEP session establishment (which starts with open) and with StartTLS (which starts with StartTLS). Note that in case of TLS, we would move to the PCEP session establishment phase after the TLS is established, and we could still receive error 1/1. Regarding TBA2/2, in case of PCEPS, a peer could respond with StartTls, Open or PCErr (but all in the context of this document), so we needed a new error. The peer was expecting StartTLS related message but something else happened and thus an error! IMHO putting this under "PCEP StartTLS failure" error-type is better! Do you feel strongly about changing this? > If the PCEP speaker that does not support PCEPS, receives a StartTLS > message, it MUST behave according to the existing error mechanism > described in section 6.2 of [RFC5440] (in case message is received > prior to an Open message) or section 6.9 of [RFC5440] (for the case > of reception of unknown message). > > I think you want s/MUST/will/, since the described behavior isn't > specified by this document, but rather by RFC 5440. [[Dhruv Dhody]] Ack, updated. > > In any case, this paragraph might want to reference the backward- > compatibility consideration that I would expect to appear in section 5 -- > How does the PCEPS-supporting element deal with the non-PCEPS-supporting > element after the connection attempt with StartTLS fails? [[Dhruv Dhody]] I have added that in section 5. > > After the exchange of startTLS messages, if a PCEP speaker cannot > establish a TLS connection for some reason (e.g. the required > mechanisms for certificate revocation checking are not available), it > MUST return a PCErr message (in clear) with Error-Type set to [TBA2 > by IANA] (PCEP StartTLS failure) and Error-value set to: > > s/startTLS/StartTLS/ [[Dhruv Dhody]] Ack. > > Is there a well-defined way for a participant in a TLS connection start to > receive *either* a PCErr message in the clear *or* whatever comes next in > TLS setup -- and know which case has happened? Is there a way to use > popular modular TLS libraries and have the application above the library > receive such a PCErr message? I don't understand TLS nearly well enough > to know the answer to this, but it would probably help implementors if > answers were given to these questions. [[Dhruv Dhody]] If the TLS handshake is successful, both local and remote parties are aware of this. Same is the case for TLS failure. So receiving an error message in clear will not be a surprise. Also, I checked some of the other documents that describe the use of TLS, but did not find any such handling. > > The peer MAY choose to re-establish the PCEP session > without TLS next. > > I think you mean "The peer that initiated the connection MAY choose to re- > establish ...". As written, "the peer" seems to refer to the peer that > generated the PCErr, but if it was the receiving peer that generated the > PCErr, you probably don't want it to attempt to re-establish the session > but rather wait for the initiating peer to do so. > [[Dhruv Dhody]] Ack. Changed peer to receiver. > Given the asymmetric nature of TLS for connection establishment it is > relevant to identify the roles of each of the PCEP peers in it. The > PCC SHALL act as TLS client, and the PCE SHALL act as TLS server, > according to [RFC5246]. > > See comments re section 4 about terminology. I think you need to have > terms for the element that is initiating the connection (either a PCC or a > PCE) and the element that is receiving the connection (always a PCE). > [[Dhruv Dhody]] I have updated this. > 3.3. The StartTLS Message > > Once the TCP connection has been successfully established and the > StartTLS message sent, the sender MUST start a timer called > StartTLSWait timer, after the expiration of which, if no StartTLS > message has been received, it MUST send a PCErr message and releases > the TCP connection with Error-Type set to [TBA2 by IANA] and Error- > value set to 5 (no StartTLS message received before the expiration of > the StartTLSWait timer). A RECOMMENDED value for StartTLSWait timer > is 60 seconds. > > Really, the timer is the time to wait for *any* message to received. > Open messages will cause start of upward-compatibility mechanisms (if any); > any other message will be immediately rejected as an error. > > Indeed, isn't there already a timer which a peer uses to wait for the > other peer to send a message? Isn't StartTLSWait functionally the same as > OpenWait (RFC 5440 section 6.2)? > [[Dhruv Dhody]] I have updated the description, but I would still like to keep a different timer similar to OpenWait and KeepWait (in the spirit of RFC 5440). > ... it MUST send a PCErr message and releases ... > > This sentence is grammatically interesting. One part is logically "it > MUST send a PCErr message". The second part might be "it MUST release the > TCP connection", or "it releases the TCP connection". Strictly speaking, > the rules of English grammar cause the release/releases distinction to > disambiguate whether MUST applies to both parts or only to the first part. > But I don't think you want to rely on that, and you want to say "... and > MUST release the TCP connection ...". [[Dhruv Dhody]] Updated. > > 3.4. TLS Connection Establishment > > 1. Immediately negotiate TLS sessions according to [RFC5246]. > > In this case, you'd say "Immediately negotiate a TLS session ...". [[Dhruv Dhody]] Ack > > 3.5. Peer Identity > > At least the following parameters of the X.509 certificate SHOULD > be exposed: > > o Peer's IP address > > o Peer's fully qualified domain name (FQDN) > > To the naive (me), these two items seem to refer to the TCP connection > that was established. But I suspect that they're intended to refer to the > IP address and FQDN that might be encoded in the certificate (as in, "The > following precedence applies: for DNS name validation, subjectAltName:DNS > has precedence over CN; for IP address validation, subjectAltName:iPAddr > has precedence over CN.") > > And it seems that the actual remote IP address of the TCP connection and > whatever remote FQDN or IP address was used to initiate the connection > should also be exposed to the administrative system. > > So I think there's room to expand on and clarify exactly the data items > that are intended here. [[Dhruv Dhody]] The statement above the list clearly state that this is the information from X.509 certificate. The TCP socket IP address is definitely known and exposed as that this way to identify a session. I have added this text - "Note that the remote IP address used for the TCP session establishment is also exposed." > > 4. Discovery Mechanisms > > A PCE can advertise its capability to support PCEPS using the IGP > advertisement and discovery mechanism. > > If I understand this correctly, IGP is "Interior Gateway Protocol", and > it's a category of protocols, not a specific protocol. And what you're > saying is that a PCE can advertise using the relevant IGP's mechanism. In > that case, I think you'd say "the IGP's advertisement and discovery > mechanism". (Unless somehow IS-IS and OSPF are seen as variants of the > same protocol, which can generically be called IGP.) > [[Dhruv Dhody]] Updated. > A new > capability flag bit for the PCE-CAP-FLAGS sub-TLV that can be > announced as attribute to distribute PCEP security support > information is proposed in [I-D.wu-pce-discovery-pceps-support] > > s/announced as attribute/announced as an attribute/. > [[Dhruv Dhody]] Updated. > But you don't want to say "is proposed in ..." because that suggests that > the proposal might not be approved, and you've already positively stated > "A PCE can advertise ...". So you want to say "A new capability flag ... > is defined in ..." -- and raise draft-wu-pce-discovery-pceps-support to a > normative reference. > > Similar considerations apply to discovery via DNS > (draft-wu-pce-dns-pce-discovery) -- you want to mention it here and > consider it a normative reference. > > -- Unless you choose to make this part of the section clearly hypothetical > by starting "This document does not specify any method a PCE can advertise > that it supports (or requires) PCEPS, but two mechanisms have been > proposed:" [[Dhruv Dhody]] I would like to avoid normative reference as these are not mandatory and we would not want to block publication of this draft. I have updated the text accordingly and removed the text from this document Regarding DNS. > > When DNS is used by a PCC (or a PCE acting as a client, for the rest > of the section, PCC refers to both) willing to use PCEPS to locate an > appropriate PCE [I-D.wu-pce-dns-pce-discovery], the PCC as an > initiating entity, chooses at least one of the returned FQDNs to > resolve, which it does by performing DNS "A" or "AAAA" lookups on the > FDQN. > > s/FDQN/FQDN/ > > This one sentence uses the terms "acting as a client" and "as an > initiating entity" to mean the same thing. You should fix on one term. > And given that the same concept arises in the discussion of TLS initiation > (section 3.2), you probably want to define the term for "a PCC (or a PCE > acting as a client)" near the beginning as document-wide terminology. > Once you've got names for the concepts of the initiating entity and the > receiving entity, a number of things in the document can then be stated > more clearly. > > If the PCC receives a response to its SRV query but it is not able to > establish a PCEPS connection using the data received in the response, > as initiating entity it MAY fall back to lookup a PCE that uses TCP > as transport. > > This is unclear -- if the process of resolving the original FQDN into > addresses fails to produce an address that can be contacted, how can the > PCC "fall back to lookup a PCE that uses TCP as transport" -- it has > already done the looking up, and that failed. > > I suspect you mean that the PCC is required to first attempt to contact > each address using TLS, and then only if all of those attempts fail is it > then permitted to fall back to using TCP. But you don't actually say that. > [[Dhruv Dhody]] I have removed the details from this document. > 5. Backward Compatibility > > It would help if this section gave a more comprehensive discussion of how > PCEPS-supporting PCEs/PCCs and non-PCEPS-supporting PCEs/PCCs can > interwork, i.e., how to incrementally deploy PCEPS into an AS. The two > major points seem to be (1) arranging that any two elements will > communicate with the highest level of security that they both implement, > and (2) any system of PCEPS-supporting and non-PCEPS-supporting elements > can interwork successfully. There probably are some "interesting" > management and security issues involved in this. > [[Dhruv Dhody]] Updated. If a PCEP implementation that does not support PCEPS receives a StartTLS message, it would behave according to the existing error mechanism of [RFC5440]. On receiving the error, based on the local policy, a peer could try to establishing PCEP session without TLS as per the procedures defined in [RFC5440]. For successful TLS operations with PCEP, both PCEP peers in the network would need to be upgraded to support this document. An existing PCEP session cannot be upgraded to PCEPS, the session needs to be terminated and reestablished as per the procedure described in this document. During the incremental upgrade, the PCEP speaker SHOULD allow session establishment with and without TLS. Once both PCEP speakers are upgraded to support PCEPS, the PCEP session is re-established with TLS, otherwise PCEP session without TLS is setup. A redundant PCE MAY also be used during the incremental deployment to take over the PCE undergoing upgrade. Once the upgrade is completed, support for unsecured version SHOULD be removed. > 6.2. New Error-Values > > I've noted above that the function of Error-Type=TBA2/Error-Value=2 seems > to duplicate that of Error-Type=1/Error-Value=1. > [[Dhruv Dhody]] See reply above. > The meaning of Error-Type=TBA2 is named "StartTLS Failure" here, but the > rest of the text uses "StartTLS failure". The table given in RFC > 5440 section 7.15 is not consistent about capitalization in the names of > Error-Types, but most entries do not capitalize non-initial words. > That suggests "StartTLS failure" should be used here. [[Dhruv Dhody]] Ack. > > 7. Security Considerations > > There needs to be some consideration of interoperation of mixed PCEPS- > capable and non-PCEPS-capable elements (unless such mixtures are NOT > RECOMMENDED). > [[Dhruv Dhody]] yes strict TLS is recommended. . > 8.1. Control of Function and Policy > > A PCEP implementation SHOULD allow configuring the following PCEP > security parameters: > > o StartTLSWait timer value > > PCEPS implementations MAY provide ... > > If I read this correctly, there is only one security parameter in this > list. But since the text says "the following PCEP security parameters:", > on my first reading, I assumed that "PCEPS implementation MAY provide ..." > was the beginning of a second item (with the initial "o" omitted). > [[Dhruv Dhody]] Updated. > provide ways for the operator to complete the following tasks: > > It looks like all of the following tasks are with regard to a selected > PCEP session, though only the first task is labeled as such, whereas the > 2nd through 4th are not. It seems like you want to say "to complete the > following tasks in regard to any PCEP session:" and change the 1st to > "Determine if the session is protected via PCEPS." > [[Dhruv Dhody]] Updated. > 8.2. Information and Data Models > > The PCEP MIB module SHOULD be extended to include PCEPS capabilities, > information, and status. > > This isn't a "SHOULD" because it isn't a constraint on implementations, > it's a statement of what would be a desirable action by the IETF. -- > Unless the idea is that the implementor SHOULD add a (necessarily > proprietary) extension to the MIB. In any case, RFC 7420 should be > referenced.) > [[Dhruv Dhody]] Ack. > 8.4. Verify Correct Operations > > This section title is a verb phrase while the rest of the titles are noun > phrases. Perhaps "Verification of Correct Operations". > [[Dhruv Dhody]] Changed to "Verifying Correct Operation". > 8.5. Requirements on Other Protocols > > Mechanisms defined in this document do not imply any new requirements > on other protocols. > > There is a correlated discovery mechanism: > draft-wu-pce-discovery-pceps-support defines a correlated change to OSPF > and IS-IS. I suppose that isn't *required* by this document, as draft-wu- > pce-dns-pce-discovery or configuration might be used. But conceptually, > the two discovery mechanisms are implied by this document. > [[Dhruv Dhody]] Ack. > 10.1. Normative References > > It seems to me that draft-wu-pce-discovery-pceps-support and draft-wu-pce- > dns-pce-discovery should be considered normative references. > > [[Dhruv Dhody]] Updated the text so that they could remain informative. Thanks again for your review. I have attached the working copy and the diff. Regards, Dhruv > _______________________________________________ > Pce mailing list > Pce@xxxxxxxx > https://www.ietf.org/mailman/listinfo/pce
PCE Working Group D. Lopez Internet-Draft O. Gonzalez de Dios Updates: 5440 (if approved) Telefonica I+D Intended status: Standards Track Q. Wu Expires: January 29, 2018 D. Dhody Huawei July 28, 2017 Secure Transport for PCEP draft-ietf-pce-pceps-15 Abstract The Path Computation Element Communication Protocol (PCEP) defines the mechanisms for the communication between a Path Computation Client (PCC) and a Path Computation Element (PCE), or among PCEs. This document describe the usage of Transport Layer Security (TLS) to enhance PCEP security, hence the PCEPS acronym proposed for it. The additional security mechanisms are provided by the transport protocol supporting PCEP, and therefore they do not affect the flexibility and extensibility of PCEP. This document updates RFC 5440 regarding the PCEP initialization phase specification. Status of This Memo 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 January 29, 2018. Copyright Notice Copyright (c) 2017 IETF Trust and the persons identified as the document authors. All rights reserved. Lopez, et al. Expires January 29, 2018 [Page 1] Internet-Draft Secure Transport for PCEP July 2017 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. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 2. Requirements Language . . . . . . . . . . . . . . . . . . . . 4 3. Applying PCEPS . . . . . . . . . . . . . . . . . . . . . . . 4 3.1. Overview . . . . . . . . . . . . . . . . . . . . . . . . 4 3.2. Initiating the TLS Procedures . . . . . . . . . . . . . . 4 3.3. The StartTLS Message . . . . . . . . . . . . . . . . . . 6 3.4. TLS Connection Establishment . . . . . . . . . . . . . . 8 3.5. Peer Identity . . . . . . . . . . . . . . . . . . . . . . 10 3.6. Connection Establishment Failure . . . . . . . . . . . . 11 4. Discovery Mechanisms . . . . . . . . . . . . . . . . . . . . 12 4.1. DANE Applicability . . . . . . . . . . . . . . . . . . . 12 5. Backward Compatibility . . . . . . . . . . . . . . . . . . . 12 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 13 6.1. New PCEP Message . . . . . . . . . . . . . . . . . . . . 13 6.2. New Error-Values . . . . . . . . . . . . . . . . . . . . 13 7. Security Considerations . . . . . . . . . . . . . . . . . . . 14 8. Manageability Considerations . . . . . . . . . . . . . . . . 15 8.1. Control of Function and Policy . . . . . . . . . . . . . 15 8.2. Information and Data Models . . . . . . . . . . . . . . . 16 8.3. Liveness Detection and Monitoring . . . . . . . . . . . . 16 8.4. Verifying Correct Operations . . . . . . . . . . . . . . 16 8.5. Requirements on Other Protocols . . . . . . . . . . . . . 16 8.6. Impact on Network Operation . . . . . . . . . . . . . . . 16 9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 16 Lopez, et al. Expires January 29, 2018 [Page 2] Internet-Draft Secure Transport for PCEP July 2017 10. References . . . . . . . . . . . . . . . . . . . . . . . . . 17 10.1. Normative References . . . . . . . . . . . . . . . . . . 17 10.2. Informative References . . . . . . . . . . . . . . . . . 18 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 20 1. Introduction The Path Computation Element Communication Protocol (PCEP) [RFC5440] defines the mechanisms for the communication between a Path Computation Client (PCC) and a Path Computation Element (PCE), or between two PCEs. These interactions include requests and replies that can be critical for a sustainable network operation and adequate resource allocation, and therefore appropriate security becomes a key element in the PCE infrastructure. As the applications of the PCE framework evolves, and more complex service patterns emerge, the definition of a secure mode of operation becomes more relevant. [RFC5440] analyzes in its section on security considerations the potential threats to PCEP and their consequences, and discusses several mechanisms for protecting PCEP against security attacks, without making a specific recommendation on a particular one or defining their application in depth. Moreover, [RFC6952] remarks the importance of ensuring PCEP communication privacy, especially when PCEP communication endpoints do not reside in the same Autonomous System (AS), as the interception of PCEP messages could leak sensitive information related to computed paths and resources. Among the possible solutions mentioned in these documents, Transport Layer Security (TLS) [RFC5246] provides support for peer authentication, and message encryption and integrity. TLS supports the usage of well-known mechanisms to support key configuration and exchange, and means to perform security checks on the results of PCE discovery procedures via Interior Gateway Protocol (IGP) ([RFC5088] and [RFC5089]). This document describes a security container for the transport of PCEP messages, and therefore it does not affect the flexibility and extensibility of PCEP. This document describes how to apply TLS in securing PCE interactions, including initiation of the TLS procedures, the TLS handshake mechanisms, the TLS methods for peer authentication, the applicable TLS ciphersuites for data exchange, and the handling of errors in the security checks. In the rest of the document we will refer to this usage of TLS to provide a secure transport for PCEP as "PCEPS". Lopez, et al. Expires January 29, 2018 [Page 3] Internet-Draft Secure Transport for PCEP July 2017 Within this document, PCEP communications are described through PCC- PCE relationship. The PCE architecture also supports the PCE-PCE communication, by having the requesting PCE fill the role of a PCC, as usual. Thus, the PCC refers to a PCC or a PCE initiating the PCEP session and acting as a client. 2. Requirements Language 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]. 3. Applying PCEPS 3.1. Overview The steps involved in establishing a PCEPS session are as follows: 1. Establishment of a TCP connection. 2. Initiating the TLS procedures by the StartTLS message from PCE to PCC and from PCC to PCE. 3. Establishment of TLS connection. 4. Start exchanging PCEP messages as per [RFC5440]. Implementations SHOULD follow the best practices and recommendations for using TLS, as per [RFC7525]. It should be noted that this procedure updates what is defined in section 4.2.1 and section 6.7 of [RFC5440] regarding the initialization phase and the processing of messages prior to the Open message. The details of processing including backward compatibility are discussed in the following sections. 3.2. Initiating the TLS Procedures Since PCEP can operate either with or without TLS, it is necessary for the PCEP speaker to indicate whether it wants to set up a TLS connection or not. For this purpose, this document specifies a new PCEP message called StartTLS. Thus the PCEP session is secured via TLS from the start before exchange of any other PCEP message (that includes the Open message). This document thus updates [RFC5440], which required the Open message to be the first PCEP message. In the case of a PCEP session using TLS the StartTLS message will be sent first. Lopez, et al. Expires January 29, 2018 [Page 4] Internet-Draft Secure Transport for PCEP July 2017 The PCEP speaker MAY discover that the PCEP peer supports PCEPS or can be preconfigured to use PCEPS for a given peer (see Section 4 for more details). Securing via TLS of an existing PCEP session is not permitted, the session MUST be closed and re-established with TLS as per the procedure described in this document. The StartTLS message is a PCEP message sent by a PCC to a PCE and by a PCE to a PCC in order to initiate the TLS procedure for PCEP. The Message-Type field of the PCEP common header for the StartTLS message is set to [TBA1 by IANA]. Once the TCP connection has been successfully established, the first message sent by the PCC to the PCE and by the PCE to the PCC MUST be a StartTLS message for the PCEPS. Note this is a significant change from [RFC5440] where the first PCEP message is the Open message. A PCEP speaker receiving a StartTLS message, after any other PCEP exchange has taken place (by receiving or sending any other messages from either side) MUST treat it as an unexpected message and reply with a PCErr message with Error-Type set to [TBA2 by IANA] (PCEP StartTLS failure) and Error-value set to 1 (reception of StartTLS after any PCEP exchange), and MUST close the TCP connection. A PCEP speaker receiving any other message apart from StartTLS, Open, or PCErr as the first message, MUST treat it as an unexpected message and reply with a PCErr message with Error-Type set to [TBA2 by IANA] (PCEP StartTLS failure) and Error-value set to 2 (reception of any other message apart from StartTLS, Open, or PCErr message), and MUST close the TCP connection. If the PCEP speaker that does not support PCEPS, receives a StartTLS message, it will behave according to the existing error mechanism described in section 6.2 of [RFC5440] (in case message is received prior to an Open message) or section 6.9 of [RFC5440] (for the case of reception of unknown message). See Section 5 for more details. After the exchange of StartTLS messages, if a PCEP speaker cannot establish a TLS connection for some reason (e.g. the required mechanisms for certificate revocation checking are not available), it MUST return a PCErr message (in clear) with Error-Type set to [TBA2 by IANA] (PCEP StartTLS failure) and Error-value set to: o 3 (not without TLS) if it is not willing to exchange PCEP messages without the solicited TLS connection, and it MUST close the TCP session. o 4 (ok without TLS) if it is willing to exchange PCEP messages without the solicited TLS connection, and it MUST close the TCP Lopez, et al. Expires January 29, 2018 [Page 5] Internet-Draft Secure Transport for PCEP July 2017 session. The receiver MAY choose to re-establish the PCEP session without TLS next. If the PCEP speaker supports PCEPS and can establish a TLS connection it MUST start the TLS connection establishment steps described in Section 3.4 before the PCEP initialization procedure (section 4.2.1 of [RFC5440]). A PCEP speaker that does not support PCEPS or has learned the peer willingness to reestablish session without TLS, can send the Open message directly, as per [RFC5440]. Given the asymmetric nature of TLS for connection establishment it is relevant to identify the roles of each of the PCEP peers in it. The PCC SHALL act as TLS client, and the PCE SHALL act as TLS server, according to [RFC5246]. These procedures minimize the impact of PCEPS support in PCEP implementations without requiring additional dedicated ports for running PCEP with TLS. As per the recommendation from [RFC7525] to avoid downgrade attacks, PCEP peers that support PCEPS, SHOULD default to strict TLS configuration i.e. do not allow non-TLS PCEP sessions to be established. PCEPS implementations MAY provide an option to allow the operator to manually override strict TLS configuration and allow unsecured connections. Execution of this override SHOULD trigger a warning about the security implications of permitting unsecured connections. 3.3. The StartTLS Message The StartTLS message is used to initiate the TLS procedure for a PCEPS session between the PCEP peers. A PCEP speaker sends the StartTLS message to request negotiation and establishment of TLS connection for PCEP. On receiving a StartTLS message from the PCEP peer (i.e. when the PCEP speaker has sent and received StartTLS message) it is ready to start TLS negotiation and establishment and move to steps described in Section 3.4. The collision resolution procedures described in [RFC5440] for the exchange of Open messages MUST be applied by the PCEP peers during the exchange of StartTLS messages. The format of a StartTLS message is as follows: Lopez, et al. Expires January 29, 2018 [Page 6] Internet-Draft Secure Transport for PCEP July 2017 <StartTLS Message>::= <Common Header> The StartTLS message MUST contain only the PCEP common header with Message-Type field set to [TBA1 by IANA]. Once the TCP connection has been successfully established and the StartTLS message sent, the sender MUST start a timer called StartTLSWait timer, after the expiration of which, if no StartTLS message has been received (and in case of failure, a PCErr or Open message is not received), it MUST send a PCErr message with Error- Type set to [TBA2 by IANA] and Error-value set to 5 (no StartTLS (nor PCErr/Open) message received before the expiration of the StartTLSWait timer) and it MUST release the TCP connection . A RECOMMENDED value for StartTLSWait timer is 60 seconds. +-+-+ +-+-+ |PCC| |PCE| +-+-+ +-+-+ | | | StartTLS | | msg | |------- | | \ StartTLS | | \ msg | | \ ---------| | \/ | | /\ | | / -------->| | / | |<------ | |:::::::::TLS:::::::::| |:::::Establishment:::| | | | | |:::::::PCEP::::::::::| | | Figure 1: Both PCEP Speaker supports PCEPS Lopez, et al. Expires January 29, 2018 [Page 7] Internet-Draft Secure Transport for PCEP July 2017 +-+-+ +-+-+ |PCC| |PCE| +-+-+ +-+-+ | | Does not send | StartTLS | StartTLS as |-------------------->| cannot establish | | TLS | | |<--------------------| Send Error | PCErr | Error-Value 3/4 | | Figure 2: Both PCEP Speaker supports PCEPS, But cannot establish TLS +-+-+ +-+-+ |PCC| |PCE| +-+-+ +-+-+ | | Does not support | StartTLS | PCEPS and thus | msg | sends Open |------- | | \ Open | | \ msg | | \ ---------| | \/ | | /\ | | / -------->| | / | |<------ | | | |<--------------------| Send Error | PCErr | (non-Open message | | received) Figure 3: One PCEP Speaker does not support PCEPS 3.4. TLS Connection Establishment Once the establishment of TLS has been agreed by the PCEP peers, the connection establishment SHALL follow the following steps: 1. Immediately negotiate a TLS session according to [RFC5246]. The following restrictions apply: Lopez, et al. Expires January 29, 2018 [Page 8] Internet-Draft Secure Transport for PCEP July 2017 * Support for TLS v1.2 [RFC5246] or later is REQUIRED. * Support for certificate-based mutual authentication is REQUIRED. * Negotiation of mutual authentication is REQUIRED. * Negotiation of a ciphersuite providing for integrity protection is REQUIRED. * Negotiation of a ciphersuite providing for confidentiality is RECOMMENDED. * Support for and negotiation of compression is OPTIONAL. * PCEPS implementations MUST, at a minimum, support negotiation of the TLS_RSA_WITH_AES_128_GCM_SHA256, and SHOULD support TLS_RSA_WITH_AES_256_GCM_SHA384 as well [RFC5288]. In addition, PCEPS implementations MUST support negotiation of the mandatory-to-implement ciphersuites required by the versions of TLS that they support. 2. Peer authentication can be performed in any of the following two REQUIRED operation models: * TLS with X.509 certificates using Public-Key Infrastructure Exchange (PKIX) trust models: + Implementations MUST allow the configuration of a list of trusted Certification Authorities (CAs) for incoming connections. + Certificate validation MUST include the verification rules as per [RFC5280]. + PCEPS implementations SHOULD incorporate revocation methods (CRL downloading, OCSP...) according to the trusted CA policies. + Implementations SHOULD indicate their trusted CAs. For TLS 1.2, this is done using [RFC5246], Section 7.4.4, "certificate_authorities" (server side) and [RFC6066], Section 6 "Trusted CA Indication" (client side). + Peer validation always SHOULD include a check on whether the locally configured expected DNS name or IP address of the peer that is contacted matches its presented certificate. DNS names and IP addresses can be contained Lopez, et al. Expires January 29, 2018 [Page 9] Internet-Draft Secure Transport for PCEP July 2017 in the Common Name (CN) or subjectAltName entries. For verification, only one of these entries is to be considered. The following precedence applies: for DNS name validation, subjectAltName:DNS has precedence over CN; for IP address validation, subjectAltName:iPAddr has precedence over CN. + Implementations MAY allow the configuration of a set of additional properties of the certificate to check for a peer's authorization to communicate (e.g., a set of allowed values in subjectAltName:URI or a set of allowed X509v3 Certificate Policies) * TLS with X.509 certificates using certificate fingerprints: Implementations MUST allow the configuration of a list of trusted certificates, identified via fingerprint of the Distinguished Encoding Rules (DER) encoded certificate octets. Implementations MUST support SHA-256 as defined by [SHS] as the hash algorithm for the fingerprint. 3. Start exchanging PCEP messages. To support TLS re-negotiation both peers MUST support the mechanism described in [RFC5746]. Any attempt to initiate a TLS handshake to establish new cryptographic parameters not aligned with [RFC5746] SHALL be considered a TLS negotiation failure. 3.5. Peer Identity Depending on the peer authentication method in use, PCEPS supports different operation modes to establish peer's identity and whether it is entitled to perform requests or can be considered authoritative in its replies. PCEPS implementations SHOULD provide mechanisms for associating peer identities with different levels of access and/or authoritativeness, and they MUST provide a mechanism for establishing a default level for properly identified peers. Any connection established with a peer that cannot be properly identified SHALL be terminated before any PCEP exchange takes place. In TLS-X.509 mode using fingerprints, a peer is uniquely identified by the fingerprint of the presented certificate. There are numerous trust models in PKIX environments, and it is beyond the scope of this document to define how a particular deployment determines whether a peer is trustworthy. Implementations that want to support a wide variety of trust models SHOULD expose as many details of the presented certificate to the administrator as possible so that the trust model can be implemented by the Lopez, et al. Expires January 29, 2018 [Page 10] Internet-Draft Secure Transport for PCEP July 2017 administrator. At least the following parameters of the X.509 certificate SHOULD be exposed: o Peer's IP address o Peer's fully qualified domain name (FQDN) o Certificate Fingerprint o Issuer o Subject o All X509v3 Extended Key Usage o All X509v3 Subject Alternative Name o All X509v3 Certificate Policies Note that the remote IP address used for the TCP session establishment is also exposed. [I-D.ietf-pce-stateful-sync-optimizations] specify a Speaker Entity Identifier TLV (SPEAKER-ENTITY-ID), as an optional TLV that MAY be included in the OPEN Object. It contains a unique identifier for the node that does not change during the lifetime of the PCEP speaker. An implementation would thus expose the speaker entity identifier as part of the X509v3 certificate, so that an implementation could use this identifier for the peer identification trust model. In addition, a PCC MAY apply the procedures described in [RFC6698] DNS-Based Authentication of Named Entities (DANE) to verify its peer identity when using DNS discovery. See section Section 4.1 for further details. 3.6. Connection Establishment Failure In case the initial TLS negotiation or the peer identity check fails, according to the procedures listed in this document, the peer MUST first send a PCErr message as per Section 3.2 and then terminate the session. It SHOULD follow the procedure listed in [RFC5440] to retry session setup along with an exponential back-off session establishment retry procedure. Lopez, et al. Expires January 29, 2018 [Page 11] Internet-Draft Secure Transport for PCEP July 2017 4. Discovery Mechanisms This document does not specify any discovery mechanism for support of PCEPS. Other documents, [I-D.wu-pce-discovery-pceps-support] and [I-D.wu-pce-dns-pce-discovery] have made proposals: o A PCE can advertise its capability to support PCEPS using the IGP's advertisement mechanism of the PCE discovery information. The PCE-CAP-FLAGS sub-TLV is an optional sub-TLV used to advertise PCE capabilities. It is present within the PCE Discovery (PCED) sub-TLV carried by OSPF or IS-IS. [RFC5088] and [RFC5089] provide the description and processing rules for this sub-TLV when carried within OSPF and IS-IS, respectively. PCE capability bits are defined in [RFC5088]. A new capability flag bit for the PCE-CAP- FLAGS sub-TLV that can be announced as an attribute to distribute PCEP security support information is proposed in [I-D.wu-pce-discovery-pceps-support]. o A PCE can advertise its capability to support PCEPS using the DNS [I-D.wu-pce-dns-pce-discovery] by identifying the support of TLS. 4.1. DANE Applicability DANE [RFC6698] defines a secure method to associate the certificate that is obtained from a TLS server with a domain name using DNS, i.e., using the TLSA DNS resource record (RR) to associate a TLS server certificate or public key with the domain name where the record is found, thus forming a "TLSA certificate association". The DNS information needs to be protected by DNS Security (DNSSEC). A PCC willing to apply DANE to verify server identity MUST conform to the rules defined in section 4 of [RFC6698]. The server's domain name must be authorized separately, as TLSA does not provide any useful authorization guarantees. 5. Backward Compatibility The procedures described in this document define a security container for the transport of PCEP requests and replies carried by a TLS connection initiated by means of a specific extended message (StartTLS) that does not interfere with PCEP speaker implementations not supporting it. If a PCEP implementation that does not support PCEPS receives a StartTLS message, it would behave according to the existing error mechanism of [RFC5440]. On receiving the error, based on the local policy, a peer could try to establishing PCEP session without TLS as per the procedures defined in [RFC5440]. For successful TLS Lopez, et al. Expires January 29, 2018 [Page 12] Internet-Draft Secure Transport for PCEP July 2017 operations with PCEP, both PCEP peers in the network would need to be upgraded to support this document. An existing PCEP session cannot be upgraded to PCEPS, the session needs to be terminated and reestablished as per the procedure described in this document. During the incremental upgrade, the PCEP speaker SHOULD allow session establishment with and without TLS. Once both PCEP speakers are upgraded to support PCEPS, the PCEP session is re-established with TLS, otherwise PCEP session without TLS is setup. A redundant PCE MAY also be used during the incremental deployment to take over the PCE undergoing upgrade. Once the upgrade is completed, support for unsecured version SHOULD be removed. 6. IANA Considerations 6.1. New PCEP Message IANA is requested to allocate new message types within the "PCEP Messages" sub-registry of the PCEP Numbers registry, as follows: Value Description Reference TBA1 The Start TLS Message (StartTLS) This document 6.2. New Error-Values IANA is requested to allocate new Error Types and Error Values within the " PCEP-ERROR Object Error Types and Values" sub-registry of the PCEP Numbers registry, as follows: Lopez, et al. Expires January 29, 2018 [Page 13] Internet-Draft Secure Transport for PCEP July 2017 Error- Type Meaning Error-value Reference TBA2 PCEP StartTLS 0:Unassigned This document failure 1:Reception of This document StartTLS after any PCEP exchange 2:Reception of This document any other message apart from StartTLS, Open or PCErr 3:Failure, connection This document without TLS not possible 4:Failure, connection This document without TLS possible 5:No StartTLS message This document (nor PCErr/Open) before StartTLSWait timer expiry 7. Security Considerations While the application of TLS satisfies the requirement on privacy as well as fine-grained, policy-based peer authentication, there are security threats that it cannot address. It may be advisable to apply additional protection measures, in particular in what relates to attacks specifically addressed to forging the TCP connection underpinning TLS, especially in the case of long-lived connections. One of these measures is the application of TCP-AO (TCP Authentication Option [RFC5925]), which is fully compatible with and deemed as complementary to TLS. The mechanisms to configure the requirements to use TCP-AO and other lower-layer protection measures with a particular peer are outside the scope of this document. Since computational resources required by TLS handshake and ciphersuite are higher than unencrypted TCP, clients connecting to a PCEPS server can more easily create high load conditions and a malicious client might create a Denial-of-Service attack more easily. Some TLS ciphersuites only provide integrity validation of their payload, and provide no encryption. This specification does not forbid the use of such ciphersuites, but administrators must weight carefully the risk of relevant internal data leakage that can occur in such a case, as explicitly stated by [RFC6952]. When using certificate fingerprints to identify PCEPS peers, any two certificates that produce the same hash value will be considered the Lopez, et al. Expires January 29, 2018 [Page 14] Internet-Draft Secure Transport for PCEP July 2017 same peer. Therefore, it is important to make sure that the hash function used is cryptographically uncompromised so that attackers are very unlikely to be able to produce a hash collision with a certificate of their choice. This document mandates support for SHA-256 as defined by [SHS], but a later revision may demand support for stronger functions if suitable attacks on it are known. The guidance given in [RFC7525] SHOULD be followed to avoid attacks on TLS. 8. Manageability Considerations All manageability requirements and considerations listed in [RFC5440] apply to PCEP protocol extensions defined in this document. In addition, requirements and considerations listed in this section apply. 8.1. Control of Function and Policy A PCE or PCC implementation MUST allow configuring the PCEP security via TLS capabilities as described in this document. A PCE or PCC implementation supporting PCEP security via TLS MUST support general TLS configuration as per [RFC5246]. At least the configuration of one of the trust models and its corresponding parameters, as described in Section 3.4 and Section 3.5, MUST be supported by the implementation. A PCEP implementation SHOULD allow configuring the StartTLSWait timer value. PCEPS implementations MAY provide an option to allow the operator to manually override strict TLS configuration and allow unsecure connections. Execution of this override SHOULD trigger a warning about the security implications of permitting unsecure connections. Further, the operator needs to develop suitable security policies around PCEP within his network. Further the PCEP peers SHOULD provide ways for the operator to complete the following tasks in regards to a PCEP session: o Determine if a session is protected via PCEPS. o Determine the version of TLS, the mechanism used for authentication, and the ciphersuite in use. o Determine if the certificate could not be verified, and the reason for this circumstance. Lopez, et al. Expires January 29, 2018 [Page 15] Internet-Draft Secure Transport for PCEP July 2017 o Inspect the certificate offered by the PCEP peer. o Be warned if StartTLS procedure fails for the PCEP peers, that are known to support PCEPS, via configurations or capability advertisements. 8.2. Information and Data Models The PCEP MIB module is defined in [RFC7420]. The MIB module could be extended to include the ability to view the PCEPS capability, TLS related information as well as TLS status for each PCEP peer. An implementation SHOULD also allow the operator to configure the PCEPS capability and various TLS related parameters in addition to ability to view the current TLS status for a PCEP session. To serve this purpose, the PCEP YANG module [I-D.ietf-pce-pcep-yang] is extended to include TLS related configuration and state information. 8.3. Liveness Detection and Monitoring Mechanisms defined in this document do not imply any new liveness detection and monitoring requirements in addition to those already listed in [RFC5440] and [RFC5246]. 8.4. Verifying Correct Operations A PCEPS implementation SHOULD log error events and provide PCEPS failure statistics with reasons. 8.5. Requirements on Other Protocols Mechanisms defined in this document do not imply any new requirements on other protocols. Note that, Section 4 list possible discovery mechanism for support of PCEPS. 8.6. Impact on Network Operation Mechanisms defined in this document do not have any significant impact on network operations in addition to those already listed in [RFC5440], and the policy and management implications discussed above. 9. Acknowledgements This specification relies on the analysis and profiling of TLS included in [RFC6614] and the procedures described for the STARTTLS command in [RFC4513]. Lopez, et al. Expires January 29, 2018 [Page 16] Internet-Draft Secure Transport for PCEP July 2017 We would like to thank Joe Touch for his suggestions and support regarding the TLS start mechanisms. Thanks to Daniel King for reminding the authors about manageability considerations. Thanks to Cyril Margaria for shepherding this document. Thanks to David Mandelberg for early SECDIR review comments as well as re-reviewing during IETF last call. Thanks to Dan Frost for the RTGDIR review and comments. Thanks to Dale Worley for the Gen-ART review and comments. Also thanks to Tianran Zhou for OPSDIR review. Thanks to Deborah Brungard for being the responsible AD and guiding the authors as needed. 10. References 10.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, <http://www.rfc-editor.org/info/rfc2119>. [RFC5246] Dierks, T. and E. Rescorla, "The Transport Layer Security (TLS) Protocol Version 1.2", RFC 5246, DOI 10.17487/RFC5246, August 2008, <http://www.rfc-editor.org/info/rfc5246>. [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, DOI 10.17487/RFC5280, May 2008, <http://www.rfc-editor.org/info/rfc5280>. [RFC5288] Salowey, J., Choudhury, A., and D. McGrew, "AES Galois Counter Mode (GCM) Cipher Suites for TLS", RFC 5288, DOI 10.17487/RFC5288, August 2008, <http://www.rfc-editor.org/info/rfc5288>. Lopez, et al. Expires January 29, 2018 [Page 17] Internet-Draft Secure Transport for PCEP July 2017 [RFC5440] Vasseur, JP., Ed. and JL. Le Roux, Ed., "Path Computation Element (PCE) Communication Protocol (PCEP)", RFC 5440, DOI 10.17487/RFC5440, March 2009, <http://www.rfc-editor.org/info/rfc5440>. [RFC5746] Rescorla, E., Ray, M., Dispensa, S., and N. Oskov, "Transport Layer Security (TLS) Renegotiation Indication Extension", RFC 5746, DOI 10.17487/RFC5746, February 2010, <http://www.rfc-editor.org/info/rfc5746>. [RFC6066] Eastlake 3rd, D., "Transport Layer Security (TLS) Extensions: Extension Definitions", RFC 6066, DOI 10.17487/RFC6066, January 2011, <http://www.rfc-editor.org/info/rfc6066>. [RFC6698] Hoffman, P. and J. Schlyter, "The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA", RFC 6698, DOI 10.17487/RFC6698, August 2012, <http://www.rfc-editor.org/info/rfc6698>. [RFC7525] Sheffer, Y., Holz, R., and P. Saint-Andre, "Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)", BCP 195, RFC 7525, DOI 10.17487/RFC7525, May 2015, <http://www.rfc-editor.org/info/rfc7525>. [SHS] National Institute of Standards and Technology, "Secure Hash Standard (SHS), FIPS PUB 180-4", DOI 10.6028/NIST.FIPS.180-4, August 2015, <http://nvlpubs.nist.gov/nistpubs/FIPS/ NIST.FIPS.180-4.pdf>. 10.2. Informative References [RFC4513] Harrison, R., Ed., "Lightweight Directory Access Protocol (LDAP): Authentication Methods and Security Mechanisms", RFC 4513, DOI 10.17487/RFC4513, June 2006, <http://www.rfc-editor.org/info/rfc4513>. [RFC5088] Le Roux, JL., Ed., Vasseur, JP., Ed., Ikejiri, Y., and R. Zhang, "OSPF Protocol Extensions for Path Computation Element (PCE) Discovery", RFC 5088, DOI 10.17487/RFC5088, January 2008, <http://www.rfc-editor.org/info/rfc5088>. [RFC5089] Le Roux, JL., Ed., Vasseur, JP., Ed., Ikejiri, Y., and R. Zhang, "IS-IS Protocol Extensions for Path Computation Element (PCE) Discovery", RFC 5089, DOI 10.17487/RFC5089, January 2008, <http://www.rfc-editor.org/info/rfc5089>. Lopez, et al. Expires January 29, 2018 [Page 18] Internet-Draft Secure Transport for PCEP July 2017 [RFC5925] Touch, J., Mankin, A., and R. Bonica, "The TCP Authentication Option", RFC 5925, DOI 10.17487/RFC5925, June 2010, <http://www.rfc-editor.org/info/rfc5925>. [RFC6614] Winter, S., McCauley, M., Venaas, S., and K. Wierenga, "Transport Layer Security (TLS) Encryption for RADIUS", RFC 6614, DOI 10.17487/RFC6614, May 2012, <http://www.rfc-editor.org/info/rfc6614>. [RFC6952] Jethanandani, M., Patel, K., and L. Zheng, "Analysis of BGP, LDP, PCEP, and MSDP Issues According to the Keying and Authentication for Routing Protocols (KARP) Design Guide", RFC 6952, DOI 10.17487/RFC6952, May 2013, <http://www.rfc-editor.org/info/rfc6952>. [RFC7420] Koushik, A., Stephan, E., Zhao, Q., King, D., and J. Hardwick, "Path Computation Element Communication Protocol (PCEP) Management Information Base (MIB) Module", RFC 7420, DOI 10.17487/RFC7420, December 2014, <http://www.rfc-editor.org/info/rfc7420>. [I-D.ietf-pce-stateful-sync-optimizations] Crabbe, E., Minei, I., Medved, J., Varga, R., Zhang, X., and D. Dhody, "Optimizations of Label Switched Path State Synchronization Procedures for a Stateful PCE", draft- ietf-pce-stateful-sync-optimizations-10 (work in progress), March 2017. [I-D.ietf-pce-pcep-yang] Dhody, D., Hardwick, J., Beeram, V., and j. jefftant@xxxxxxxxx, "A YANG Data Model for Path Computation Element Communications Protocol (PCEP)", draft-ietf-pce-pcep-yang-05 (work in progress), June 2017. [I-D.wu-pce-dns-pce-discovery] Wu, Q., Dhody, D., King, D., Lopez, D., and J. Tantsura, "Path Computation Element (PCE) Discovery using Domain Name System(DNS)", draft-wu-pce-dns-pce-discovery-10 (work in progress), March 2017. [I-D.wu-pce-discovery-pceps-support] Lopez, D., Wu, Q., Dhody, D., and D. King, "IGP extension for PCEP security capability support in the PCE discovery", draft-wu-pce-discovery-pceps-support-07 (work in progress), March 2017. Lopez, et al. Expires January 29, 2018 [Page 19] Internet-Draft Secure Transport for PCEP July 2017 Authors' Addresses Diego R. Lopez Telefonica I+D Don Ramon de la Cruz, 82 Madrid 28006 Spain Phone: +34 913 129 041 EMail: diego.r.lopez@xxxxxxxxxxxxxx Oscar Gonzalez de Dios Telefonica I+D Don Ramon de la Cruz, 82 Madrid 28006 Spain Phone: +34 913 129 041 EMail: oscar.gonzalezdedios@xxxxxxxxxxxxxx Qin Wu Huawei 101 Software Avenue, Yuhua District Nanjing, Jiangsu 210012 China EMail: sunseawq@xxxxxxxxxx Dhruv Dhody Huawei Divyashree Techno Park, Whitefield Bangalore, KA 560066 India EMail: dhruv.ietf@xxxxxxxxx Lopez, et al. Expires January 29, 2018 [Page 20]
<<< text/html; name="Diff_ draft-ietf-pce-pceps-14.txt - draft-ietf-pce-pceps-15.txt.html": Unrecognized >>>