RFC Errata System <[email protected]>: > The following errata report has been submitted for RFC4492, > "Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer > Security (TLS)". > > -------------------------------------- > You may review the report below and at: > http://www.rfc-editor.org/errata_search.php?rfc=4492&eid=4633 > > -------------------------------------- > Type: Editorial > Reported by: Kurt Roeckx <[email protected]> > > Section: 5.1.1 > > Original Text > ------------- > struct { > NamedCurve elliptic_curve_list<1..2^16-1> > } EllipticCurveList; > > Corrected Text > -------------- > struct { > NamedCurve elliptic_curve_list<2..2^16-1> > } EllipticCurveList; > > Notes > ----- > The count is in bytes, not items. >
I agree with this finding. Each NamedCurve value takes exactly two bytes, so the floor should have been specified as 2, not 1. Bodo
_______________________________________________ TLS mailing list [email protected] https://www.ietf.org/mailman/listinfo/tls
