]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/handshake.texi
Handshake messages noising
[govpn.git] / doc / handshake.texi
index 0fb850a3ee423af976ce3d32de80374d4fdd8767..c15e45643857004d2ae4f07b3fe97339fcff7ef8 100644 (file)
@@ -6,9 +6,10 @@
 Each handshake message ends with so called @code{IDtag}: it is an XTEA
 encrypted first 64 bits of each message with client's @ref{Identity} as
 a key. It is used to transmit identity and to mark packet as handshake
-message. Server can determine used identity by trying all possible known
-to him keys. It consumes resources, but XTEA is rather fast algorithm
-and handshake messages checking is seldom enough event.
+message.
+
+If @ref{Noise} is enabled, then junk data is inserted before
+@code{IDtag} to full up packet to MTU's size.
 
 @strong{Preparation stage}: