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