<p dir="ltr"><br>
On Oct 17, 2015 2:50 AM, "Trevor Perrin" <<a href="mailto:trevp@trevp.net">trevp@trevp.net</a>> wrote:<br>
> > There is no maximum length limit, though the MTU controls this implicitly.<br>
><br>
> Is there a reason 65535-byte messages are too short?</p>
<p dir="ltr">No. And in all likelihood, they'll be sufficient. MTU is generally around 1500. Jumbo frames increases that to 9000. I've never heard of anything close to 65535. But... I have no idea about the conditions of next year's networks. And I don't see a reason to artificially limit things (beyond size_t).<br></p>
<p dir="ltr">> > The first handshake message contains a timestamp, to prevent replay attacks,<br>
> > as part of its payload.<br>
><br>
> Not really a deviation, you can put whatever you want in the payload.</p>
<p dir="ltr">Right, but it does change (strengthen) the security characteristics of Noise_IS. IMHO, this stamp should be mandated, or at the very least recommended, by the spec.</p>