updates
[crypto.git] / doc / draft-riikonen-silc-pp-01.nroff
1 .pl 10.0i
2 .po 0
3 .ll 7.2i
4 .lt 7.2i
5 .nr LL 7.2i
6 .nr LT 7.2i
7 .ds LF Riikonen
8 .ds RF FORMFEED[Page %]
9 .ds CF
10 .ds LH Internet Draft
11 .ds RH 6 October 2000
12 .ds CH
13 .na
14 .hy 0
15 .in 0
16 .nf
17 Network Working Group                                      P. Riikonen
18 Internet-Draft
19 draft-riikonen-silc-pp-01.txt                           6 October 2000
20 Expires: 6 Jun 2001
21
22 .in 3
23
24 .ce 2
25 SILC Packet Protocol
26 <draft-riikonen-silc-pp-01.txt>
27
28 .ti 0
29 Status of this Memo
30
31 This document is an Internet-Draft and is in full conformance with   
32 all provisions of Section 10 of RFC 2026.  Internet-Drafts are   
33 working documents of the Internet Engineering Task Force (IETF), its   
34 areas, and its working groups.  Note that other groups may also   
35 distribute working documents as Internet-Drafts.   
36
37 Internet-Drafts are draft documents valid for a maximum of six months   
38 and may be updated, replaced, or obsoleted by other documents at any   
39 time.  It is inappropriate to use Internet-Drafts as reference   
40 material or to cite them other than as "work in progress."   
41
42 The list of current Internet-Drafts can be accessed at   
43 http://www.ietf.org/ietf/1id-abstracts.txt   
44
45 The list of Internet-Draft Shadow Directories can be accessed at   
46 http://www.ietf.org/shadow.html   
47
48 The distribution of this memo is unlimited.  
49
50
51 .ti 0
52 Abstract
53
54 This memo describes a Packet Protocol used in the Secure Internet Live
55 Conferencing (SILC) protocol specified in the Secure Internet Live
56 Conferencing, Protocol Specification Internet Draft [SILC1].  This
57 protocol describes the packet types and packet payloads which defines
58 the contents of the packets.  The protocol provides secure binary packet
59 protocol that assures that the contents of the packets are secured and
60 authenticated.
61
62
63
64
65
66
67
68
69
70 .ti 0
71 Table of Contents
72
73 .nf
74 1 Introduction ..................................................  3
75 2 SILC Packet Protocol ..........................................  4
76   2.1 SILC Packet ...............................................  4
77   2.2 SILC Packet Header ........................................  5
78   2.3 SILC Packet Types .........................................  7
79       2.3.1 SILC Packet Payloads ................................ 15
80       2.3.2 Generic payloads .................................... 16
81             2.3.2.1 ID Payload .................................. 16
82             2.3.2.2 Argument Payload ............................ 16
83       2.3.3 Disconnect Payload .................................. 17
84       2.3.4 Success Payload ..................................... 18
85       2.3.5 Failure Payload ..................................... 18
86       2.3.6 Reject Payload ...................................... 19
87       2.3.7 Notify Payload ...................................... 20
88       2.3.8 Error Payload ....................................... 21
89       2.3.9 Channel Message Payload ............................. 22
90       2.3.10 Channel Key Payload ................................ 24
91       2.3.11 Private Message Payload ............................ 26
92       2.3.12 Private Message Key Payload ........................ 27
93       2.3.13 Command Payload .................................... 28
94       2.3.14 Command Reply Payload .............................. 29
95       2.3.15 Connection Auth Request Payload .................... 29
96       2.3.16 New ID Payload ..................................... 30
97       2.3.17 New ID List Payload ................................ 31
98       2.3.18 New Client Payload ................................. 31
99       2.3.19 New Server Payload ................................. 32
100       2.3.20 New Channel Payload ................................ 33
101       2.3.21 New Channel User Payload ........................... 34
102       2.3.22 New Channel List Payload ........................... 35
103       2.3.23 New Channel User List Payload ...................... 36
104       2.3.24 Replace ID Payload ................................. 36
105       2.3.25 Remove ID Payload .................................. 37
106       2.3.26 Remove Channel User Payload ........................ 38
107   2.4 SILC ID Types ............................................. 39
108   2.5 Packet Encryption And Decryption .......................... 39
109       2.5.1 Normal Packet Encryption And Decryption ............. 39
110       2.5.2 Channel Message Encryption And Decryption ........... 40
111       2.5.3 Private Message Encryption And Decryption ........... 41
112   2.6 Packet MAC Generation ..................................... 41
113   2.7 Packet Padding Generation ................................. 42
114   2.8 Packet Compression ........................................ 42
115   2.9 Packet Sending ............................................ 43
116   2.10 Packet Reception ......................................... 43
117   2.11 Packet Routing ........................................... 44
118   2.12 Packet Forwarding ........................................ 44
119   2.13 Packet Broadcasting ...................................... 45
120   2.14 Packet Tunneling ......................................... 45
121 3 Security Considerations ....................................... 46
122 4 References .................................................... 46
123 5 Author's Address .............................................. 47
124
125 .ti 0
126 List of Figures
127
128 .nf
129 Figure 1:   Typical SILC Packet
130 Figure 2:   SILC Packet Header
131 Figure 3:   ID Payload
132 Figure 4:   Argument Payload
133 Figure 5:   Disconnect Payload
134 Figure 6:   Success Payload
135 Figure 7:   Failure Payload
136 Figure 8:   Reject Payload
137 Figure 9:   Notify Payload
138 Figure 10:  Error Payload
139 Figure 11:  Channel Message Payload
140 Figure 12:  Channel Key Payload
141 Figure 13:  Private Message Payload
142 Figure 14:  Private Message Key Payload
143 Figure 15:  Command Payload
144 Figure 16:  Connection Auth Request Payload
145 Figure 17:  New Client Payload
146 Figure 18:  New Server Payload
147 Figure 19:  New Channel Payload
148 Figure 20:  New Channel User Payload
149 Figure 21:  Replace ID Payload
150 Figure 22:  Remove Channel User Payload
151
152
153 .ti 0
154 1. Introduction
155
156 This document describes a Packet Protocol used in the Secure Internet
157 Live Conferencing (SILC) protocol specified in the Secure Internet Live
158 Conferencing, Protocol Specification Internet Draft [SILC1].  This
159 protocol describes the packet types and packet payloads which defines
160 the contents of the packets.  The protocol provides secure binary packet
161 protocol that assures that the contents of the packets are secured and
162 authenticated.
163
164 The basis of SILC protocol relies in the SILC packets and it is with
165 out a doubt the most important part of the protocol.  It is also probably
166 the most complicated part of the protocol.  Packets are used all the
167 time in the SILC network to send messages, commands and other information.
168 All packets in SILC network are always encrypted and their integrity
169 is assured by computed MACs.  The protocol defines several packet types
170 and packet payloads.  Each packet type usually has a specific packet
171 payload that actually defines the contents of the packet.  Each packet
172 also includes a default SILC Packet Header that provides sufficient
173 information about the origin of the packet and destination of the
174 packet.
175
176
177 .ti 0
178 2 SILC Packet Protocol
179
180 .ti 0
181 2.1 SILC Packet
182
183 SILC packets deliver messages from sender to receiver securely by
184 encrypting important fields of the packet.  The packet consists of
185 default SILC Packet Header, Padding, Packet Payload data, and, packet 
186 MAC.
187
188 The following diagram illustrates typical SILC packet.
189
190
191 .in 5
192 .nf
193  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
194 |   n bytes   | 1 - n bytes |      n bytes       |  n bytes       
195 | SILC Header |   Padding   |    Data Payload    |    MAC    
196  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
197 .in 3
198
199 .ce
200 Figure 1:  Typical SILC Packet
201
202
203 SILC Header is always the first part of the packet and its purpose
204 is to provide information about the packet.  It provides for example
205 the packet type, origin of the packet and the destination of the packet.
206 The header is variable in length and first two (2) bytes of the
207 header (thus first two bytes of the packet) are not encrypted.  The
208 first two (2) bytes are the length of the packet which is not encrypted.
209 See following section for description of SILC Packet header.  Packets
210 without SILC header or with malformed SILC header must be dropped.
211
212 Padding follows the packet header.  The purpose of the padding is to
213 make the packet multiple by eight (8) or by the block size of the
214 cipher used in the encryption, which ever is larger.  The maximum
215 length of padding is currently 16 bytes.  The padding is always
216 encrypted.
217
218 Data payload area follows padding and it is the actual data of the
219 packet.  The packet data is the packet payloads defined in this
220 protocol.  The data payload area is always encrypted.
221
222 The last part of SILC packet is the packet MAC that assures the
223 integrity of the packet.  The MAC is always computed from the packet
224 before the encryption is applied to the packet.  If compression is used
225 in the packet the MAC is computed after the compression has been
226 applied.  The compression, on the other hand, is always applied before
227 encryption.
228
229 All fields in all packet payloads are always in MSB (most significant
230 byte first) order.
231
232
233 .ti 0
234 2.2 SILC Packet Header
235
236 The default SILC packet header is applied to all SILC packets and it is
237 variable in length.  The purpose of SILC Packet header is to provide
238 detailed information about the packet.  The receiver of the packet uses
239 the packet header to parse the packet and gain other relevant parameters
240 of the packet.
241
242 Following diagram represents the default SILC header format.
243 (*) indicates that this field is never encrypted.  Other fields are
244 always encrypted.
245
246
247 .in 5
248 .nf
249                      1                   2                   3
250  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
251 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
252 |        Payload Length *       |     Flags     |  Packet Type  |
253 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
254 |        Source ID Length       |     Destination ID Length     |
255 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
256 |  Src ID Type  |                                               |
257 +-+-+-+-+-+-+-+-+                                               +
258 |                                                               |
259 ~                           Source ID                           ~
260 |                                                               |
261 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
262 |  Dst ID Type  |                                               |
263 +-+-+-+-+-+-+-+-+                                               +
264 |                                                               |
265 ~                         Destination ID                        ~
266 |                                                               |
267 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
268 .in 3
269
270 .ce
271 Figure 2:  SILC Packet Header
272
273
274 .in 6
275 o Payload Length (2 bytes) - Is the length of the packet
276   not including the padding of the packet.  This field must
277   not be encrypted but must always be authenticated.
278
279 o Flags (1 byte) - Indicates flags to be used in packet
280   processing.  Several flags may be set by ORing the flags
281   together.
282
283   Following flags are reserved for this field:
284
285
286      No flags                  0x00
287
288        In this case the field is ignored.
289
290
291      Private Message Key       0x01
292
293        Indicates that the packet must include private
294        message that is encrypted using private key set by
295        client.  Servers does not know anything about this
296        key and this causes that the private message is
297        not handled by the server at all, it is just
298        passed along.  See section 2.5.3 Private Message
299        Encryption And Decryption for more information.
300
301
302      Forwarded                 0x02
303   
304        Marks the packet to be forwarded.  Some specific
305        packet types may be forwarded.  Receiver of packet
306        with this flag set must not forward the packet any
307        further.  See section 2.12 Packet Forwarding for
308        description of packet forwarding.
309
310
311      Broadcast                 0x04
312
313        Marks the packet to be broadcasted.  Client cannot
314        send broadcast packet and normal server cannot send
315        broadcast packet.  Only router server may send broadcast
316        packet.  The router receiving of packet with this flag 
317        set must send (broadcast) the packet to its primary
318        route.  If router has several router connections the
319        packet may be sent only to the primary route.  See
320        section 2.13 Packet Broadcasting for description of 
321        packet broadcasting.
322
323
324      Tunneled                  0x08
325
326        Marks that the packet is tunneled.  Tunneling means
327        that extra SILC Packet Header has been applied to the
328        original packet.  The outer header has this flag
329        set.  See section 2.14 Packet Tunneling for more
330        information.
331 .in 3
332
333
334
335 o Packet Type (1 byte) - Is the type of the packet. Receiver 
336   uses this field to parse the packet.  See section 2.3
337   SILC Packets for list of defined packet types.
338
339 o Source ID Length (2 bytes) - Indicates the length of the
340   Source ID field in the header, not including this or any
341   other fields.
342
343 o Destination ID Length (2 bytes) - Indicates the length of the
344   Destination ID field in the header, not including this or
345   any other fields.
346
347 o Src ID Type (1 byte) - Indicates the type of ID in the
348   Source ID field.  See section 2.4 SILC ID Types for
349   defined ID types.
350
351 o Source ID (variable length) - The actual source ID that
352   indicates who is the original sender of the packet.
353
354 o Dst ID Type (1 byte) - Indicates the type of ID in the
355   Destination ID field.  See section 2.4 SILC ID Types for
356   defined ID types.
357
358 o Destination ID (variable length) - The actual source ID that
359   indicates who is the end receiver of the packet.
360
361
362 .ti 0
363 2.3 SILC Packet Types
364
365 SILC packet types defines the contents of the packet and it is used by
366 the receiver to parse the packet.  The packet type is 8 bits, as a one
367 byte, in length.  The range for the packet types are from 0 - 255,
368 where 0 is never sent and 255 is currently reserved for future
369 extensions and must not be defined to any other purpose.  Every SILC
370 specification compliant implementation should support all of these packet
371 types.
372
373 The below list of the SILC Packet types includes reference to the packet
374 payload as well.  Packet payloads are the actual packet, that is, the data
375 that the packet consists of.  Each packet type defines packet payload 
376 which usually may only be sent with the specific packet type.
377
378 Most of the packets are packets that must be destined directly to entity
379 that is connected to the sender.  It is not allowed, for example, for
380 router to send disconnect packet to client that is not directly connected
381 to the router.  However, there are some special packet types that may
382 be destined to some entity that the sender has not direct connection
383 with.  These packets are for example private message packets, channel
384 message packets, command packets and some other packets that may be
385 broadcasted in the SILC network.  If the packet is allowed to be sent to
386 indirectly connected entity it is mentioned separately in the packet
387 description (unless it is obvious as in private and channel message
388 packets).  Other packets must not be sent or accepted, if sent, to
389 indirectly connected entities.
390
391 List of SILC Packet types are defined as follows.
392
393 .in 1
394      0    SILC_PACKET_NONE
395
396           This type is reserved and it is never sent.         
397
398
399      1    SILC_PACKET_DISCONNECT
400
401           This packet is sent to disconnect the remote end.  Reason of
402           the disconnection is sent inside the packet payload.  Client
403           usually does not send this packet.
404
405           Payload of the packet:  See section 2.3.3 Disconnect Payload
406
407
408      2    SILC_PACKET_SUCCESS
409
410           This packet is sent upon successful execution of some protocol.
411           The status of the success is sent in the packet.
412
413           Payload of the packet:  See section 2.3.4 Success Payload
414
415
416      3    SILC_PACKET_FAILURE
417
418           This packet is sent upon failure of some protocol.  The status
419           of the failure is sent in the packet.
420
421           Payload of the packet:  See section 2.3.5 Failure Payload
422
423
424      4    SILC_PACKET_REJECT
425
426           This packet may be sent upon rejection of some protocol.
427           The status of the rejection is sent in the packet.
428
429           Payload of the packet:  See section 2.3.6 Reject Payload
430
431
432      5    SILC_PACKET_NOTIFY
433
434           This packet is used to send notify message, usually from
435           server to client, although it may be sent from server to another
436           server as well.  Client never sends this packet.  Server may
437           send this packet to channel as well when the packet is 
438           distributed to all clients on the channel.
439
440           Payload of the packet:  See section 2.3.7 Notify Payload.
441
442
443      6    SILC_PACKET_ERROR
444
445           This packet is sent when an error occurs.  Server may
446           send this packet.  Client never sends this packet.  The
447           client may entirely ignore the packet, however, server is
448           most likely to take action anyway.  This packet may be sent
449           to entity that is indirectly connected to the sender.
450
451           Payload of the packet:  See section 2.3.8 Error Payload.
452
453
454      7    SILC_PACKET_CHANNEL_MESSAGE
455
456           This packet is used to send messages to channels.  The packet
457           includes Channel ID of the channel and the actual message to
458           the channel.  Messages sent to the channel are always protected
459           by channel specific keys.  Channel Keys are distributed by
460           SILC_PACKET_CHANNEL_KEY packet.
461
462           Payload of the packet:  See section 2.3.9 Channel Message 
463                                   Payload
464
465
466      8    SILC_PACKET_CHANNEL_KEY
467
468           This packet is used to distribute new key for particular
469           channel.  Each channel has their own independent keys that
470           is used to protect the traffic on the channel.  Only server
471           may send this packet.  This packet may be sent to entity
472           that is indirectly connected to the sender.
473
474           Payload of the packet:  See section 2.3.10 Channel Key Payload
475
476
477      9    SILC_PACKET_PRIVATE_MESSAGE
478
479           This packet is used to send private messages from client
480           to another client.  By default, private messages are protected
481           by session keys established by normal key exchange protocol.
482           However, it is possible to use specific key to protect private
483           messages.  SILC_PACKET_PRIVATE_MESSAGE_KEY packet is used to 
484           agree the key with the remote client.  Pre-shared key may be 
485           used as well if both of the client knows it, however, it needs 
486           to be agreed outside SILC.  See more of this in [SILC1].
487
488           Payload of the packet:  See section 2.3.11 Private Message
489                                   Payload
490
491
492      10   SILC_PACKET_PRIVATE_MESSAGE_KEY
493
494           This packet is used to agree about a key to be used to protect
495           the private messages between two clients.  If this is not sent
496           the normal session key is used to protect the private messages
497           inside SILC network.  Agreeing to use specific key to protect
498           private messages adds security, as no server between the two
499           clients will be able to decrypt the private message.  However,
500           servers inside SILC network are considered to be trusted, thus
501           using normal session key to protect private messages does not
502           degree security.  Whether to agree to use specific keys by
503           default or to use normal session keys by default, is 
504           implementation specific issue.  See more of this in [SILC1].
505
506           Payload of the packet:  See section 2.3.12 Private Message
507                                   Key Payload
508
509
510      11   SILC_PACKET_COMMAND
511
512           This packet is used to send commands from client to server.
513           Server may send this packet to other servers as well.  All
514           commands are listed in their own section SILC Command Types
515           in [SILC1].  The contents of this packet is command specific.
516           This packet may be sent to entity that is indirectly connected
517           to the sender.
518
519           Payload of the packet:  See section 2.3.13 Command Payload
520
521
522      12   SILC_PACKET_COMMAND_REPLY
523
524           This packet is send as reply to the SILC_PACKET_COMMAND packet.
525           The contents of this packet is command specific.  This packet
526           maybe sent to entity that is indirectly connected to the sender.
527
528           Payload of the packet:  See section 2.3.14 Command Reply 
529                                   Payload and section 2.3.13 Command
530                                   Payload
531
532
533      13   SILC_PACKET_KEY_EXCHANGE
534
535           This packet is used to start SILC Key Exchange Protocol, 
536           described in detail in [SILC3].
537
538           Payload of the packet:  Payload of this packet is described
539                                   in the section SILC Key Exchange
540                                   Protocol and its sub sections in
541                                   [SILC3].
542
543
544      14   SILC_PACKET_KEY_EXCHANGE_1
545
546           This packet is used as part of the SILC Key Exchange Protocol.
547
548           Payload of the packet:  Payload of this packet is described
549                                   in the section SILC Key Exchange
550                                   Protocol and its sub sections in
551                                   [SILC3].
552
553
554      15   SILC_PACKET_KEY_EXCHANGE_2
555
556           This packet is used as part of the SILC Key Exchange Protocol.
557
558           Payload of the packet:  Payload of this packet is described
559                                   in the section SILC Key Exchange
560                                   Protocol and its sub sections in
561                                   [SILC3].
562
563
564      16   SILC_PACKET_CONNECTION_AUTH_REQUEST
565
566           This packet is used to request the authentication method to
567           be used in the SILC Connection Authentication Protocol.  If 
568           initiator of the protocol does not know the mandatory 
569           authentication method this packet is used to determine it.
570
571           The party receiving this payload must respond with the same
572           packet including the mandatory authentication method.
573
574           Payload of the packet:  See section 2.3.15 Connection Auth
575                                   Request Payload
576
577
578      17   SILC_PACKET_CONNECTION_AUTH
579
580           This packet is used to start and perform the SILC Connection
581           Authentication Protocol.  This protocol is used to authenticate
582           the connecting party.  The protocol is described in detail in
583           [SILC3].
584
585           Payload of the packet:  Payload of this packet is described
586                                   in the section SILC Authentication
587                                   Protocol and it sub sections in [SILC].
588
589
590      18   SILC_PACKET_NEW_ID
591
592           This packet is used to distribute new ID's from server to
593           router and from router to all routers in the SILC network.
594           This is used when for example new client is registered to
595           SILC network.  The newly created ID's of these operations are
596           distributed by this packet.  Only server may send this packet,
597           however, client must be able to receive this packet.
598
599           Payload of the packet:  See section 2.3.16 New ID Payload
600
601
602      19   SILC_PACKET_NEW_ID_LIST
603
604           This packet is used to distribute list of new ID's from
605           server to routers.  This is equivalent to previous packet
606           type except that it may include several ID's.  Client must
607           not send this packet.
608
609           Payload of the packet:  See section 2.3.17 New ID List 
610                                   Payload
611
612
613      20   SILC_PACKET_NEW_CLIENT
614
615           This packet is used by client to register itself to the
616           SILC network.  This is sent after key exchange and 
617           authentication protocols has been completed.  Client sends
618           various information about itself in this packet.
619
620           Payload of the packet:  See section 2.3.18 New Client Payload
621
622
623      21   SILC_PACKET_NEW_SERVER
624
625           This packet is used by server to register itself to the
626           SILC network.  This is sent after key exchange and 
627           authentication protocols has been completed.  Server sends
628           this to the router it connected to, or, if router was
629           connecting, to the connected router.  Server sends
630           its Server ID and other information in this packet.
631           Client must not send or receive this packet.
632
633           Payload of the packet:  See section 2.3.19 New Server Payload
634
635
636      22   SILC_PACKET_NEW_CHANNEL
637
638           This packet is used to notify routers about newly created
639           channel.  Channels are always created by the router and it must
640           notify other routers about the created channel.  Router sends
641           this packet to its primary route.  Client must not send this
642           packet.  This packet maybe sent to entity that is indirectly
643           connected to the sender.
644
645           Payload of the packet:  See section 2.3.20 New Channel Payload
646
647
648      23   SILC_PACKET_NEW_CHANNEL_USER
649
650           This packet is used to notify routers about new user on channel.
651           The packet is sent after user has joined to the channel.  Server
652           may send this packet to its router and router may send this to
653           its primary router.  Client must not send this packet.  This
654           packet maybe sent to entity that is indirectly connected to
655           the sender.
656
657           When received, the server or router must distribute
658           SILC_NOTIFY_TYPE_JOIN to local clients on the channel.
659
660           Payload of the packet:  See section 2.3.21 New Channel User
661                                   Payload
662
663
664      24   SILC_PACKET_NEW_CHANNEL_LIST
665
666           This packet is used to distribute list of created channels
667           from server to routers.  This is equivalent to the packet
668           SILC_PACKET_NEW_CHANNEL except that it may include several
669           payloads. Client must not send this packet.
670
671           Payload of the packet:  See section 2.3.22 New Channel List
672                                   Payload
673
674
675      25   SILC_PACKET_NEW_CHANNEL_USER_LIST
676
677           This packet is used to distribute list of users on specific
678           channel from server to routers.  This is equivalent to the
679           packet SILC_PACKET_NEW_CHANNEL_USER except that it may
680           include several payloads.  Client must not send this packet.
681
682           When received, the server or router must distribute
683           SILC_NOTIFY_TYPE_JOIN to local clients on the channel.
684
685           Payload of the packet:  See section 2.3.23 New Channel User
686                                   List Payload
687
688
689      26   SILC_PACKET_REPLACE_ID
690
691           This packet is used to replace old ID with new ID sent in
692           the packet payload.  For example, when client changes its
693           nickname new ID is created and this packet can be used to
694           distribute the new ID and the old ID is removed when it is
695           send in the packet.  Client cannot send or receive this
696           packet.  This packet maybe sent to entity that is indirectly
697           connected to the sender.
698
699           When received and the replaced ID is Client ID the server or
700           router must distribute SILC_NOTIFY_TYPE_NICK_CHANGE to the
701           local clients on the channels (if any) of the client whose
702           ID was changed.  However, the notify type must be sent only
703           once per client.
704
705           Payload of the packet:  See section 2.3.24 Replace ID Payload
706
707
708      27   SILC_PACKET_REMOVE_ID
709
710           This packet is used to removed ID.  For example, when client
711           exits SILC network its ID is removed.  Client must not send
712           this packet.  This packet maybe sent to entity that is
713           indirectly connected to the sender.
714
715           When received and the replaced ID is Client ID the server or
716           router must distribute SILC_NOTIFY_TYPE_SIGNOFF to the
717           local clients on the channels (if any) of the client whose
718           ID was changed.  However, the notify type must be sent only
719           once per client.
720
721           Payload of the packet:  See section 2.3.25 Remove ID Payload
722
723
724      28   SILC_PACKET_REMOVE_CHANNEL_USER
725
726           This packet is used to remove user from a channel.  This is
727           used by router to notify other routers in the network that a
728           client has left a channel.  This packet maybe sent to entity
729           that is indirectly connected to the sender.
730
731           When received, the server or router must distribute
732           SILC_NOTIFY_TYPE_LEAVEW to local clients on the channel.
733
734           Payload of the packet:  See section 2.3.26 Remove Channel User
735                                   Payload
736
737
738      29   SILC_PACKET_REKEY
739
740           This packet is used to indicate that re-key must be performed
741           for session keys.  See section Session Key Regeneration in
742           [SILC1] for more information.  This packet does not have
743           a payload.
744
745
746      30   SILC_PACKET_REKEY_DONE
747
748           This packet is used to indicate that re-key is performed and
749           new keys must be used hereafter.  This is sent only if re-key
750           was done without PFS option.  If PFS is set, this is not sent
751           as SILC Key Exchange protocol is executed.  This packet does
752           not have a payload.
753
754
755      31 - 199
756
757          Currently undefined commands.
758
759
760      200 - 254
761
762          These packet types are reserved for private use and they will not
763          be defined by this document.
764
765
766      255 SILC_PACKET_MAX
767
768          This type is reserved for future extensions and currently it 
769          is not sent.
770 .in 3
771
772
773 .ti 0
774 2.3.1 SILC Packet Payloads
775
776 All payloads resides in the main data area of the SILC packet.  However
777 all payloads must be at the start of the data area after the default
778 SILC packet header and padding.  All fields in the packet payload are
779 always encrypted, as, they reside in the data area of the packet which
780 is always encrypted.
781
782 Payloads described in this section are common payloads that must be
783 accepted anytime during SILC session.  Most of the payloads may only
784 be sent with specific packet type which is defined in the description
785 of the payload.
786
787 There are a lot of other payloads in the SILC as well.  However, they
788 are not common in the sense that they could be sent at any time. 
789 These payloads are not described in this section.  These are payloads
790 such as SILC Key Exchange payloads and so on.  These are described
791 in [SILC1] and [SILC3].
792
793
794 .ti 0
795 2.3.2 Generic payloads
796
797 This section describes generic payloads that are not associated to any
798 specific packet type.  They can be used for example inside some other
799 packet payloads.
800
801
802 .ti 0
803 2.3.2.1 ID Payload
804
805 This payload can be used to send an ID.  ID's are variable length thus
806 this payload provides a way to send variable length ID's.
807
808 Following diagram represents the ID Payload.
809
810 .in 5
811 .nf
812                      1                   2                   3
813  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
814 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
815 |             ID Type           |           ID Length           |
816 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
817 |                                                               |
818 ~                           ID Data                             ~
819 |                                                               |
820 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
821 .in 3
822
823 .ce
824 Figure 3:  ID Payload
825
826
827 .in 6
828 o ID Type (2 bytes) - Indicates the type of the ID.  See 
829   section 2.4 SILC ID Types for list of defined ID types.
830
831 o ID Length (2 bytes) - Length of the ID Data area not 
832   including the length of any other fields in the payload.
833
834 o ID Data (variable length) - The actual ID data.
835 .in 3
836
837
838 .ti 0
839 2.3.2.2 Argument Payload
840
841 Argument Payload is used to set arguments for any packet payload that
842 needs and supports arguments, such as commands.  Number of arguments
843 associated with a packet must be indicated by the packet payload who
844 needs the arguments. Argument Payloads must always reside right after
845 the packet payload needing the arguments.  Incorrect amount of argument
846 payloads must cause rejection of the packet.  Following diagram represents
847 the Argument Payload.
848
849
850 .in 5
851 .nf
852                      1                   2                   3
853  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
854 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
855 |         Payload Length        | Argument Type |               |
856 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               +
857 |                                                               |
858 ~                        Argument Data                          ~
859 |                                                               |
860 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
861 .in 3
862
863 .ce
864 Figure 4:  Argument Payload
865
866
867 .in 6
868 o Payload Length (2 bytes) - Length of the argument payload data 
869   area not including the length of any other fields in the 
870   payload.
871
872 o Argument Type (1 byte) - Indicates the type of the argument.  
873   Every argument may have a specific type that must be defined
874   by the packet payload needing the argument.  For example
875   every command specify a number for each argument that maybe 
876   associated with the command.  By using this number the receiver 
877   of the packet knows what type of argument this is.  If there is
878   no specific argument type this field is set to zero (0).
879
880 o Argument Data (variable length) - Argument data.
881 .in 3
882
883
884 .ti 0
885 2.3.3 Disconnect Payload
886
887 Disconnect payload is sent upon disconnection.  The payload is simple;
888 reason of disconnection is sent to the disconnected party.
889
890 The payload may only be sent with SILC_PACKET_DISCONNECT packet.  It
891 must not be sent in any other packet type.  Following diagram represents
892 the Disconnect Payload.
893
894
895
896
897
898
899
900 .in 5
901 .nf
902                      1                   2                   3
903  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
904 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
905 |                                                               |
906 ~                      Disconnect Message                       ~
907 |                                                               |
908 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
909 .in 3
910
911 .ce
912 Figure 5:  Disconnect Payload
913
914
915
916
917 .in 6
918 o Disconnect Message (variable length) - Human readable
919   reason of the disconnection.
920 .in 3
921
922
923 .ti 0
924 2.3.4 Success Payload
925
926 Success payload is sent when some protocol execution is successfully
927 completed.  The payload is simple; indication of the success is sent.
928 This maybe any data, including binary or human readable data.
929
930 .in 5
931 .nf
932                      1                   2                   3
933  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
934 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
935 |                                                               |
936 ~                      Success Indication                       ~
937 |                                                               |
938 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
939 .in 3
940
941 .ce
942 Figure 6:  Success Payload
943
944
945 .in 6
946 o Success Indication (variable length) - Indication of
947   the success.  This maybe for example some flag that
948   indicates the protocol and the success status or human
949   readable success message.  The true length of this
950   payload is available by calculating it from the SILC
951   Packet Header.
952 .in 3
953
954
955 .ti 0
956 2.3.5 Failure Payload
957
958 This is opposite of Success Payload.  Indication of failure of
959 some protocol is sent in the payload.
960
961
962 .in 5
963 .nf
964                      1                   2                   3
965  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
966 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
967 |                                                               |
968 ~                      Failure Indication                       ~
969 |                                                               |
970 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
971 .in 3
972
973 .ce
974 Figure 7:  Failure Payload
975
976
977 .in 6
978 o Failure Indication (variable length) - Indication of
979   the failure.  This maybe for example some flag that
980   indicates the protocol and the failure status or human
981   readable failure message.  The true length of this
982   payload is available by calculating it from the SILC
983   Packet Header.
984 .in 3
985
986
987 .ti 0
988 2.3.6 Reject Payload
989
990 This payload is sent when some protocol is rejected to be executed.
991 Other operations may send this as well that was rejected.  The
992 indication of the rejection is sent in the payload.  The indication
993 may be binary or human readable data.
994
995
996 .in 5
997 .nf
998                      1                   2                   3
999  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1000 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1001 |                                                               |
1002 ~                       Reject Indication                       ~
1003 |                                                               |
1004 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1005 .in 3
1006
1007 .ce
1008 Figure 8:  Reject Payload
1009
1010
1011 .in 6
1012 o Reject Indication (variable length) - Indication of
1013   the rejection.  This maybe for example some flag that
1014   indicates the protocol and the rejection status or human
1015   readable rejection message.  The true length of this
1016   payload is available by calculating it from the SILC
1017   Packet Header.
1018 .in 3
1019
1020
1021
1022
1023
1024 .ti 0
1025 2.3.7 Notify Payload
1026
1027 Notify payload is used to send notify messages.  The payload is usually
1028 sent from server to client, however, server may send it to another
1029 server as well.  This payload may also be sent to a channel.  Client must
1030 not send this payload.  The receiver of this payload may totally ignore the
1031 contents of the payload, however, notify message should be noted and
1032 possibly logged.
1033
1034 The payload may only be sent with SILC_PACKET_NOTIFY packet.  It must
1035 not be sent in any other packet type.  Following diagram represents the
1036 Notify Payload.
1037
1038 .in 5
1039 .nf
1040                      1                   2                   3
1041  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1042 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1043 |          Notify Type          |        Payload Length         |
1044 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1045 | Argument Nums |
1046 +-+-+-+-+-+-+-+-+
1047 .in 3
1048
1049 .ce
1050 Figure 9:  Notify Payload
1051
1052
1053 .in 6
1054 o Notify Type (2 bytes) - Indicates the type of the notify
1055   message.
1056
1057 o Payload Length (2 bytes) - Length of the entire Notify Payload
1058   including any associated Argument Payloads.
1059
1060 o Argument Nums (2 bytes) - Indicates the number of Argument
1061   Payloads associated to this payload.  Notify types may define
1062   arguments to be send along the notify message.
1063 .in 3
1064
1065 Following list of currently defined notify types.  The format for notify
1066 arguments is same as in SILC commands described in [SILC1].  Also, all
1067 ID's sent in arguments are sent inside ID Payload.
1068
1069 .in 6
1070 0     SILC_NOTIFY_TYPE_NONE
1071
1072       If no specific notify type apply for the notify message this type
1073       may be used.
1074
1075       Max Arguments:  1
1076           Arguments:  (1) <message>
1077
1078       The <message> is implementation specific free text string.  Receiver
1079       may ignore this message.
1080
1081
1082 1     SILC_NOTIFY_TYPE_INVITE
1083
1084       Sent when receiver has been invited to a channel.  This type must be
1085       sent directly to the invited client.
1086
1087       Max Arguments:  2
1088           Arguments:  (1) <Client ID>  (2) <Channel ID>
1089
1090       The <Client ID> is the client who invites the receiver of this type 
1091       to channel indicated by <Channel ID>.
1092
1093
1094 2     SILC_NOTIFY_TYPE_JOIN
1095
1096       Sent when client has joined to a channel.  The server must distribute
1097       this type only to the local clients on the channel and then send
1098       SILC_PACKET_NEW_CHANNEL_USER packet to its primary route.  The router
1099       or server receiving the packet distributes this type to the local
1100       clients on the channel.  See description of SILC_PACKET_NEW_CHANNEL_USER
1101       packet for more information.
1102
1103       Max Arguments:  1
1104           Arguments:  (1) <Client ID>
1105
1106       The <Client ID> is the client that joined to the channel.
1107
1108
1109 3     SILC_NOTIFY_TYPE_LEAVE
1110
1111       Sent when client has left a channel.  The server must distribute
1112       this type only to the local clients on the channel and then send
1113       SILC_PACKET_REMOVE_CHANNEL_USER packet to its primary route.  The
1114       router or server receiving the packet distributes this type to the
1115       local clients on the channel.  See description of 
1116       SILC_PACKET_REMOVE_CHANNEL_USER packet for more information.
1117
1118       Max Arguments:  1
1119           Arguments:  (1) <Client ID>
1120
1121       The <Client ID> is the client who left the channel.
1122
1123
1124 4     SILC_NOTIFY_TYPE_SIGNOFF
1125
1126       Sent when client signoffs from SILC network.  This type is sent only
1127       if the client was joined to any channel.  This type is sent by server
1128       or router when SILC_PACKET_REMOVE_ID packet has been received.  See
1129       detailed information from description of SILC_PACKET_REMOVE_ID packet.
1130
1131       Max Arguments:  1
1132           Arguments:  (1) <Client ID>
1133
1134       The <Client ID> is the client who left SILC network.
1135
1136
1137 5     SILC_NOTIFY_TYPE_TOPIC_SET
1138
1139       Sent when topic is set/changed on a channel.  This type must be sent
1140       only to the clients who is joined on the channel whose topic was
1141       set or changed.
1142
1143       Max Arguments:  2
1144           Arguments:  (1) <Client ID>  (2) <topic>
1145
1146       The <Client ID> is the client who set or changed the <topic>.
1147
1148
1149 6     SILC_NOTIFY_TYPE_NICK_CHANGE
1150
1151       Sent when client changes nick on a channel.  This type is sent only if
1152       the client has joined to any channel.  This type is sent by server or
1153       router when SILC_PACKET_REPLACE_ID packet has been received.  See 
1154       detailed information from description of SILC_PACKET_REPLACE_ID packet.
1155
1156       Max Arguments:  2
1157           Arguments:  (1) <Old Client ID>  (2) <New Client ID>
1158
1159       The <Old Client ID> is the old ID of the client who changed the 
1160       nickname.  The <New Client ID> is the new ID generated by the change
1161       of the nickname.
1162
1163
1164 7     SILC_NOTIFY_TYPE_CMODE_CHANGE
1165
1166       Sent when channel mode has changed.  This type must be sent only to
1167       the clients who is joined on the channel whose mode was changed.
1168
1169       Max Arguments:  2
1170           Arguments:  (1) <Client ID>  (2) <mode mask>
1171
1172       The <Client ID> is the client who changed the mode.  The <mode mask>
1173       is the new mode mask of the channel.
1174
1175
1176 8     SILC_NOTIFY_TYPE_CUMODE_CHANGE
1177
1178       Sent when user mode on channel has changed.  This type must be sent
1179       only to the clients who is joined on the channel where the target 
1180       client is on.
1181
1182       Max Arguments: 3
1183           Arguments:  (1) <Client ID>  (2) <mode mask>
1184                       (3) <Target Client ID>
1185
1186       The <Client ID> is the client who changed the mode.  The <mode mask>
1187       is the new mode mask of the channel.  The <Target Client ID> is the
1188       client whose mode was changed.
1189
1190
1191 9     SILC_NOTIFY_TYPE_MOTD
1192
1193       Sent when Message of the Day (motd) is sent to client.
1194
1195       Max Arguments:  1
1196           Arguments:  (1) <motd>
1197
1198       The <motd> is the Message of the Day.
1199 .in 3
1200
1201 Notify types starting from 16384 are reserved for private notify
1202 message types.
1203
1204
1205 .ti 0
1206 2.3.8 Error Payload
1207
1208 Error payload is sent upon error.  Error may occur in various
1209 conditions when server sends this packet.  Client may not send this
1210 payload but must be able to accept it.  However, client may
1211 totally ignore the contents of the packet as server is going to
1212 take action on the error anyway.  However, it is recommended
1213 that the client takes error packet seriously.
1214
1215
1216 .in 5
1217 .nf
1218                      1                   2                   3
1219  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1220 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1221 |                                                               |
1222 ~                         Error Message                         ~
1223 |                                                               |
1224 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1225 .in 3
1226
1227 .ce
1228 Figure 10:  Error Payload
1229
1230
1231 .in 6
1232 o Error Message (variable length) - Human readable error
1233   message.
1234 .in 3
1235
1236
1237 .ti 0
1238 2.3.9 Channel Message Payload
1239
1240 Channel messages are the most common messages sent in the SILC.
1241 Channel Message Payload is used to send message to channels.  These
1242 messages can only be sent if client has joined to some channel.
1243 Even though this packet is the most common in SILC it is still
1244 special packet.  Some special handling on sending and reception
1245 of channel message is required.
1246
1247 Padding must be applied into this payload since the payload is
1248 encrypted separately from other parts of the packet with the
1249 channel specific key.  Hence the requirement of the padding.  
1250 The padding should be random data.  The packet must be made
1251 multiple by eight (8) or by the block size of the cipher, which
1252 ever is larger.
1253
1254 The SILC header in this packet is encrypted with the session key
1255 of the next receiver of the packet.  Nothing else is encrypted
1256 with that key.  Thus, the actual packet and padding to be
1257 encrypted with the session key is SILC Header plus padding to it
1258 to make it multiple by eight (8) or multiple by the block size
1259 of the cipher, which ever is larger.
1260
1261 Receiver of the the channel message packet is able to determine
1262 the channel the message is destined to by checking the destination
1263 ID from the SILC Packet header which tells the destination channel.
1264 The original sender of the packet is also determined by checking
1265 the source ID from the header which tells the client who sent
1266 the message.
1267
1268 The payload may only be sent with SILC_PACKET_CHANNEL_MESSAGE packet.
1269 It  must not be sent in any other packet type.  Following diagram 
1270 represents the Channel Message Payload.
1271
1272 (*) indicates that the field is not encrypted.
1273
1274
1275 .in 5
1276 .nf
1277                      1                   2                   3
1278  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1279 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1280 |         Message Length        |                               |
1281 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1282 |                                                               |
1283 ~                         Message Data                          ~
1284 |                                                               |
1285 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1286 |        Padding Length         |                               |
1287 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1288 |                                                               |
1289 ~                            Padding                            ~
1290 |                                                               |
1291 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1292 |                                                               |
1293 ~                       Initial Vector *                        ~
1294 |                                                               |
1295 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1296 .in 3
1297
1298 .ce
1299 Figure 11:  Channel Message Payload
1300
1301
1302 .in 6
1303 o Message Length (2 bytes) - Indicates the length of the
1304   the Message Data field in the payload, not including any 
1305   other field.
1306
1307 o Message Data (variable length) - The actual message to
1308   the channel.
1309
1310 o Padding Length (2 bytes) - Indicates the length of the
1311   Padding field in the payload, not including any other
1312   field.
1313
1314 o Padding (variable length) - The padding that must be
1315   applied because this payload is encrypted separately from
1316   other parts of the packet.
1317
1318 o Initial Vector (variable length) - The initial vector
1319   that has been used in packet encryption.  It needs to be
1320   used in the packet decryption as well.  What this field
1321   includes is implementation issue.  However, it is 
1322   recommended that it would be random data or, perhaps,
1323   a timestamp.  It is not recommended to use zero (0) as
1324   initial vector.  This field is not encrypted.  This field
1325   is not included into the padding calculation.  Length
1326   of this field equals the cipher's block size.  This field
1327   is, however, authenticated.
1328 .in 3
1329
1330
1331 .ti 0
1332 2.3.10 Channel Key Payload
1333
1334 All traffic in channels are protected by channel specific keys.
1335 Channel Key Payload is used to distribute channel keys to all
1336 clients on the particular channel.  Channel keys are sent when
1337 the channel is created, when new user joins to the channel and
1338 whenever a user has left a channel.  Server creates the new
1339 channel key and distributes it to the clients by encrypting this
1340 payload with the session key shared between the server and
1341 the client.  After that, client starts using the key received
1342 in this payload to protect the traffic on the channel.
1343
1344 Channel keys are cell specific thus every router in cell have
1345 to create a channel key and distribute it if any client in the
1346 cell has joined to a channel.  Channel traffic between cell's
1347 are not encrypted using channel keys, they are encrypted using
1348 normal session keys between two routers.  Inside a cell, all
1349 channel traffic is encrypted with the specified channel key.
1350 Channel key should expire periodically, say, in one hour, in
1351 which case new channel key is created and distributed.
1352
1353 The payload may only be sent with SILC_PACKET_CHANNEL_KEY packet.
1354 It must not be sent in any other packet type.  Following diagram 
1355 represents the Channel Key Payload.
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369 .in 5
1370 .nf
1371                      1                   2                   3
1372  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1373 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1374 |       Channel ID Length       |                               |
1375 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1376 |                                                               |
1377 ~                          Channel ID                           ~
1378 |                                                               |
1379 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1380 |      Cipher Name Length       |                               |
1381 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1382 |                                                               |
1383 ~                         Cipher Name                           ~
1384 |                                                               |
1385 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1386 |      Channel Key Length       |                               |
1387 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1388 |                                                               |
1389 ~                         Channel Key                           ~
1390 |                                                               |
1391 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1392 .in 3
1393
1394 .ce
1395 Figure 12:  Channel Key Payload
1396
1397
1398
1399 .in 6
1400 o Channel ID Length (2 bytes) - Indicates the length of the
1401   Channel ID field in the payload, not including any other
1402   field.
1403
1404 o Channel ID (variable length) - The Channel ID of the
1405   channel this key is meant for.
1406
1407 o Cipher Name Length (2 bytes) - Indicates the length of the
1408   Cipher name field in the payload, not including any other
1409   field.
1410
1411 o Cipher Name (variable length) - Name of the cipher used
1412   in the protection of channel traffic.  This name is
1413   initially decided by the creator of the channel but it
1414   may change during the life time of the channel as well.
1415
1416 o Channel Key Length (2 bytes) - Indicates the length of the
1417   Channel Key field in the payload, not including any other
1418   field.
1419
1420 o Channel Key (variable length) - The actual channel key
1421   material.  This key is used as such as key material for
1422   encryption function.
1423 .in 3
1424
1425
1426 .ti 0
1427 2.3.11 Private Message Payload
1428
1429 Private Message Payload is used to send private message between
1430 two clients (or users for that matter).  The messages are sent only
1431 to the specified user and no other user inside SILC network is
1432 able to see the message.  The message is protected by the session 
1433 key established by the SILC Key Exchange Protocol.  However,
1434 it is also possible to agree to use specific keys to protect
1435 just the private messages.  See section 2.3.11 Private Message
1436 Key Payload for detailed description of how to agree to use
1437 specific key.
1438
1439 If normal session key is used to protect the message, every
1440 server between the sender client and the receiving client needs
1441 to decrypt the packet and always re-encrypt it with the session
1442 key of the next receiver of the packet.  See section Client
1443 To Client in [SILC1].
1444
1445 When specific key is used to protect the message, servers between 
1446 the sender and the receiver needs not to decrypt/re-encrypt the 
1447 packet.  Section 4.8.2 Client To Client in [SILC1] gives example of
1448 this scheme as well.
1449
1450 The payload may only be sent with SILC_PACKET_PRIVATE_MESSAGE 
1451 packet.  It must not be sent in any other packet type.  Following 
1452 diagram represents the Private Message Payload.
1453
1454
1455 .in 5
1456 .nf
1457                      1                   2                   3
1458  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1459 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1460 |        Nickname Length        |                               |
1461 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1462 |                                                               |
1463 ~                            Nickname                           ~
1464 |                                                               |
1465 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1466 |                                                               |
1467 ~                          Message Data                         ~
1468 |                                                               |
1469 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1470 .in 3
1471
1472 .ce
1473 Figure 13:  Private Message Payload
1474
1475
1476 .in 6
1477 o Nickname Length (2 bytes) - Indicates the length of the
1478   Nickname field, not including any other field.
1479
1480 o Nickname (variable length) - Nickname of the sender of the 
1481   private message.  This should not be trusted as a definite 
1482   sender of the private message.  The SILC Packet Header in 
1483   the packet indicates the true sender of the packet and 
1484   client should verify that the nickname sent here belongs 
1485   to the Client ID in the SILC Packet Header.  This nickname 
1486   is merely provided to be displayed by the client.
1487
1488 o Message Data (variable length) - The actual message to
1489   the client.  Rest of the packet is reserved for the message
1490   data.
1491 .in 3
1492
1493
1494 .ti 0
1495 2.3.12 Private Message Key Payload
1496
1497 This payload is used to send key from client to another client that
1498 is going to be used to protect the private messages between these
1499 two clients.  If this payload is not sent normal session key 
1500 established by the SILC Key Exchange Protocol is used to protect
1501 the private messages.
1502
1503 This payload may only be sent by client to another client.  Server
1504 must not send this payload at any time.  After sending this payload
1505 the sender of private messages must set the Private Message Key
1506 flag into SILC Packet Header.
1507
1508 The payload may only be sent with SILC_PACKET_PRIVATE_MESSAGE_KEY 
1509 packet.  It must not be sent in any other packet type.  Following 
1510 diagram represents the Private Message Key Payload.
1511
1512
1513 .in 5
1514 .nf
1515                      1                   2                   3
1516  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1517 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1518 |  Private Message Key Length   |                               |
1519 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1520 |                                                               |
1521 ~                      Private Message Key                      ~
1522 |                                                               |
1523 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1524 .in 3
1525
1526 .ce
1527 Figure 14:  Private Message Key Payload
1528
1529
1530
1531
1532 .in 6
1533 o Private Message Key Length (2 bytes) - Indicates the length 
1534   of the Private Message Key field in the payload, not including 
1535   any other field.
1536
1537 o Private Message Key (variable length) - The actual private
1538   message key material.  This key is used as such as key material 
1539   for encryption function.
1540 .in 3
1541
1542
1543 .ti 0
1544 2.3.13 Command Payload
1545
1546 Command Payload is used to send SILC commands from client to server.
1547 Also server may send commands to other servers.  Following diagram
1548 represents the Command Payload.
1549
1550
1551 .in 5
1552 .nf
1553                      1                   2                   3
1554  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1555 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1556 |         Payload Length        | SILC Command  | Arguments Num |
1557 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1558 |        Command Unifier        |
1559 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1560 .in 3
1561
1562 .ce
1563 Figure 15:  Command Payload
1564
1565
1566 .in 6
1567 o Payload Length (2 bytes) - Length of the entire command 
1568   payload including any command argument payloads associated 
1569   with this payload.
1570
1571 o SILC Command (1 byte) - SILC Command identifier.  This must 
1572   be set to non-zero value.  If zero (0) value is found in this 
1573   field the packet must be discarded.
1574
1575 o Arguments Num (1 byte) - Indicates the number of arguments
1576   associated with the command.  If there are no arguments this
1577   field is set to zero (0).  The arguments must follow the 
1578   command payload.  See section 2.3.2.2 for definition of the
1579   Argument Payload.
1580
1581 o Command Unifier (2 bytes) - Unifies this command at the
1582   sender's end.  The entity who replies to this command must
1583   set the value found from this field into the Command Payload
1584   used to send the reply to the sender.  This way the sender
1585   can identify which command reply belongs to which originally
1586   sent command.  What this field includes is implementation
1587   issue but it is recommended that wrapping counter value is
1588   used in the field.  Value zero (0) in this field means that
1589   no specific value is set.
1590 .in 3
1591
1592 See [SILC1] for detailed description of different SILC commands,
1593 their arguments and their reply messages.
1594
1595
1596 .ti 0
1597 2.3.14 Command Reply Payload
1598
1599 Command Reply Payload is used to send replies to the commands.  The
1600 Command Reply Payload is identical to the Command Payload thus see the
1601 upper sections for Command Payload and for Command Argument Payload
1602 specifications.  Command Reply message uses the Command Argument Payload
1603 as well.
1604
1605 The entity who sends the reply packet must set the Command Unifier
1606 field in the reply packet's Command Payload to the value it received
1607 in the original command packet.
1608
1609 See SILC Commands in [SILC1] for detailed description of different
1610 SILC commands, their arguments and their reply messages.
1611
1612
1613 .ti 0
1614 2.3.15 Connection Auth Request Payload
1615
1616 Client may send this payload to server to request the authentication
1617 method that must be used in authentication protocol.  If client knows 
1618 this information beforehand this payload is not necessary to be sent.
1619 Server performing authentication with another server may also send
1620 this payload to request the authentication method.  If the connecting
1621 server already knows this information this payload is not necessary
1622 to be sent.
1623
1624 Server receiving this request must reply with same payload sending
1625 the mandatory authentication method.  Algorithms that may be required
1626 to be used by the authentication method are the ones already 
1627 established by the SILC Key Exchange protocol.  See section Key
1628 Exchange Start Payload in [SILC3] for detailed information.
1629
1630 The payload may only be sent with SILC_PACKET_CONNECTION_AUTH_REQUEST
1631 packet.  It must not be sent in any other packet type.  Following 
1632 diagram represents the Connection Auth Request Payload.
1633
1634
1635 .in 5
1636 .nf
1637                      1                   2                   3
1638  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1639 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1640 |        Connection Type        |     Authentication Method     |
1641 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1642 .in 3
1643
1644 .ce
1645 Figure 16:  Connection Auth Request Payload
1646
1647
1648 .in 6
1649 o Connection Type (2 bytes) - Indicates the type of the ID.
1650   Following connection types are defined:
1651
1652      1    Client connection
1653      2    Server connection
1654      3    Router connection
1655
1656   If any other type is found in this field the packet must be
1657   discarded and the authentication must be failed.
1658
1659 o Authentication Method (2 bytes) - Indicates the authentication
1660   method to be used in the authentication protocol.  Following
1661   authentication methods are defined:
1662
1663
1664
1665      0    NONE        (mandatory)
1666      1    password    (mandatory)
1667      2    public key  (mandatory)
1668
1669   If any other type is found in this field the packet must be
1670   discarded and the authentication must be failed.  If this
1671   payload is sent as request to receive the mandatory 
1672   authentication method this field must be set to zero (0),
1673   indicating that receiver should send the mandatory 
1674   authentication method.  The receiver sending this payload
1675   to the requesting party, may also set this field to zero (0) 
1676   to indicate that authentication is not required.  In this
1677   case authentication protocol still must be started but
1678   server is most likely to respond with SILC_PACKET_SUCCESS
1679   immediately.
1680 .in 3
1681
1682
1683 .ti 0
1684 2.3.16 New ID Payload
1685
1686 New ID Payload is a multipurpose payload.  It is used to send newly 
1687 created ID's from clients and servers.  When client connects to server
1688 and registers itself to the server by sending SILC_PACKET_NEW_CLIENT
1689 packet, server replies with this packet by sending the created ID for
1690 the client.  Server always creates the ID for the client.
1691
1692 This payload is also used when server tells its router that new client
1693 has registered to the SILC network.  In this case the server sends
1694 the Client ID of the client to the router.  Similary when router
1695 distributes information to other routers about the client in the SILC
1696 network this payload is used.  
1697
1698 Also, when server connects to router, router uses this payload to inform
1699 other routers about new server in the SILC network.  However, every 
1700 server (or router) creates their own ID's thus the ID distributed by 
1701 this payload is not created by the distributor in this case.  Servers
1702 create their own ID's.  Server registers itself to the network by sending
1703 SILC_PACKET_NEW_SERVER to the router it connected to.  The case is same
1704 when router connects to another router.
1705
1706 Hence, this payload is very important and used every time when some
1707 new entity is registered to the SILC network.  Client never sends this
1708 payload.  Both client and server (and router) may receive this payload.
1709
1710 The packet uses generic ID Payload as New ID Payload.  See section
1711 2.3.2.1 for generic ID Payload.
1712
1713
1714 .ti 0
1715 2.3.17 New ID List Payload
1716
1717 New ID List Payload is used to distribute list of ID's usually from 
1718 server to router but also from router to other routers in the network.
1719 This payload is used, for example, when server is connected to router
1720 and the server wants to distribute all of its locally connected clients
1721 and locally created channels to the router.  It is convenient in this
1722 case to use this payload instead of sending all the information one
1723 by one using New ID Payload.
1724
1725 There is no specific payload for this packet type.  The packet type
1726 uses same payload as described in previous section.  To form a list
1727 several payloads is put in the packet each after each.  The payload
1728 is variable in length but can be calculated by calculating the ID
1729 Type field, Length field and the ID Data fields together.  This forms
1730 one New ID Payload in the list.
1731
1732 The list of payloads may only be sent with SILC_PACKET_NEW_ID_LIST
1733 packet.  They must not be sent in any other packet type.
1734
1735
1736 .ti 0
1737 2.3.18 New Client Payload
1738
1739 When client is connected to the server, keys has been exchanged and
1740 connection has been authenticated client must register itself to the 
1741 server.  Clients first packet after key exchange and authentication 
1742 protocols must be SILC_PACKET_NEW_CLIENT.  This payload tells server all
1743 the relevant information about the connected user.  Server creates a new
1744 client ID for the client when received this payload and sends it to the
1745 client in New ID Payload.
1746
1747 This payload sends username and real name of the user on the remote host
1748 which is connected to the SILC server with SILC client.  The server 
1749 creates the client ID according the information sent in this payload.
1750 The nickname of the user becomes the username sent in this payload.
1751 However, client should call NICK command after sending this payload to
1752 set the real nickname of the user which is then used to create new 
1753 client ID.
1754
1755 The payload may only be sent with SILC_PACKET_NEW_CLIENT packet.  It
1756 must not be sent in any other packet type.  Following diagram represents
1757 the New Client Payload.
1758
1759
1760
1761 .in 5
1762 .nf
1763                      1                   2                   3
1764  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1765 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1766 |        Username Length        |                               |
1767 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1768 |                                                               |
1769 ~                           Username                            ~
1770 |                                                               |
1771 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1772 |       Real Name Length        |                               |
1773 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1774 |                                                               |
1775 ~                           Real Name                           ~
1776 |                                                               |
1777 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1778 .in 3
1779
1780 .ce
1781 Figure 17:  New Client Payload
1782
1783
1784 .in 6
1785 o Username Length (2 bytes) - Length of the username.
1786
1787 o Username (variable length) - The username of the user on
1788   the host where connecting to the SILC server.
1789
1790 o Real Name Length (2 bytes) - Length of the Real Name.
1791
1792 o Real Name (variable length) - The real name of the user
1793   on the host where connecting to the SILC server.
1794 .in 3
1795
1796
1797 .ti 0
1798 2.3.19 New Server Payload
1799
1800 This payload is sent by server when it has completed successfully both
1801 key exchange and connection authentication protocols.  The server
1802 uses this payload to register itself to the SILC network.  The
1803 first packet after these key exchange and authentication protocols
1804 is SILC_PACKET_NEW_SERVER packet.  The payload includes the Server ID
1805 of the server that it has created by itself.  It also includes a
1806 name of the server that is associated to the Server ID.
1807
1808 The payload may only be sent with SILC_PACKET_NEW_SERVER packet.  It
1809 must not be sent in any other packet type.  Following diagram represents
1810 the New Server Payload.
1811
1812
1813
1814
1815
1816 .in 5
1817 .nf
1818                      1                   2                   3
1819  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1820 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1821 |       Server ID Length        |                               |
1822 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1823 |                                                               |
1824 ~                        Server ID Data                         ~
1825 |                                                               |
1826 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1827 |     Server Name Length        |                               |
1828 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1829 |                                                               |
1830 ~                          Server Name                          ~
1831 |                                                               |
1832 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1833 .in 3
1834
1835 .ce
1836 Figure 18:  New Server Payload
1837
1838
1839 .in 6
1840 o Server ID Length (2 bytes) - Length of the ID Data area not 
1841   including the length of any other fields in the payload.
1842
1843 o Server ID Data (variable length) - The actual Server ID
1844    data.
1845
1846 o Server Name Length (2 bytes) - Length of the server name.
1847
1848 o Server Name (variable length) - The server name.
1849 .in 3
1850
1851
1852 .ti 0
1853 2.3.20 New Channel Payload
1854
1855 Information about newly created channel is broadcasted to all routers
1856 in the SILC network by sending this packet payload.  Channels are
1857 created by router of the cell.  Server never creates channels unless
1858 it is a standalone server and it does not have router connection,
1859 in this case server acts as router.  Normal server forwards JOIN command
1860 to the router (after it has received JOIN command from client) which
1861 then processes the command and creates the channel.  Client never sends
1862 this packet.
1863
1864 The payload may only be sent with SILC_PACKET_NEW_CHANNEL packet.
1865 It must not be sent in any other packet type.  Following diagram
1866 represents the New Channel Payload.
1867
1868
1869
1870
1871 .in 5
1872 .nf
1873                      1                   2                   3
1874  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1875 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1876 |      Channel Name Length      |                               |
1877 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1878 |                                                               |
1879 ~                         Channel Name                          ~
1880 |                                                               |
1881 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1882 |       Channel ID Length       |                               |
1883 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1884 |                                                               |
1885 ~                          Channel ID                           ~
1886 |                                                               |
1887 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1888 .in 3
1889
1890 .ce
1891 Figure 19:  New Channel Payload
1892
1893
1894
1895 .in 6
1896 o Channel Name Length (2 bytes) - Length of the channel name.
1897
1898 o Channel Name (variable length) - The name of the created
1899   channel.
1900
1901 o Channel ID Length (2 bytes) - Length of the Channel ID.
1902
1903 o Channel ID (variable length) - The created Channel ID.
1904 .in 3
1905
1906
1907 .ti 0
1908 2.3.21 New Channel User Payload
1909
1910 When client (user) joins to a channel, server must notify routers
1911 about the new user on the channel.  Normal server sends this packet
1912 payload to its router which then broadcasts the packet further.
1913 Router sends this packet always to its primary router.  Client must
1914 not send this packet payload.  The mode of the user is NONE after 
1915 user has joined to the channel.
1916
1917 The payload may only be sent with SILC_PACKET_NEW_CHANNEL_USER 
1918 packet.  It must not be sent in any other packet type.  Following 
1919 diagram represents the New Channel User Payload.
1920
1921
1922
1923
1924
1925
1926 .in 5
1927 .nf
1928                      1                   2                   3
1929  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
1930 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1931 |       Channel ID Length       |                               |
1932 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1933 |                                                               |
1934 ~                          Channel ID                           ~
1935 |                                                               |
1936 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1937 |       Client ID Length        |                               |
1938 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1939 |                                                               |
1940 ~                           Client ID                           ~
1941 |                                                               |
1942 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1943 .in 3
1944
1945 .ce
1946 Figure 20:  New Channel User Payload
1947
1948
1949 .in 6
1950 o Channel ID Length (2 bytes) - Length of the Channel ID.
1951
1952 o Channel ID (variable length) - The Channel ID of the channel
1953   to which the client has joined.
1954
1955 o Client ID Length (2 bytes) - Length of the Client ID.
1956
1957 o Client ID (variable length) - The Client ID of the client
1958   who has joined the channel.
1959 .in 3
1960
1961
1962 .ti 0
1963 2.3.22 New Channel List Payload
1964
1965 This payload is used to distribute list of new channels from server
1966 to routers.  It might convenient to send list of new channels when
1967 existing server connects to router, instead of sending them one
1968 by one.
1969
1970 There is no specific payload for this packet type.  The packet type
1971 uses same payload as described in 2.3.19 New Channel Payload.  To form
1972 a list several payloads is put in the packet each after each.  The
1973 payload is variable in length but can be calculated by calculating
1974 the length of the fields together.  This forms one New Channel Payload
1975 in the list.
1976
1977 The list of payloads may only be sent with SILC_PACKET_NEW_CHANNEL_LIST
1978 packet.  They must not be sent in any other packet type.
1979
1980
1981 .ti 0
1982 2.3.23 New Channel User List Payload
1983
1984 This payload is used to distribute list of channel users on specific
1985 channel from server to routers.  It might convenient to send list of
1986 channel users when existing server connects to router, instead of
1987 sending them one by one.
1988
1989 There is no specific payload for this packet type.  The packet type
1990 uses same payload as described in 2.3.20 New Channel User Payload.
1991 To form a list several payloads is put in the packet each after each.
1992 The payload is variable in length but can be calculated by calculating
1993 the length of the fields together.  This forms one New Channel User
1994 Payload in the list.
1995
1996 The list of payloads may only be sent with packet
1997 SILC_PACKET_NEW_CHANNEL_USER_LIST. They must not be sent in any other
1998 packet type.
1999
2000
2001 .ti 0
2002 2.3.24 Replace ID Payload
2003
2004 This payload is used to replace old ID with new ID sent in the payload.
2005 When ID changes for some entity and the new ID is wanted to replace the
2006 old one this payload must be used.  Client cannot send or receive this
2007 payload.  Normal server and router server may send and receive this
2008 payload.  After this packet has been sent the old ID must not be used
2009 anymore.
2010
2011 The payload may only be sent with SILC_PACKET_REPLACE_ID packet.  It must
2012 not be sent in any other packet type.  Following diagram represents the 
2013 Replace Payload Payload.
2014
2015
2016
2017 .in 5
2018 .nf
2019                      1                   2                   3
2020  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2021 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2022 |          Old ID Type          |         Old ID Length         |
2023 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2024 |                                                               |
2025 ~                         Old ID Data                           ~
2026 |                                                               |
2027 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2028 |          New ID Type          |         New ID Length         |
2029 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2030 |                                                               |
2031 ~                         New ID Data                           ~
2032 |                                                               |
2033 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2034 .in 3
2035
2036 .ce
2037 Figure 21:  Replace ID Payload
2038
2039
2040 .in 6
2041 o Old ID Type (2 bytes) - Indicates the type of the old ID.  See 
2042   section 2.4 SILC ID Types for list of defined ID types.
2043
2044 o Old ID Length (2 bytes) - Length of the old ID Data area not 
2045   including the length of any other fields in the payload.
2046
2047 o Old ID Data (variable length) - The actual old ID data.
2048
2049 o New ID Type (2 bytes) - Indicates the type of the new ID.  See 
2050   section 2.4 SILC ID Types for list of defined ID types.
2051
2052 o New ID Length (2 bytes) - Length of the new ID Data area not 
2053   including the length of any other fields in the payload.
2054
2055 o New ID Data (variable length) - The actual new ID data.
2056 .in 3
2057
2058
2059 .ti 0
2060 2.3.25 Remove ID Payload
2061
2062 Remove ID payload is used to remove ID from SILC network.  This is used
2063 for example when client exits SILC network.  The server must in this
2064 case send this payload to notify that this ID is not valid anymore.
2065 After this has been send the old ID must not be used anymore.  Client
2066 must not send this payload.
2067
2068 The packet uses generic ID Payload as New ID Payload.  See section
2069 2.3.2.1 for generic ID Payload.
2070
2071
2072 .ti 0
2073 2.3.26 Remove Channel User Payload
2074
2075 Remove Channel User payload is used to remove a user from a channel network
2076 wide.  This is used by routers to notify other routers that a user has
2077 left a channel.  As routers keep information about users on channels a
2078 user leaving channel must be removed from all routers.  Normal server may
2079 send this payload as well.  Client must not send this payload.
2080
2081 The payload may only be sent with SILC_PACKET_REMOVE_CHANNEL USER packet.
2082 It must not be sent in any other packet type.  Following diagram
2083 represents the Remove Payload Payload.
2084
2085
2086
2087
2088
2089 .in 5
2090 .nf
2091                      1                   2                   3
2092  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
2093 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2094 |      Client ID Length         |                               |
2095 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2096 |                                                               |
2097 ~                        Client ID Data                         ~
2098 |                                                               |
2099 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2100 |      Channel ID Length        |                               |
2101 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2102 |                                                               |
2103 ~                        Channel ID Data                        ~
2104 |                                                               |
2105 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2106 .in 3
2107
2108 .ce
2109 Figure 22:  Remove Channel User Payload
2110
2111
2112 .in 6
2113 o Client ID Length (2 bytes) - Length of the Client ID Data area
2114   not including the length of any other fields in the payload.
2115
2116 o Client ID Data (variable length) - The Client ID of the user
2117   that has left the channel.
2118
2119 o Channel ID Length (2 bytes) - Length of the Channel ID Data area
2120   not including the length of any other fields in the payload.
2121
2122 o Channel ID Data (variable length) - The Channel ID of the channel
2123   the user has left.
2124 .in 3
2125
2126
2127
2128 .ti 0
2129 2.4 SILC ID Types
2130
2131 ID's are extensively used in the SILC network to associate different
2132 entities.  Following ID's has been defined to be used in the SILC
2133 network.
2134
2135 .in 6
2136 0    No ID
2137
2138    When ever specific ID cannot be used this is used.
2139
2140 1    Server ID
2141
2142    Server ID to associate servers.  See the format of
2143    this ID in [SILC1].
2144
2145 2    Client ID
2146
2147    Client ID to associate clients.  See the format of
2148    this ID in [SILC1].
2149
2150 3    Channel ID
2151
2152    Channel ID to associate channels.  See the format of
2153    this ID in [SILC1].
2154 .in 3
2155
2156
2157 .ti 0
2158 2.5 Packet Encryption And Decryption
2159
2160 SILC packets are encrypted almost entirely.  Only small part of SILC
2161 header is not encrypted as described in section 5.2 SILC Packet Header.
2162 The SILC Packet header is the first part of a packet to be encrypted
2163 and it is always encrypted with the key of the next receiver of the
2164 packet.  The data payload area of the packet is always entirely 
2165 encrypted and it is usually encrypted with the next receiver's key.
2166 However, there are some special packet types and packet payloads
2167 that require special encryption process.  These special cases are
2168 described in the next sections.  First is described the normal packet
2169 encryption process.
2170
2171
2172 .ti 0
2173 2.5.1 Normal Packet Encryption And Decryption
2174
2175 Normal SILC packets are encrypted with the session key of the next
2176 receiver of the packet.  The entire SILC Packet header and the packet
2177 data payload is is also encrypted with the same key.  Padding of the
2178 packet is also encrypted always with the session key, also in special
2179 cases.  Computed MAC of the packet must not be encrypted.
2180
2181 Decryption process in these cases are straightforward.  The receiver
2182 of the packet must first decrypt the SILC Packet header, or some parts
2183 of it, usually first 16 bytes of it.  Then the receiver checks the
2184 packet type from the decrypted part of the header and can determine
2185 how the rest of the packet must be decrypted.  If the packet type is
2186 any of the special cases described in following sections the packet
2187 decryption is special.  If the packet type is not among those special
2188 packet types rest of the packet may be decrypted with the same key.
2189
2190 Also, note that two bytes of the SILC Packet header are not encrypted
2191 thus it must be noticed in the decryption process by starting the
2192 decryption from the second byte of the header.  This sets some rules
2193 to padding generation as well, see the section 2.7 Packet Padding
2194 Generation.
2195
2196 With out a doubt, this sort of decryption processing causes some
2197 overhead to packet decryption, but never the less, is required.
2198
2199
2200 .ti 0
2201 2.5.2 Channel Message Encryption And Decryption
2202
2203 Channel Messages (Channel Message Payload) are always encrypted with
2204 the channel specific key.  However, the SILC Packet header is not 
2205 encrypted with that key.  As in normal case, the header is encrypted
2206 with the key of the next receiver of the packet, who ever that might
2207 be.  Note that in this case the encrypted data area is not touched
2208 at all; it must not be re-encrypted with the session key.
2209
2210 Receiver of a channel message, who ever that is, is required to decrypt
2211 the SILC Packet header to be able to even recognize the packet to be as
2212 channel message.  This is same procedure as for normal SILC packets.
2213 As the receiver founds the packet to be channel message, rest of the
2214 packet processing is special.  Rest of the SILC Packet header is
2215 decrypted with the same session key along with the padding of the
2216 packet.  After that the packet is protected with the channel specific
2217 key and hence can be decrypted only if the receiver is the client on
2218 the channel.  See section 2.7 Packet Padding Generation for more
2219 information about padding on special packets.
2220
2221 If the receiver of the channel message is router who is routing the
2222 message to another router then it must decrypt the Channel Message
2223 payload.  Between routers (that is, between cells) channel messages
2224 are protected with session keys shared between the routers.  This
2225 causes another special packet processing for channel messages.  If
2226 the channel message is received from another router then the entire
2227 packet, including Channel Message payload, is encrypted with the
2228 session key shared between the routers.  In this case the packet
2229 decryption process is as with normal SILC packets.  Hence, if the
2230 router is sending channel message to another router the Channel
2231 Message payload must have been decrypted and must be re-encrypted
2232 with the session key shared between the another router.  In this
2233 case the packet encryption is as with any normal SILC packet.
2234
2235 It must be noted that this is only when the channel messages are sent
2236 from router to another router.  In all other cases the channel
2237 message encryption and decryption is as described above.  This
2238 different processing of channel messages with router to router
2239 connection is because channel keys are cell specific.  All cells has
2240 their own channel keys thus the channel message traveling from one
2241 cell to another must be protected as it would be any normal SILC
2242 packet.
2243
2244
2245 .ti 0
2246 2.5.3 Private Message Encryption And Decryption
2247
2248 By default, private message in SILC are protected by session keys.
2249 In this case the private message encryption and decryption process is
2250 equivalent to normal packet encryption and decryption.
2251
2252 However, private messages can be protected with private message key
2253 which causes the packet to be special packet.  The procedure in this
2254 case is very much alike to channel packets.  The actual private message
2255 is encrypted with the private message key and other parts of the
2256 packet is encrypted with the session key.  See 2.7 Packet Padding
2257 Generation for more information about padding on special packets.
2258
2259 The difference from channel message processing is that server or router
2260 en route never decrypts the actual private message, as it does not
2261 have the key to do that.  Thus, when sending packets between router
2262 the processing is same as in any other case as well; the packet's header
2263 and padding is protected by the session key and the data area is not
2264 touched.
2265
2266 The true receiver of the private message, client, that is, is able
2267 to decrypt the private message as it shares the key with the sender
2268 of the message.
2269
2270
2271 .ti 0
2272 2.6 Packet MAC Generation
2273
2274 Data integrity of a packet is protected by including a message
2275 authentication code (MAC) at the end of the packet.  The MAC is computed
2276 from shared secret MAC key, that is established by the SILC Key Exchange
2277 protocol, and from the original contents of the packet.  The MAC is
2278 always computed before the packet is encrypted, although after it is
2279 compressed if compression is used.
2280
2281 The MAC is computed from entire packet.  Every bit of data in the packet,
2282 including SILC Packet Header is used in the MAC computing.  This way
2283 the entire packet becomes authenticated.
2284
2285 If the packet is special packet MAC is computed from the entire packet
2286 but part of the packet may be encrypted before the MAC is computed.
2287 This is case, for example, with channel messages where the message data
2288 is encrypted with key that server may not now.  In this case the MAC
2289 has been computed from the encrypted data.
2290
2291 See [SILC1] for defined and allowed MAC algorithms.
2292
2293
2294 .ti 0
2295 2.7 Packet Padding Generation
2296
2297 Padding is needed in the packet because the packet is encrypted.  It
2298 must always be multiple by eight (8) or multiple by the size of the
2299 cipher's block size, which ever is larger.  The padding is always
2300 encrypted.
2301
2302 For normal packets the padding is added after the SILC Packet Header
2303 and between the Data Payload area.  The padding for normal packets
2304 are calculated as follows:
2305
2306 .in 6
2307 padding length = 16 - ((packet length - 2) % 16)
2308 .in 3
2309
2310 The 16 is the maximum padding allowed in SILC packet.  Two (2) is 
2311 subtracted from the true length of the packet because two (2) bytes
2312 is not encrypted in SILC Packet Header, see section 2.2 SILC Packet
2313 Header.  Those two bytes that are not encrypted must not be calculated
2314 to the padding length.
2315
2316 For special packets the padding calculation may be different as special
2317 packets may be encrypted differently.  In these cases the encrypted
2318 data area must already be multiple by the block size thus in this case
2319 the padding is calculated only for SILC Packet Header, not for any
2320 other area of the packet.  The same algorithm works in this case as
2321 well, except that the `packet length' is now the SILC Packet Header
2322 length.  In this case, as well, two (2) is subtracted from the
2323 length.
2324
2325 The padding must be random data, preferably, generated by 
2326 cryptographically strong random number generator.
2327
2328
2329 .ti 0
2330 2.8 Packet Compression
2331
2332 SILC Packets may be compressed.  In this case the data payload area
2333 is compressed and all other areas of the packet must remain as they
2334 are.  After compression is performed for the data area, the length
2335 field of Packet Header must be set to the compressed length of the
2336 data.
2337
2338 The compression must always be applied before encryption.  When
2339 the packet is received and decrypted the data area must be decompressed.
2340 Note that the true sender of the packet must apply the compression and
2341 the true receiver of the packet must apply the decompression.  Any
2342 server or router en route must not decompress the packet.
2343
2344
2345
2346 .ti 0
2347 2.9 Packet Sending
2348
2349 The sender of the packet must assemble the SILC Packet Header with
2350 correct values.  It must set the Source ID of the header as its own
2351 ID, unless it is forwarding the packet.  It must also set the Destination
2352 ID of the header to the true destination.  If the destination is client
2353 it will be Client ID, if it is server it will be Server ID and if it is
2354 channel it will be Channel ID.
2355
2356 If the sender wants to compress the packet it must apply the
2357 compression now.  Sender must also compute the padding as described
2358 in above sections.  Then sender must compute the MAC of the packet.
2359
2360 Then sender encrypts the packet as has been described in above
2361 sections according whether the packet is normal packet or special
2362 packet.  The computed MAC must not be encrypted.
2363
2364
2365 .ti 0
2366 2.10 Packet Reception
2367
2368 On packet reception the receiver must check that all fields in the
2369 SILC Packet Header are valid.  It must check the flags of the
2370 header and act accordingly.  It must also check the MAC of the packet
2371 and if it is to be failed the packet must be discarded.  Also if the
2372 header of the packet includes any bad fields the packet must be
2373 discarded.
2374
2375 See above sections on the decryption process of the received packet.
2376  
2377 The receiver must also check that the ID's in the header are valid
2378 ID's.  Unsupported ID types or malformed ID's must cause packet
2379 rejection.  The padding on the reception is always ignored.
2380
2381 The receiver must also check the packet type and start parsing the
2382 packet according to the type.  However, note the above sections on
2383 special packet types and their parsing.
2384
2385
2386 .ti 0
2387 2.11 Packet Routing
2388
2389 Routers are the primary entities in the SILC network that takes care
2390 of packet routing.  However, normal servers routes packets as well, for
2391 example, when they are routing channel message to the local clients.
2392 Routing is quite simple as every packet tells the true origin and the
2393 true destination of the packet.
2394
2395 It is still recommended for routers that has several routing connections
2396 to create route cache for those destinations that has faster route than
2397 the router's primary route.  This information is available for the router
2398 when other router connects to the router.  The connecting party then
2399 sends all of its locally connected clients, server and channels.  These
2400 informations helps to create the route cache.  Also, when new channels
2401 are created to a cell its information is broadcasted to all routers
2402 in the network.  Channel ID's are based on router's ID thus it is easy
2403 to create route cache based on these informations.  If faster route for
2404 destination does not exist in router's route cache the packet must be
2405 routed to the primary route (default route).
2406
2407 For server who receives a packet to be routed to its locally connected
2408 client the server must check whether the particular packet type is
2409 allowed to be routed to the client.  Not all packets may be sent by
2410 some odd entity to client that is indirectly connected to the sender.
2411 See section 2.3 SILC Packet Types and paragraph about indirectly connected
2412 entities and sending packets to them.  The section mentions the packets
2413 that may be sent to indirectly connected entities.  It is clear that some
2414 server cannot send, for example, disconnect packet to client that is not
2415 directly connected to the server.
2416
2417
2418 .ti 0
2419 2.12 Packet Forwarding
2420
2421 Currently SILC command packets may be forwarded from one entity to another.
2422 Any other packet currently cannot be forwarded but support for more packet
2423 types may be added if needed.  Forwarding is usually used by server to
2424 forward some command request coming from client to the router as the server
2425 may be incapable to handle the request.  Forwarding may be only one hop
2426 long; the receiver of the packet with Forwarded flag set in the SILC   
2427 Packet header must not forward the packet any further.
2428
2429 The normal scenario is that client sends JOIN command to the server which
2430 is not able to create the channel as there are no local clients on the
2431 channel.  Channels are created always by the router of the cell thus the
2432 packet must be forwarded to the router.  The server forwards the original
2433 packet coming from client to the router after it has set the Forwarded
2434 flag to the SILC Packet header.
2435
2436 Router receiving the packet knows that the packet has to be processed
2437 specially by checking the flags and the Forwarded flag in the SILC Packet
2438 header.  After router has joined the client to the channel (and perhaps
2439 created a new channel) it sends normal command reply packet to the
2440 client.  However, as the router doesn't have direct connection to the
2441 client the packet is sent through the server.  Server detects that 
2442 the command reply packet is destined to the client and sends it to
2443 the client.
2444
2445
2446 .ti 0
2447 2.13 Packet Broadcasting
2448
2449 SILC packets may be broadcasted in SILC network.  However, only router
2450 server may send or receive broadcast packets.  Client and normal server
2451 must not send broadcast packets and they must ignore broadcast packets
2452 if they receive them.  Broadcast packets are sent by setting Broadcast
2453 flag to the SILC packet header.
2454
2455 Broadcasting packets means that the packet is sent to all routers in
2456 the SILC network, except to the router that sent the packet.  The router
2457 receiving broadcast packet must send the packet to its primary route.
2458 The fact that SILC routers may have several router connections may
2459 cause problems, such as race conditions inside the SILC network, if
2460 care is not taken when broadcasting packets.  Router must not send
2461 the broadcast packet to any other route except to its primary route.
2462
2463 If the primary route of the router is the original sender of the packet
2464 the packet must not be sent to the primary route.  This may happen
2465 if router has several router connections and some other router uses
2466 the router as its primary route.
2467
2468 Routers use broadcast packets to broadcast for example information
2469 about newly registered clients, servers, channels etc. so that all the
2470 routers may keep these informations up to date.
2471
2472
2473 .ti 0
2474 2.14 Packet Tunneling
2475
2476 Tunneling is a feature that is available in SILC protocol.  Tunneling
2477 means that extra SILC Packet Header is applied to the original packet
2478 and thus hiding the original packet entirely.  There can be some
2479 interesting applications using tunneling, such as, using ID's based on
2480 private network IP addresses inside in the tunneled packet.  This can
2481 open many interesting features relating to connecting to private network
2482 from the Internet with SILC and many more.  However, this feature is
2483 optional currently in SILC as there does not exist thorough analysis of
2484 this feature.  It is with out a doubt that there will be many more
2485 applications that has not yet been discovered.  Thus, it is left
2486 to Internet Community to investigate the use of tunneling in SILC
2487 protocol.  This document is updated according those investigations
2488 and additional documents on the issue may be written.
2489
2490
2491 .ti 0
2492 3 Security Considerations
2493
2494 Security is central to the design of this protocol, and these security
2495 considerations permeate the specification.  Common security considerations
2496 such as keeping private keys truly private and using adequate lengths for 
2497 symmetric and asymmetric keys must be followed in order to maintain the   
2498 security of this protocol.
2499
2500
2501 .ti 0
2502 4 References
2503
2504 [SILC1]      Riikonen, P., "Secure Internet Live Conferencing (SILC),
2505              Protocol Specification", Internet Draft, June 2000.
2506
2507 [SILC3]      Riikonen, P., "SILC Key Exchange and Authentication 
2508              Protocols", Internet Draft, June 2000.
2509
2510 [IRC]        Oikarinen, J., and Reed D., "Internet Relay Chat Protocol",
2511              RFC 1459, May 1993.
2512
2513 [SSH-TRANS]  Ylonen, T., et al, "SSH Transport Layer Protocol", 
2514              Internet Draft.
2515
2516 [PGP]        Callas, J., et al, "OpenPGP Message Format", RFC 2440,
2517              November 1998.
2518
2519 [SPKI]       Ellison C., et al, "SPKI Certificate Theory", RFC 2693,
2520              September 1999.
2521
2522 [PKIX-Part1] Housley, R., et al, "Internet X.509 Public Key 
2523              Infrastructure, Certificate and CRL Profile", RFC 2459,
2524              January 1999.
2525
2526 [Schneier]   Schneier, B., "Applied Cryptography Second Edition",
2527              John Wiley & Sons, New York, NY, 1996.
2528
2529 [Menezes]    Menezes, A., et al, "Handbook of Applied Cryptography",
2530              CRC Press 1997.
2531
2532 [OAKLEY]     Orman, H., "The OAKLEY Key Determination Protocol",
2533              RFC 2412, November 1998.
2534
2535 [ISAKMP]     Maughan D., et al, "Internet Security Association and
2536              Key Management Protocol (ISAKMP)", RFC 2408, November
2537              1998.
2538
2539 [IKE]        Harkins D., and Carrel D., "The Internet Key Exchange
2540              (IKE)", RFC 2409, November 1998.
2541
2542 [HMAC]       Krawczyk, H., "HMAC: Keyed-Hashing for Message
2543              Authentication", RFC 2104, February 1997.
2544
2545
2546
2547
2548
2549
2550 .ti 0
2551 5 Author's Address
2552
2553 .nf
2554 Pekka Riikonen
2555 Kasarmikatu 11 A4
2556 70110 Kuopio
2557 Finland
2558
2559 EMail: priikone@poseidon.pspt.fi
2560
2561 This Internet-Draft expires 6 Jun 2001