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 . Document: draft-ietf-curdle-ssh-curves-09 Reviewer: Christer Holmberg Review Date: 2019-08-22 IETF LC End Date: 2019-08-26 IESG Telechat date: Not scheduled for a telechat Summary: The document is almost ready for publication. I have no technical issues, but there are some issues in Section 1 that I'd like to authors to address. Major issues: N/A Minor issues: N/A Nits/editorial comments: General: --------- QGEN_1: - The document uses “as discussed in”, “as defined in”, “as described” in terminology. It might be justified to use different terminology in some cases, but in general I suggest trying to use consistent terminology. Section 1: ---------- Q1_1: The text says: ”[RFC5656] describes how elliptic curves are integrated in SSH, and this document reuses those protocol messages.” …and: “This document describes how to implement key exchange based on Curve25519 and Curve448 [RFC7748] in SSH.” - It is unclear to me what “integrated in SSH” means. Does it mean that RFC 5656 describes the generic procedures for performing SSH key exchanges using elliptic curves, or does it also cover other things? - I think the “this document reuses those protocol messages” sounds a little confusing because I don’t know what “those protocol message” refers to. Perhaps say something like “reuses the protocol messages defined in that specification”. Q1_2: - I don’t think you should use “we” terminology (“we describe”, “we chose”, etc..). Please talk about the document, and if you want to refer to a choice made by the WG please indicate that. Q1_3: - Instead of “currently”, I suggest to say something like “at the time of publication”. Because, the meaning of “currently” changes every second :) Q1_4: The text says: “The Curve448 key exchange method is novel but similar in spirit,” - I don’t know what this means, since there is now further explanation. Q1_5: The text says: “This document provide Curve25519 as the preferred choice, but suggests that the fall back option Curve448 is implemented to provide an hedge against unforeseen analytical advances against Curve25519 and SHA-256.” - Is the only reason why one should implement Curve448 that something MAY happen to Curve25519 in the future? - Also, is there anything preventing unforeseen analytical advances against Curve448?