--- AnyEvent-MP/MP/Transport.pm 2009/08/03 22:05:55 1.13 +++ AnyEvent-MP/MP/Transport.pm 2009/08/04 07:46:33 1.14 @@ -405,6 +405,9 @@ it could be anything that doesn't contain any ASCII CR or ASCII LF characters. +I<< The two nonces B be different, and an aemp implementation +B check and fail when they are identical >>. + Example of the two lines of greeting: aemp;0;fec.4a7720fc;127.0.0.1:1235,[::1]:1235;hmac_md6_64_256;json,storable;provider=AE-0.0 @@ -412,8 +415,8 @@ =head2 TLS handshake -If, after the handshake, both sides indicate interest in TLS, then the -connection I use TLS, or fail. +I<< If, after the handshake, both sides indicate interest in TLS, then the +connection B use TLS, or fail.>> Both sides compare their nonces, and the side who sent the lower nonce value ("string" comparison on the raw octet values) becomes the client,