updates
[silc.git] / doc / draft-riikonen-silc-pp-05.nroff
index 9c8a5cc6ac89d1c367592899c7e2ce7020640d5c..4c35ed82b3f527f6b4538c9123401bc7e8dd3416 100644 (file)
@@ -1420,11 +1420,12 @@ UTF-8 [RFC2279] encoded.
 
       Max Arguments:  3
           Arguments:  (1) <Client ID>           (2) [<comment>]
-                      (3) <Killer's Client ID>
+                      (3) <Killer's ID>
 
       The <Client ID> is the client which was killed from the network.
       The killer may have set the <comment> to indicate the reason for
-      the killing.  The <Killer's Client ID> is the killer.
+      the killing.  The <Killer's ID> is the killer, which may be
+      client but also router server.
 
 
 14    SILC_NOTIFY_TYPE_UMODE_CHANGE
@@ -1647,12 +1648,12 @@ o Padding (variable length) - The padding that MUST be
   other parts of the packet.
 
 o MAC (variable length) - The MAC computed from the
-  Message Length, Message Data, Padding Length and Padding
-  fields.  This protects the integrity of the plaintext
-  channel message.  The receiver can verify from the MAC
-  whether the message decrypted correctly.  Also, if more than
-  one private key has been set for the channel, the receiver
-  can verify which of the keys decrypted the message 
+  Message Length, Message Data, Padding Length, Padding and
+  Initial Vector fields.  This protects the integrity of the
+  plaintext channel message.  The receiver can verify from
+  the MAC whether the message decrypted correctly.  Also, if
+  more than one private key has been set for the channel, the
+  receiver can verify which of the keys decrypted the message 
   correctly.  Note that, this field is encrypted and MUST
   be added to the padding calculation.