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