Merged silc_1_0_branch to trunk.
[silc.git] / doc / draft-riikonen-silc-pp-08.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 11 February 2004
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-08.txt                           11 February 2004
20 Expires: 11 August 2004
21
22 .in 3
23
24 .ce 2
25 SILC Packet Protocol
26 <draft-riikonen-silc-pp-08.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 [SILC1].  This protocol describes
57 the packet types and packet payloads which defines the contents of the
58 packets.  The protocol provides secure binary packet protocol that
59 assures that the contents of the packets are secured and authenticated.
60
61
62
63
64
65
66
67
68
69 .ti 0
70 Table of Contents
71
72 .nf
73 1 Introduction ..................................................  3
74   1.1 Requirements Terminology ..................................  4
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 .................................... 15
81             2.3.2.1 ID Payload .................................. 15
82             2.3.2.2 Argument Payload ............................ 16
83             2.3.2.3 Argument List Payload ....................... 17
84             2.3.2.4 Channel Payload ............................. 18
85             2.3.2.5 Public Key Payload .......................... 19
86             2.3.2.6 Message Payload ............................. 19
87       2.3.3 Disconnect Payload .................................. 23
88       2.3.4 Success Payload ..................................... 23
89       2.3.5 Failure Payload ..................................... 24
90       2.3.6 Reject Payload ...................................... 25
91       2.3.7 Notify Payload ...................................... 25
92       2.3.8 Error Payload ....................................... 34
93       2.3.9 Channel Message Payload ............................. 35
94       2.3.10 Channel Key Payload ................................ 35
95       2.3.11 Private Message Payload ............................ 37
96       2.3.12 Private Message Key Payload ........................ 37
97       2.3.13 Command Payload .................................... 39
98       2.3.14 Command Reply Payload .............................. 40
99       2.3.15 Connection Auth Request Payload .................... 40
100       2.3.16 New ID Payload ..................................... 42
101       2.3.17 New Client Payload ................................. 42
102       2.3.18 New Server Payload ................................. 43
103       2.3.19 New Channel Payload ................................ 44
104       2.3.20 Key Agreement Payload .............................. 45
105       2.3.21 Resume Router Payload .............................. 46
106       2.3.22 File Transfer Payload .............................. 47
107       2.3.23 Resume Client Payload .............................. 48
108   2.4 SILC ID Types ............................................. 49
109   2.5 Packet Encryption And Decryption .......................... 49
110       2.5.1 Normal Packet Encryption And Decryption ............. 50
111       2.5.2 Channel Message Encryption And Decryption ........... 50
112       2.5.3 Private Message Encryption And Decryption ........... 51
113   2.6 Packet MAC Generation ..................................... 52
114   2.7 Packet Padding Generation ................................. 53
115   2.8 Packet Compression ........................................ 53
116   2.9 Packet Sending ............................................ 54
117   2.10 Packet Reception ......................................... 54
118   2.11 Packet Routing ........................................... 54
119   2.12 Packet Broadcasting ...................................... 56
120 3 Security Considerations ....................................... 56
121 4 References .................................................... 56
122 5 Author's Address .............................................. 58
123 6 Full Copyright Statement ...................................... 58
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:   Argument List Payload
134 Figure 6:   Channel Payload
135 Figure 7:   Public Key Payload
136 Figure 8:   Message Payload
137 Figure 9:   Disconnect Payload
138 Figure 10:  Success Payload
139 Figure 11:  Failure Payload
140 Figure 12:  Reject Payload
141 Figure 13:  Notify Payload
142 Figure 14:  Error Payload
143 Figure 15:  Channel Key Payload
144 Figure 16:  Private Message Key Payload
145 Figure 17:  Command Payload
146 Figure 18:  Connection Auth Request Payload
147 Figure 19:  New Client Payload
148 Figure 20:  New Server Payload
149 Figure 21:  Key Agreement Payload
150 Figure 22:  Resume Router Payload
151 Figure 23:  File Transfer Payload
152 Figure 24:  Resume Client Payload
153
154
155 .ti 0
156 1. Introduction
157
158 This document describes a Packet Protocol used in the Secure Internet
159 Live Conferencing (SILC) protocol specified in the Secure Internet Live
160 Conferencing, Protocol Specification [SILC1].  This protocol describes
161 the packet types and packet payloads which defines the contents of the
162 packets.  The protocol provides secure binary packet protocol that
163 assures that the contents of the packets are secured and authenticated.
164 The packet protocol is designed to be compact to avoid unnecessary
165 overhead as much as possible.  This makes the SILC suitable also in
166 environment of low bandwidth requirements such as mobile networks.  All
167 packet payloads can also be compressed to further reduce the size of
168 the packets.
169
170 All packets in SILC network are always encrypted and their integrity
171 is assured by computed MACs.  The protocol defines several packet types
172 and packet payloads.  Each packet type usually has a specific packet
173 payload that actually defines the contents of the packet.  Each packet
174 also includes a default SILC Packet Header that provides sufficient
175 information about the origin and the destination of the packet.
176
177
178 .ti 0
179 1.1 Requirements Terminology
180
181 The keywords MUST, MUST NOT, REQUIRED, SHOULD, SHOULD NOT, RECOMMENDED,
182 MAY, and OPTIONAL, when they appear in this document, are to be
183 interpreted as described in [RFC2119].
184
185
186 .ti 0
187 2 SILC Packet Protocol
188
189 .ti 0
190 2.1 SILC Packet
191
192 SILC packets deliver messages from sender to receiver securely by
193 encrypting important fields of the packet.  The packet consists of
194 default SILC Packet Header, Padding, Packet Payload data, and, packet
195 MAC.
196
197 The following diagram illustrates typical SILC packet.
198
199 .in 5
200 .nf
201  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
202 |   n bytes   | 1 - n bytes |      n bytes       |  n bytes
203 | SILC Header |   Padding   |    Data Payload    |    MAC
204  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
205 .in 3
206
207 .ce
208 Figure 1:  Typical SILC Packet
209
210
211 SILC Header is always the first part of the packet and its purpose
212 is to provide information about the packet.  It provides for example
213 the packet type, origin of the packet and the destination of the packet.
214 The header is variable in length.  See the following section for
215 description of SILC Packet header.  Packets without SILC header or
216 with malformed SILC header MUST be dropped.
217
218 Padding follows the packet header.  The purpose of the padding is to
219 make the packet multiple by eight (8) or by the block size of the
220 cipher used in the encryption, which ever is larger.  The maximum
221 length of padding is currently 128 bytes.  The padding is always
222 encrypted.  The padding is applied always, even if the packet is
223 not encrypted.  See the section 2.7 Padding Generation for more
224 detailed information.
225
226 Data payload area follows padding and it is the actual data of the
227 packet.  The packet data is the packet payloads defined in this
228 protocol.  The data payload area is always encrypted.
229
230 The last part of SILC packet is the packet MAC that assures the
231 integrity of the packet.  See the section 2.6 Packet MAC Generation
232 for more information.  If compression is used the compression is
233 always applied before encryption.
234
235 All fields in all packet payloads are always in MSB (most significant
236 byte first) order.
237
238
239 .ti 0
240 2.2 SILC Packet Header
241
242 The SILC packet header is applied to all SILC packets and it is
243 variable in length.  The purpose of SILC Packet header is to provide
244 detailed information about the packet.  The receiver of the packet
245 uses the packet header to parse the packet and gain other relevant
246 parameters of the packet.
247
248 The following diagram represents the SILC packet header.
249
250 .in 5
251 .nf
252                      1                   2                   3
253  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
254 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
255 |         Payload Length        |     Flags     |  Packet Type  |
256 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
257 |   Pad Length  |    RESERVED   | Source ID Len |  Dest ID Len  |
258 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
259 |  Src ID Type  |                                               |
260 +-+-+-+-+-+-+-+-+                                               +
261 |                                                               |
262 ~                           Source ID                           ~
263 |                                                               |
264 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
265 |  Dst ID Type  |                                               |
266 +-+-+-+-+-+-+-+-+                                               +
267 |                                                               |
268 ~                         Destination ID                        ~
269 |                                                               |
270 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
271 .in 3
272
273 .ce
274 Figure 2:  SILC Packet Header
275
276 .in 6
277 o Payload Length (2 bytes) - Indicates the length of the
278   packet not including the padding of the packet.
279
280 o Flags (1 byte) - Indicates flags to be used in packet
281   processing.  Several flags may be set by ORing the flags
282   together.
283
284   The following flags are reserved for this field:
285
286
287      No flags                  0x00
288
289        In this case the field is ignored.
290
291
292      Private Message Key       0x01
293
294        Indicates that the packet data MUST include private
295        message that is encrypted using private key set by
296        client.  Servers does not know this key and cannot
297        handle the packet, but passes it along.  See section
298        2.5.3 Private Message Encryption And Decryption for
299        more information.
300
301
302      List                      0x02
303
304        Indicates that the packet consists of list of
305        packet payloads indicated by the Packet Type field.
306        The payloads are added one after the other.  Note that
307        there are packet types that must not be used as
308        list.  Parsing of list packet is done by calculating
309        the length of each payload and parsing them one by
310        one.
311
312
313      Broadcast                 0x04
314
315        Marks the packet to be broadcasted.  Client and normal
316        server cannot send broadcast packets.  Only router server
317        may send broadcast packet.  The router receiving of packet
318        with this flag set MUST send (broadcast) the packet to
319        its primary route.  If router has several router connections
320        the packet may be sent only to the primary route.  See
321        section 2.12 Packet Broadcasting for description of
322        packet broadcasting.
323
324
325      Compressed                0x08
326
327        Marks that the payload of the packet is compressed.
328        The sender of the packet marks this flag when it
329        compresses the payload, and any server or router
330        en route to the recipient MUST NOT unset this flag.
331        See section 2.8 Packet Compression for description of
332        packet compressing.
333
334 .in 3
335
336 o Packet Type (1 byte) - Indicates the type of the packet.
337   Receiver uses this field to parse the packet.  See section
338   2.3 SILC Packets for list of defined packet types.
339
340 o Pad Length (1 byte) - Indicates the length of the padding
341   applied after the SILC Packet header.  Maximum length for
342   padding is 128 bytes.
343
344 o RESERVED (1 byte) - Reserved field and must include a
345   zero (0) value.
346
347 o Source ID Length (1 byte) - Indicates the length of the
348   Source ID field in the header, not including this or any
349   other fields.
350
351 o Destination ID Length (1 byte) - Indicates the length of the
352   Destination ID field in the header, not including this or
353   any other fields.
354
355 o Src ID Type (1 byte) - Indicates the type of ID in the
356   Source ID field.  See section 2.4 SILC ID Types for
357   defined ID types.
358
359 o Source ID (variable length) - The actual source ID that
360   indicates which is the original sender of the packet.
361
362 o Dst ID Type (1 byte) - Indicates the type of ID in the
363   Destination ID field.  See section 2.4 SILC ID Types for
364   defined ID types.
365
366 o Destination ID (variable length) - The actual destination
367   ID that indicates which is the end receiver of the packet.
368
369
370
371 .ti 0
372 2.3 SILC Packet Types
373
374 SILC packet types defines the contents of the packet and it is used by
375 the receiver to parse the packet.  The packet type is 8 bits in length.
376 The range for the packet types are from 0 - 255, where 0 is never sent and
377 255 is currently reserved for future extensions and MUST NOT be defined to
378 any other purpose.  Every SILC specification compliant implementation
379 SHOULD support all the following packet types.
380
381 The below list of the SILC Packet types includes reference to the packet
382 payload as well.  Packet payloads are the actual packet data area.  Each
383 packet type defines packet payload which usually may only be sent with
384 the specific packet type.
385
386 Most of the packets are packets that must be destined directly to entity
387 that is connected to the sender.  It is not allowed, for example, for a
388 router to send SILC_PACKET_DISCONNECT packet to client that is not
389 directly connected to the router.  However, there are some special packet
390 types that may be destined to some entity that the sender does not have
391 direct connection with.  These packets are for example private message
392 packets, channel message packets, command packets and some other packets
393 that may be broadcasted in the SILC network.  The following packet
394 desription list will define it separately if a packet is allowed to be
395 sent to indirectly connected entity.  Other packets MUST NOT be sent or
396 accepted, if sent, to indirectly connected entities.
397
398 Some packets MAY be sent as lists by adding the List flag to the Packet
399 Header and constructing multiple packet payloads one after the other.
400 When this is allowed it is separately defined in the following list.
401 Other packets MUST NOT be sent as list and the List flag MUST NOT be set.
402
403
404 List of SILC Packet types are defined as follows.
405
406 .in 1
407      0    SILC_PACKET_NONE
408
409           This type is reserved and it is never sent.
410
411
412      1    SILC_PACKET_DISCONNECT
413
414           This packet is sent to disconnect the remote end.  Reason of
415           the disconnection is sent inside the packet payload.
416
417           Payload of the packet:  See section 2.3.3 Disconnect Payload
418
419
420      2    SILC_PACKET_SUCCESS
421
422           This packet is sent upon successful execution of a protocol.
423           The status of the success is sent in the packet payload.
424
425           Payload of the packet:  See section 2.3.4 Success Payload
426
427
428      3    SILC_PACKET_FAILURE
429
430           This packet is sent upon failure of a protocol.  The status
431           of the failure is sent in the packet payload.
432
433           Payload of the packet:  See section 2.3.5 Failure Payload
434
435
436      4    SILC_PACKET_REJECT
437
438           This packet MAY be sent upon rejection of a protocol.  The
439           status of the rejection is sent in the packet payload.
440
441           Payload of the packet:  See section 2.3.6 Reject Payload
442
443
444      5    SILC_PACKET_NOTIFY
445
446           This packet is used to send notify message.  The packet is
447           usually sent between server and client, but also between
448           server and router.  Client MUST NOT send this packet.  Server
449           MAY destine this packet to channel as well when the packet is
450           distributed to all clients on the channel.  This packet MAY
451           be sent as list.
452
453           Payload of the packet:  See section 2.3.7 Notify Payload.
454
455
456      6    SILC_PACKET_ERROR
457
458           This packet is sent when an error occurs.  Server MAY
459           send this packet.  Client MUST NOT send this packet.  The
460           client MAY entirely ignore the packet, however, server is
461           most likely to take action anyway.  This packet MAY be sent
462           to entity that is indirectly connected to the sender.
463
464           Payload of the packet:  See section 2.3.8 Error Payload.
465
466
467      7    SILC_PACKET_CHANNEL_MESSAGE
468
469           This packet is used to send messages to channels.  The packet
470           includes Channel ID of the channel and the actual message to
471           the channel.  Messages sent to the channel are always protected
472           by channel specific keys.  This packet MAY be sent to entity
473           that is indirectly connected to the sender.
474
475           Payload of the packet:  See section 2.3.9 Channel Message
476                                   Payload
477
478
479      8    SILC_PACKET_CHANNEL_KEY
480
481           This packet is used to distribute new key for particular
482           channel when server generates it.  Each channel has their own
483           independent keys that is used to protect the traffic on the
484           channel.  It is also possible to use channel private keys that
485           are not server generated.  In this case this packet is not used.
486           Client MUST NOT send this packet.  This packet MAY be sent to
487           entity that is indirectly connected to the sender.
488
489           Payload of the packet:  See section 2.3.10 Channel Key Payload
490
491
492      9    SILC_PACKET_PRIVATE_MESSAGE
493
494           This packet is used to send private messages from client
495           to another client.  By default, private messages are protected
496           by session keys established by normal key exchange protocol.
497           However, it is possible to use specific key to protect private
498           messages.  See [SILC1] for private message key generation.
499           This packet MAY be sent to entity that is indirectly connected
500           to the sender.
501
502           Payload of the packet:  See section 2.3.11 Private Message
503                                   Payload
504
505
506      10   SILC_PACKET_PRIVATE_MESSAGE_KEY
507
508           This packet is OPTIONAL and sender of the packet can indicate
509           that a private message key should be used in private message
510           communication.  The actual key material is not sent in this
511           packet but must be either static or pre-shared key.  The
512           receiver of the packet is considered to be the responder
513           when processing the static or pre-shared key material as
514           defined in [SILC1] and [SILC3] for private message keys.
515           This packet MAY be sent to entity that is indirectly connected
516           to the sender.
517
518           Payload of the packet:  See section 2.3.12 Private Message
519                                   Key Payload
520
521
522      11   SILC_PACKET_COMMAND
523
524           This packet is used to send commands from client to server.
525           Server MAY send this packet to other servers as well.  All
526           commands are listed in their own section SILC Command Types
527           in [SILC4].  The contents of this packet is command specific.
528           This packet MAY be sent to entity that is indirectly connected
529           to the sender.
530
531           Payload of the packet:  See section 2.3.13 Command Payload
532
533
534      12   SILC_PACKET_COMMAND_REPLY
535
536           This packet is sent as reply to the SILC_PACKET_COMMAND packet.
537           The contents of this packet is command specific.  This packet
538           MAY be sent to entity that is indirectly connected to the
539           sender.  This packet MAY be sent as list.
540
541           Payload of the packet:  See section 2.3.14 Command Reply
542                                   Payload and section 2.3.13 Command
543                                   Payload
544
545
546      13   SILC_PACKET_KEY_EXCHANGE
547
548           This packet is used to start SILC Key Exchange Protocol,
549           described in detail in [SILC3].
550
551           Payload of the packet:  Payload of this packet is described
552                                   in the section SILC Key Exchange
553                                   Protocol and its sub sections in
554                                   [SILC3].
555
556
557      14   SILC_PACKET_KEY_EXCHANGE_1
558
559           This packet is used as part of the SILC Key Exchange Protocol.
560
561           Payload of the packet:  Payload of this packet is described
562                                   in the section SILC Key Exchange
563                                   Protocol and its sub sections in
564                                   [SILC3].
565
566
567      15   SILC_PACKET_KEY_EXCHANGE_2
568
569           This packet is used as part of the SILC Key Exchange Protocol.
570
571           Payload of the packet:  Payload of this packet is described
572                                   in the section SILC Key Exchange
573                                   Protocol and its sub sections in
574                                   [SILC3].
575
576
577      16   SILC_PACKET_CONNECTION_AUTH_REQUEST
578
579           This packet is used to request an authentication method to
580           be used in the SILC Connection Authentication Protocol.  If
581           initiator of the protocol does not know the mandatory
582           authentication method this packet MAY be used to determine it.
583           The party receiving this payload SHOULD respond with the same
584           packet including the mandatory authentication method.
585
586           Payload of the packet:  See section 2.3.15 Connection Auth
587                                   Request Payload
588
589
590      17   SILC_PACKET_CONNECTION_AUTH
591
592           This packet is used to start and perform the SILC Connection
593           Authentication Protocol.  This protocol is used to authenticate
594           the connecting party.  The protocol is described in detail in
595           [SILC3].
596
597           Payload of the packet:  Payload of this packet is described
598                                   in the section SILC Authentication
599                                   Protocol and it sub sections in [SILC].
600
601
602      18   SILC_PACKET_NEW_ID
603
604           This packet is used to distribute new IDs from server to
605           router and from router to all other routers in SILC network.
606           This is used when for example new client is registered to
607           SILC network.  The newly created IDs of these operations are
608           distributed by this packet.  Only server may send this packet,
609           however, client MUST be able to receive this packet.  This
610           packet MAY be sent to entity that is indirectly connected
611           to the sender.  This packet MAY be sent as list.
612
613           Payload of the packet:  See section 2.3.16 New ID Payload
614
615
616      19   SILC_PACKET_NEW_CLIENT
617
618           This packet is used by client to register itself to the
619           SILC network.  This is sent after key exchange and
620           authentication protocols has been completed.  Client sends
621           various information about itself in this packet to the server.
622
623           Payload of the packet:  See section 2.3.17 New Client Payload
624
625
626      20   SILC_PACKET_NEW_SERVER
627
628           This packet is used by server to register itself to the
629           SILC network.  This is sent after key exchange and
630           authentication protocols has been completed.  Server sends
631           this to the router it connected to, or, if router was
632           connecting, to the connected router.  Server sends its
633           Server ID and other information in this packet.  The client
634           MUST NOT send or receive this packet.
635
636           Payload of the packet:  See section 2.3.18 New Server Payload
637
638
639      21   SILC_PACKET_NEW_CHANNEL
640
641           This packet is used to notify routers about newly created
642           channel.  Channels are always created by the router and it MUST
643           notify other routers about the created channel.  Router sends
644           this packet to its primary route.  Client MUST NOT send this
645           packet.  This packet MAY be sent to entity that is indirectly
646           connected to the sender.  This packet MAY be sent as list.
647
648           Payload of the packet:  See section 2.3.19 New Channel Payload
649
650
651      22   SILC_PACKET_REKEY
652
653           This packet is used to indicate that re-key must be performed
654           for session keys.  See section Session Key Regeneration in
655           [SILC1] for more information.  This packet does not have
656           a payload.
657
658
659      23   SILC_PACKET_REKEY_DONE
660
661           This packet is used to indicate that re-key is performed and
662           new keys must be used hereafter.  This packet does not have a
663           payload.
664
665
666      24   SILC_PACKET_HEARTBEAT
667
668           This packet is used by clients, servers and routers to keep the
669           connection alive.  It is RECOMMENDED that all servers implement
670           keepalive actions and perform it to both direction in a link.
671           This packet does not have a payload.
672
673
674      25   SILC_PACKET_KEY_AGREEMENT
675
676           This packet is used by clients to request key negotiation
677           between another client in the SILC network.  If the negotiation
678           is started it is performed using the SKE protocol.  The result of
679           the negotiation, the secret key material, can be used for
680           example as private message key.  The server and router MUST NOT
681           send this packet.
682
683           Payload of the packet:  See section 2.3.20 Key Agreement Payload
684
685
686      26   SILC_PACKET_RESUME_ROUTER
687
688           This packet is used during backup router protocol when the
689           original primary router of the cell comes back online and wishes
690           to resume the position as being the primary router of the cell.
691
692           Payload of the packet:  See section 2.3.21 Resume Router Payload
693
694
695      27   SILC_PACKET_FTP
696
697           This packet is used to perform an file transfer protocol in the
698           SILC session with some entity in the network.  The packet is
699           multi purpose.  The packet is used to tell other entity in the
700           network that the sender wishes to perform an file transfer
701           protocol.  The packet is also used to actually tunnel the
702           file transfer protocol stream.  The file transfer protocol
703           stream is always protected with the SILC binary packet protocol.
704
705           Payload of the packet:  See section 2.3.22 File Transfer Payload
706
707
708      28   SILC_PACKET_RESUME_CLIENT
709
710           This packet is used to resume a client back to the network
711           after it has been detached.  A client is able to detach from
712           the network but the client is still valid client in the network.
713           The client may then later resume its session back by sending
714           this packet to a server.  Routers also use this packet to notify
715           other routers in the network that the detached client has resumed.
716
717           Payload of the packet:  See section 2.3.23 Resume Client Payload
718
719
720      29 - 199
721
722           Currently undefined commands.
723
724
725      200 - 254
726
727           These packet types are reserved for private use and they will
728           not be defined by this document.
729
730
731      255  SILC_PACKET_MAX
732
733           This type is reserved for future extensions and currently it
734           MUST NOT be sent.
735 .in 3
736
737
738 .ti 0
739 2.3.1 SILC Packet Payloads
740
741 All payloads resides in the main data area of the SILC packet.  However
742 all payloads MUST be at the start of the data area after the SILC
743 packet header and padding.  All fields in the packet payload are always
744 encrypted, as they reside in the data area of the packet which is
745 always encrypted.  Most of the payloads may only be sent with specific
746 packet type which is defined in the description of the payload.
747
748 There are some other payloads in SILC as well.  However, they are not
749 common in the sense that they could be sent at any time.  These payloads
750 are not described in this section.  These are payloads such as SILC
751 Key Exchange payloads and so on.  These are described in [SILC1],
752 [SILC3] and [SILC4].
753
754
755 .ti 0
756 2.3.2 Generic payloads
757
758 This section describes generic payloads that are not associated to any
759 specific packet type.  They can be used for example inside some other
760 packet payload.
761
762
763 .ti 0
764 2.3.2.1 ID Payload
765
766 This payload can be used to send an ID.  ID's are variable in length
767 thus this payload provides a way to send variable length ID.
768
769 The following diagram represents the ID Payload.
770
771 .in 5
772 .nf
773                      1                   2                   3
774  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
775 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
776 |             ID Type           |           ID Length           |
777 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
778 |                                                               |
779 ~                           ID Data                             ~
780 |                                                               |
781 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
782 .in 3
783
784 .ce
785 Figure 3:  ID Payload
786
787
788 .in 6
789 o ID Type (2 bytes) - Indicates the type of the ID.  See
790   section 2.4 SILC ID Types for list of defined ID types.
791
792 o ID Length (2 bytes) - Length of the ID Data area not
793   including the length of any other fields in the payload.
794
795 o ID Data (variable length) - The actual ID data.  The encoding
796   of the ID data is defined in section 2.4 SILC ID Types.
797 .in 3
798
799
800 .ti 0
801 2.3.2.2 Argument Payload
802
803 Argument Payload is used to set arguments for any packet payload that
804 need and support arguments, such as commands.  Number of arguments
805 associated with a packet MUST be indicated by the packet payload which
806 need the arguments.  Argument Payloads MUST always reside right after
807 the packet payload needing the arguments.  Incorrect amount of argument
808 payloads MUST cause rejection of the packet.
809
810 The following diagram represents the Argument Payload.
811
812 .in 5
813 .nf
814                      1                   2                   3
815  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
816 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
817 |          Data Length          | Argument Type |               |
818 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               +
819 |                                                               |
820 ~                        Argument Data                          ~
821 |                                                               |
822 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
823 .in 3
824
825 .ce
826 Figure 4:  Argument Payload
827
828
829 .in 6
830 o Data Length (2 bytes) - Length of the Argument Data field
831   not including the length of any other field in the payload.
832
833 o Argument Type (1 byte) - Indicates the type of the argument.
834   Every argument can have a specific type that are defined
835   by the packet payload needing the argument.  For example
836   every command specify a number for each argument that may be
837   associated with the command.  By using this number the receiver
838   of the packet knows what type of argument this is.  If there is
839   no specific argument type this field is set to zero (0) value.
840
841 o Argument Data (variable length) - Argument data.
842 .in 3
843
844
845 .ti 0
846 2.3.2.3 Argument List Payload
847
848 Argument List Payload is a list of Argument Payloads appended one
849 after the other.  The number of arguments is indicated in the
850 payload.
851
852 The following diagram represents the Argument List Payload.
853
854 .in 5
855 .nf
856                      1                   2                   3
857  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
858 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
859 |         Argument Nums         |                               |
860 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
861 |                                                               |
862 ~                        Argument Payloads                      ~
863 |                                                               |
864 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
865 .in 3
866
867 .ce
868 Figure 5:  Argument List Payload
869
870
871 .in 6
872 o Argument Nums (2 bytes) - Indicates the number of Argument
873   Payloads.  If zero (0) value is found in this field no
874   arguments are present.
875
876 o Argument Payloads (variable length) - The Argument Payloads
877   appended one after the other.  The payloads can be decoded
878   since the length of the payload is indicated in each of
879   the Argument Payload.
880 .in 3
881
882
883
884
885
886 .ti 0
887 2.3.2.4 Channel Payload
888
889 Generic Channel Payload may be used to send information about a channel,
890 its name, the Channel ID and a mode.
891
892 The following diagram represents the Channel Payload.
893
894
895 .in 5
896 .nf
897                      1                   2                   3
898  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
899 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
900 |      Channel Name Length      |                               |
901 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
902 |                                                               |
903 ~                         Channel Name                          ~
904 |                                                               |
905 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
906 |       Channel ID Length       |                               |
907 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
908 |                                                               |
909 ~                          Channel ID                           ~
910 |                                                               |
911 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
912 |                           Mode Mask                           |
913 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
914 .in 3
915
916 .ce
917 Figure 6:  New Channel Payload
918
919
920 .in 6
921 o Channel Name Length (2 bytes) - Length of the Channel Name
922   field.
923
924 o Channel Name (variable length) - The name of the channel.
925
926 o Channel ID Length (2 bytes) - Length of the Channel ID field.
927
928 o Channel ID (variable length) - The encoded Channel ID.
929
930 o Mode Mask (4 bytes) - A mode.  This can be the mode of the
931   channel but it can also be the mode of a client on the
932   channel.  The contents of this field is dependent of the
933   usage of this payload.  The usage is defined separately
934   when this payload is used.  This is a 32 bit MSB first value.
935 .in 3
936
937
938
939
940
941
942 .ti 0
943 2.3.2.5 Public Key Payload
944
945 Generic Public Key Payload may be used to send different type of
946 public keys and certificates.
947
948 The following diagram represents the Public Key Payload.
949
950 .in 5
951 .nf
952                      1                   2                   3
953  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
954 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
955 |       Public Key Length       |        Public Key Type        |
956 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
957 |                                                               |
958 ~                  Public Key (or certificate)                  ~
959 |                                                               |
960 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
961 .in 3
962
963 .ce
964 Figure 7:  Public Key Payload
965
966
967 .in 6
968 o Public Key Length (2 bytes) - The length of the Public Key
969   (or certificate) field, not including any other field.
970
971 o Public Key Type (2 bytes) - The public key (or certificate)
972   type.  This field indicates the type of the public key in
973   the packet.  See the [SILC3] for defined public key types.
974
975 o Public Key (or certificate) (variable length) - The
976   encoded public key or certificate data.
977 .in 3
978
979
980 .ti 0
981 2.3.2.6 Message Payload
982
983 Generic Message Payload can be used to send messages in SILC.  It
984 is used to send channel messages and private messages.
985
986 The following diagram represents the Message Payload.
987
988 (*) indicates that the field is not encrypted.
989
990
991
992
993
994
995
996
997
998 .in 5
999 .nf
1000                      1                   2                   3
1001  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
1002 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1003 |        Message  Flags         |         Message Length        |
1004 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1005 |                                                               |
1006 ~                         Message Data                          ~
1007 |                                                               |
1008 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1009 |        Padding Length         |                               |
1010 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1011 |                                                               |
1012 ~                            Padding                            ~
1013 |                                                               |
1014 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1015 |                                                               |
1016 ~                    Initialization Vector *                    ~
1017 |                                                               |
1018 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1019 |                                                               |
1020 ~                              MAC *                            ~
1021 |                                                               |
1022 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1023 .in 3
1024
1025 .ce
1026 Figure 8:  Message Payload
1027
1028
1029 .in 6
1030 o Message Flags (2 bytes) - Includes the Message Flags of the
1031   message.  The flags can indicate a reason or a purpose for
1032   the message.  The following Message Flags are defined:
1033
1034   0x0000  SILC_MESSAGE_FLAG_NONE
1035
1036           No specific flags set.
1037
1038   0x0001  SILC_MESSAGE_FLAG_AUTOREPLY
1039
1040           This message is an automatic reply to an earlier
1041           received message.
1042
1043   0x0002  SILC_MESSAGE_FLAG_NOREPLY
1044
1045           There should not be reply messages to this
1046           message.
1047
1048   0x0004  SILC_MESSAGE_FLAG_ACTION
1049
1050           The sender is performing an action and the message
1051           is the indication of the action.
1052
1053   0x0008  SILC_MESSAGE_FLAG_NOTICE
1054
1055           The message is for example an informational notice
1056           type message.
1057
1058   0x0010  SILC_MESSAGE_FLAG_REQUEST
1059
1060           This is a generic request flag to send request
1061           messages.  A separate document should define any
1062           payloads associated to this flag.
1063
1064   0x0020  SILC_MESSAGE_FLAG_SIGNED
1065
1066           This flag indicates that the message is signed
1067           with sender's private key and thus can be verified
1068           by the receiver using the sender's public key.  A
1069           separate document should define the detailed procedure
1070           of the signing process and any associated payloads
1071           for this flag.
1072
1073   0x0040  SILC_MESSAGE_FLAG_REPLY
1074
1075           This is a generic reply flag to send a reply to
1076           previously received request.  A separate document
1077           should define any payloads associated to this flag.
1078
1079   0x0080  SILC_MESSAGE_FLAG_DATA
1080
1081           This is a generic data flag, indicating that the
1082           message includes some data which can be interpreted
1083           in a specific way.  Using this flag any kind of data
1084           can be delivered inside message payload.  A separate
1085           document should define how this flag is interpreted
1086           and define any associated payloads.
1087
1088   0x0100  SILC_MESSAGE_FLAG_UTF8
1089
1090           This flag indicates that the message is UTF-8 encoded
1091           textual message.  When sending text messages in SILC
1092           this flag SHOULD be used.  When this flag is used the
1093           text sent as message MUST be UTF-8 encoded.
1094
1095   0x0200  SILC_MESSAGE_FLAG_ACK
1096
1097           This flag indicates the sender requires the recpipient
1098           to acknowledge the received message.  This same flag
1099           is used in the acknowledgement.  A separate document
1100           should define how the acknowledgement is performed.
1101
1102   0x0400 - 0x1000 RESERVED
1103
1104           Reserved for future flags.
1105
1106   0x2000 - 0x8000 PRIVATE RANGE
1107
1108           Private range for free use.
1109
1110 o Message Length (2 bytes) - Indicates the length of the
1111   Message Data field in the payload, not including any
1112   other field.
1113
1114 o Message Data (variable length) - The actual message data.
1115
1116 o Padding Length (2 bytes) - Indicates the length of the
1117   Padding field in the payload, not including any other
1118   field.
1119
1120 o Padding (variable length) - If this payload is used as
1121   channel messages, the padding MUST be applied because
1122   this payload is encrypted separately from other parts
1123   of the packet.  If this payload is used as private
1124   messages, the padding is present only when the payload
1125   is encrypted with private message key.  If encrypted
1126   with session keys this field MUST NOT be present and the
1127   Padding Length field includes a zero (0) value.  The
1128   padding SHOULD be random data.
1129
1130 o Initialization Vector (variable length) - This field MUST
1131   be present when this payload is used as channel messages.
1132   The IV SHOULD be random data for each channel message.
1133
1134   When encrypting private messages with session keys this
1135   field MUST NOT be present.  For private messages this
1136   field is present only when encrypting with a static
1137   private message key (pre-shared key).  If randomly
1138   generated key material is used this field MUST NOT be
1139   present.  Also, If Key Agreement (SKE) was used to
1140   negotiate fresh key material for private message key
1141   this field MUST NOT be present.  See the section 4.6
1142   in [SILC1] for more information about IVs when
1143   encrypting private messages.
1144
1145   This field includes the initialization vector used in message
1146   encryption.  It need to be used in the packet decryption
1147   as well.  Contents of this field depends on the encryption
1148   algorithm and encryption mode.  This field is not encrypted,
1149   is not included in padding calculation and its length
1150   equals to cipher's block size.  This field is authenticated
1151   by the message MAC.
1152
1153 o MAC (variable length) - The MAC computed from the
1154   Message Flags, Message Length, Message Data, Padding Length,
1155   Padding and Initialization Vector fields in that order.
1156   The MAC is computed after the payload is encrypted.  This
1157   is so called Encrypt-Then-MAC order; first encrypt, then
1158   compute MAC from ciphertext.  The MAC protects the integrity
1159   of the Message Payload.  Also, when used as channel messages
1160   it is possible to have multiple private channel keys set,
1161   and receiver can use the MAC to verify which of the keys
1162   must be used in decryption.  This field is not present
1163   when encrypting private messages with session key.  This
1164   field is not encrypted. This field is authenticated by
1165   the SILC packet MAC.
1166 .in 3
1167
1168
1169 .ti 0
1170 2.3.3 Disconnect Payload
1171
1172 Disconnect payload is sent upon disconnection.  Reason of the
1173 disconnection is sent to the disconnected party in the payload.
1174
1175 The payload may only be sent with SILC_PACKET_DISCONNECT packet.  It
1176 MUST NOT be sent in any other packet type.  The following diagram
1177 represents the Disconnect Payload.
1178
1179
1180 .in 5
1181 .nf
1182                      1                   2                   3
1183  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
1184 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1185 |    Status     |                                               |
1186 +-+-+-+-+-+-+-+-+                                               +
1187 |                                                               |
1188 ~                      Disconnect Message                       ~
1189 |                                                               |
1190 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1191 .in 3
1192
1193 .ce
1194 Figure 9:  Disconnect Payload
1195
1196 .in 6
1197 o Status (1 byte) - Indicates the Status Type, defined in [SILC3]
1198   for the reason of disconnection.
1199
1200 o Disconnect Message (variable length) - Human readable UTF-8
1201   encoded string indicating reason of the disconnection.  This
1202   field MAY be omitted.
1203 .in 3
1204
1205
1206 .ti 0
1207 2.3.4 Success Payload
1208
1209 Success payload is sent when some protocol execution is successfully
1210 completed.  The payload is simple; indication of the success is sent.
1211 This may be any data, including binary or human readable data, and
1212 it is protocol dependent.
1213
1214 .in 5
1215 .nf
1216                      1                   2                   3
1217  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
1218 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1219 |                                                               |
1220 ~                      Success Indication                       ~
1221 |                                                               |
1222 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1223 .in 3
1224
1225 .ce
1226 Figure 10:  Success Payload
1227
1228
1229 .in 6
1230 o Success Indication (variable length) - Indication of
1231   the success.  This may be for example some flag that
1232   indicates the protocol and the success status or human
1233   readable success message.  The true length of this
1234   payload is available by calculating it from the SILC
1235   Packet Header.
1236 .in 3
1237
1238
1239 .ti 0
1240 2.3.5 Failure Payload
1241
1242 This is opposite of Success Payload.  Indication of failure of
1243 some protocol is sent in the payload.
1244
1245 .in 5
1246 .nf
1247                      1                   2                   3
1248  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
1249 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1250 |                                                               |
1251 ~                      Failure Indication                       ~
1252 |                                                               |
1253 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1254 .in 3
1255
1256 .ce
1257 Figure 11:  Failure Payload
1258
1259
1260 .in 6
1261 o Failure Indication (variable length) - Indication of
1262   the failure.  This may be for example some flag that
1263   indicates the protocol and the failure status or human
1264   readable failure message.  The true length of this
1265   payload is available by calculating it from the SILC
1266   Packet Header.
1267 .in 3
1268
1269
1270 .ti 0
1271 2.3.6 Reject Payload
1272
1273 This payload is sent when some protocol is rejected to be executed.
1274 Other operations MAY send this as well that was rejected.  The
1275 indication of the rejection is sent in the payload.  The indication
1276 may be binary or human readable data and is protocol dependent.
1277
1278
1279 .in 5
1280 .nf
1281                      1                   2                   3
1282  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
1283 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1284 |                                                               |
1285 ~                       Reject Indication                       ~
1286 |                                                               |
1287 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1288 .in 3
1289
1290 .ce
1291 Figure 12:  Reject Payload
1292
1293
1294 .in 6
1295 o Reject Indication (variable length) - Indication of
1296   the rejection.  This maybe for example some flag that
1297   indicates the protocol and the rejection status or human
1298   readable rejection message.  The true length of this
1299   payload is available by calculating it from the SILC
1300   Packet Header.
1301 .in 3
1302
1303
1304
1305 .ti 0
1306 2.3.7 Notify Payload
1307
1308 Notify payload is used to send notify messages.  The payload is usually
1309 sent from server to client and from server to router.  It is also used
1310 by routers to notify other routers in the network.  This payload MAY also
1311 be sent to a channel.  Client MUST NOT send this payload.  When this
1312 packet is received by client it SHOULD process it.  Servers and routers
1313 MUST process notify packets.
1314
1315 The payload may only be sent with SILC_PACKET_NOTIFY packet.  It MUST
1316 NOT be sent in any other packet type.  The following diagram represents
1317 the Notify Payload.
1318
1319
1320
1321 .in 5
1322 .nf
1323                      1                   2                   3
1324  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
1325 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1326 |          Notify Type          |        Payload Length         |
1327 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1328 | Argument Nums |
1329 +-+-+-+-+-+-+-+-+
1330 .in 3
1331
1332 .ce
1333 Figure 13:  Notify Payload
1334
1335
1336 .in 6
1337 o Notify Type (2 bytes) - Indicates the type of the notify
1338   message.
1339
1340 o Payload Length (2 bytes) - Length of the entire Notify Payload
1341   including any associated Argument Payloads.
1342
1343 o Argument Nums (1 byte) - Indicates the number of Argument
1344   Payloads associated to this payload.  Notify types may define
1345   arguments to be sent along the notify message.
1346 .in 3
1347
1348 Following the list of currently defined notify types.  The format for
1349 notify arguments is same as in SILC commands described in [SILC4].
1350 Note that all IDs sent in arguments are sent inside ID Payload.  Also
1351 note that all strings sent as arguments MUST be UTF-8 [RFC3629] encoded,
1352 unless otherwise defined.  Also note that all public keys or
1353 certificates sent inside arguments are actually Public Key Payloads.
1354
1355
1356 .in 6
1357 0     SILC_NOTIFY_TYPE_NONE
1358
1359       If no specific notify type apply for the notify message this type
1360       MAY be used.
1361
1362       Max Arguments:  1
1363           Arguments:  (1) <message>
1364
1365       The <message> is implementation specific free text string.
1366       Receiver MAY ignore this message.
1367
1368
1369 1     SILC_NOTIFY_TYPE_INVITE
1370
1371       Sent when an client is invited to a channel.  This is also sent
1372       when the invite list of the channel is changed.  This notify type
1373       is sent to local servers on the channel, but MUST NOT be sent
1374       to clients on the channel.  Router MUST broadcast this to its
1375       primary router and to local servers on the channel.  When a client
1376       was directly invited to the channel this is also sent to that
1377       client.  In this case the packet is destined to the client.
1378
1379       Max Arguments:  5
1380           Arguments:  (1) <Channel ID>          (2) <channel name>
1381                       (3) [<sender Client ID>]  (4) [<add | del>]
1382                       (5) [<invite list>]
1383
1384       The <Channel ID> is the channel.  The <channel name> is the name
1385       of the channel and is provided because the client which receives
1386       this notify packet may not have a way to resolve the name of the
1387       channel from the <Channel ID>.  The <sender Client ID> is the
1388       Client ID which invited the client to the channel.  The
1389       <add | del> is an argument of size of 1 byte where 0x00 means
1390       adding a client to invite list, and 0x01 means deleting a client
1391       from invite list.  The <invite list>, if present, indicates the
1392       information to be added to or removed from the invite list.
1393       The <invite list> format is defined in [SILC4] with
1394       SILC_COMMAND_INVITE command.  When this notify is destined to
1395       a client the <add | del> and <invite list> MUST NOT be sent.
1396       When <add | del> is used  to announce information during server
1397       connecting phase the argument type MUST be 0x03.  See section
1398       4.2.1 in [SILC1] for more information.
1399
1400
1401 2     SILC_NOTIFY_TYPE_JOIN
1402
1403       Sent when client has joined to a channel.  The server MUST
1404       distribute this type to the local clients on the channel and then
1405       send it to its primary router.  Note that, when router is joining
1406       the client on behalf of normal server then router MUST send this
1407       notify type locally and globally.  The router or server receiving
1408       the packet distributes this type to the local clients on the
1409       channel and broadcast it to the network.  This notify is sent
1410       also to the client that joined the channel.
1411
1412       Max Arguments:  2
1413           Arguments:  (1) [<Client ID>]       (2) <Channel ID>
1414
1415       The <Client ID> is the client that joined to the channel
1416       indicated by the <Channel ID>.
1417
1418
1419 3     SILC_NOTIFY_TYPE_LEAVE
1420
1421       Sent when client has left a channel.  The server must distribute
1422       this type to the local clients on the channel and then send it
1423       to its primary router.  The router or server receiving the
1424       packet distributes this type to the local clients on the channel
1425       and broadcast it to the network.  This notify MUST NOT be sent to
1426       the leaving client.
1427
1428       Max Arguments:  1
1429           Arguments:  (1) <Client ID>
1430
1431       The <Client ID> is the client which left the channel.
1432
1433
1434 4     SILC_NOTIFY_TYPE_SIGNOFF
1435
1436       Sent when client signoff from SILC network.  The server MUST
1437       distribute this type to the local clients on the channel and
1438       then send it to its primary router.  The router or server
1439       receiving the packet distributes this type to the local clients
1440       on the channel and broadcast it to the network.  This notify
1441       MUST NOT be sent to the quitting client.
1442
1443       Max Arguments:  2
1444           Arguments:  (1) <Client ID>  (2) <message>
1445
1446       The <Client ID> is the client which left SILC network.  The
1447       <message> is free text string indicating the reason of the
1448       signoff.
1449
1450
1451 5     SILC_NOTIFY_TYPE_TOPIC_SET
1452
1453       Sent when topic is set/changed on a channel.  This type may be
1454       sent only to the clients which are joined on the channel which
1455       topic was just set or changed.  The packet is destined to the
1456       channel.
1457
1458       Max Arguments:  2
1459           Arguments:  (1) <ID Payload>  (2) <topic>
1460
1461       The <ID Payload> is the ID of the entity who set the topic.
1462       It usually is Client ID but it can be Server ID and Channel ID
1463       as well.
1464
1465
1466 6     SILC_NOTIFY_TYPE_NICK_CHANGE
1467
1468       Sent when client changes nick on a channel.  The server MUST
1469       distribute this type only to the local clients on the channel
1470       and then send it to its primary router.  The router or server
1471       receiving the packet distributes this type to the local clients
1472       on the channel and broadcast it to the network.  This packet is
1473       destined directly to the sent entity.  This MUST be sent to those
1474       clients that are joined on same channels as the client that
1475       changed the nickname.  This notify MUST NOT be sent multiple
1476       times to the same recipient.  This notify MUST be sent also to
1477       the client that changed the nickname.
1478
1479       Max Arguments:  3
1480           Arguments:  (1) <Old Client ID>  (2) <New Client ID>
1481                       (3) <nickname>
1482
1483       The <Old Client ID> is the old ID of the client which changed
1484       the nickname.  The <New Client ID> is the new ID generated by
1485       the change of the nickname.  The <nickname> is the new nickname.
1486       Note that it is possible to send this notify even if the
1487       nickname has not changed, but client ID was changed.
1488
1489
1490 7     SILC_NOTIFY_TYPE_CMODE_CHANGE
1491
1492       Sent when channel mode has changed.  This type MUST be sent only
1493       to the clients which are joined on the channel which mode was
1494       changed.  This packet is destined to the channel.
1495
1496       Max Arguments:  8
1497           Arguments:  (1) <ID Payload>       (2) <mode mask>
1498                       (3) [<cipher>]         (4) <[hmac>]
1499                       (5) [<passphrase>]     (6) [<founder public key>]
1500                       (7) [<channel pubkey>] (8) [<user limit>]
1501
1502       The <ID Payload> is the ID (usually Client ID but it can be
1503       Server ID as well when the router is enforcing channel mode
1504       change) of the entity which changed the mode.  The <mode mask>
1505       is the new mode mask of the channel.  The client can safely
1506       ignore the <cipher> argument since the SILC_PACKET_CHANNEL_KEY
1507       packet will force the new channel key change anyway.  The <hmac>
1508       argument is important since the client is responsible of setting
1509       the new HMAC and the hmac key into use.  The <passphrase> is
1510       the passphrase of the channel, if it was now set.  The <founder
1511       public key> argument is sent when the founder mode on the
1512       channel was set.  All routers and servers that receive the packet
1513       MUST save the founder's public key so that the founder can
1514       reclaim the channel founder rights back for the channel on any
1515       server in the network.  The <user limit> argument is present when
1516       the user limit was set or changed on the channel.
1517
1518       The <channel pubkey> is an Argument List Payload and it is used
1519       to add and/or remove channel public keys from the channel.  Also,
1520       when announcing channel information between servers and routers
1521       during connecting phase this argument includes the list of channel
1522       public keys.  To add a public key to channel public key list the
1523       SILC_CMODE_CHANNEL_AUTH mode is set and the argument type is 0x00,
1524       and the argument is the public key.  To remove a public key from
1525       the channel public key list the argument type is 0x01, and the
1526       argument is the public key to be removed.  If the mode
1527       SILC_CMODE_CHANNEL_AUTH is unset (and was set earlier) all public
1528       keys are removed at once.  Implementation MAY add and remove
1529       multiple public keys at the same time by including multiple
1530       arguments to the <channel pubkey> Argument List Payload where each
1531       argument is one Public Key Payload.  When <channel pubkey> is used
1532       to announce information during server connecting phase the
1533       argument type MUST be 0x03.  See section 4.2.1 in [SILC1] for
1534       more information.
1535
1536
1537 8     SILC_NOTIFY_TYPE_CUMODE_CHANGE
1538
1539       Sent when user mode on channel has changed.  This type MUST be
1540       sent only to the clients which are joined on the channel where
1541       the target client is on.  This packet is destined to the channel.
1542
1543       Max Arguments:  4
1544           Arguments:  (1) <ID Payload>        (2) <mode mask>
1545                       (3) <Target Client ID>  (4) [<founder pubkey>]
1546
1547       The <ID Payload> is the ID (usually Client ID but it can be
1548       Server ID as well when the router is enforcing user's mode
1549       change) of the entity which changed the mode.  The <mode mask>
1550       is the new mode mask of the channel.  The <Target Client ID>
1551       is the client which mode was changed.  The <founder pubkey>
1552       is the public key of the channel founder and may be sent only
1553       when first time setting the channel founder mode using the
1554       SILC_COMMAND_CUMODE command, and when sending this notify.
1555
1556
1557 9     SILC_NOTIFY_TYPE_MOTD
1558
1559       Sent when Message of the Day (motd) is sent to a client.
1560
1561       Max Arguments:  1
1562           Arguments:  (1) <motd>
1563
1564       The <motd> is the Message of the Day.  This notify MAY be
1565       ignored and is OPTIONAL.
1566
1567
1568 10    SILC_NOTIFY_TYPE_CHANNEL_CHANGE
1569
1570       Sent when channel's ID has changed for a reason or another.
1571       This is sent by normal server to the client.  This can also be
1572       sent by router to other server to force the Channel ID change.
1573       The Channel ID MUST be changed to use the new one.  When sent
1574       to clients, this type MUST be sent only to the clients which are
1575       joined on the channel.  This packet is destined to the sent
1576       entity.
1577
1578       Max Arguments:  2
1579           Arguments:  (1) <Old Channel ID>  (2) <New Channel ID>
1580
1581       The <Old Channel ID> is the channel's old ID and the <New
1582       Channel ID> is the new one that MUST replace the old one.
1583       Server which receives this from router MUST re-announce the
1584       channel to the router by sending SILC_PACKET_NEW_CHANNEL packet
1585       with the new Channel ID.
1586
1587
1588 11    SILC_NOTIFY_TYPE_SERVER_SIGNOFF
1589
1590       Sent when server quits SILC network.  Those clients from this
1591       server that are on channels must be removed from the channel.
1592       This packet is destined to the sent entity.
1593
1594       Max Arguments:  256
1595           Arguments:  (1) <Server ID>   (n) [<Client ID>]   [...]
1596
1597       The <Server ID> is the server's ID.  The rest of the arguments
1598       are the Client IDs of the clients which are coming from this
1599       server and are thus quitting the SILC network also.  If the
1600       maximum number of arguments are reached another
1601       SILC_NOTIFY_TYPE_SERVER_SIGNOFF notify packet MUST be sent.
1602       When this notify packet is sent between routers the Client ID's
1603       MAY be omitted.  Server receiving the Client ID's in the payload
1604       may use them directly to remove the client.
1605
1606
1607 12    SILC_NOTIFY_TYPE_KICKED
1608
1609       Sent when a client has been kicked from a channel.  This MUST
1610       also be sent to the client which was kicked from the channel.
1611       The client which was kicked from the channel MUST be removed
1612       from the channel.  The client MUST also be removed from channel's
1613       invite list if it is explicitly added in the list.  This packet
1614       is destined to the channel.  The router or server receiving the
1615       packet distributes this type to the local clients on the channel
1616       and broadcast it to the network.
1617
1618       Max Arguments:  3
1619           Arguments:  (1) <Client ID>           (2) [<comment>]
1620                       (3) <Kicker's Client ID>
1621
1622       The <Client ID> is the client which was kicked from the channel.
1623       The kicker may have set the <comment> string to indicate the
1624       reason for the kicking.  The <Kicker's Client ID> is the kicker.
1625
1626
1627 13    SILC_NOTIFY_TYPE_KILLED
1628
1629       Sent when a client has been killed from the network.  This MUST
1630       also be sent to the client which was killed from the network.
1631       This notify MUST be sent to those clients which are joined on
1632       same channels as the killed client.  The client which was killed
1633       MUST be removed from the network.  This packet is destined
1634       directly to the sent entity.  The router or server receiving
1635       the packet distributes this type to the local clients on the
1636       channel and broadcast it to the network.  The client MUST also
1637       be removed from joined channels invite list if it is explicitly
1638       added in the lists.  This notify MUST NOT be sent multiple
1639       times to same recipient.
1640
1641       Max Arguments:  3
1642           Arguments:  (1) <Client ID>           (2) [<comment>]
1643                       (3) <Killer's ID>
1644
1645       The <Client ID> is the client which was killed from the network.
1646       The killer may have set the  <comment> string to indicate the
1647       reason for the killing.  The <Killer's ID> is the killer, which
1648       may be client but also router server.
1649
1650
1651 14    SILC_NOTIFY_TYPE_UMODE_CHANGE
1652
1653       Sent when user's mode in the SILC changes.  This type is sent
1654       only between routers as broadcast packet.
1655
1656       Max Arguments:  2
1657           Arguments:  (1) <Client ID>  (2) <mode mask>
1658
1659       The <Client ID> is the client which mode was changed.  The
1660       <mode mask> is the new mode mask.
1661
1662
1663 15    SILC_NOTIFY_TYPE_BAN
1664
1665       Sent when the ban list of the channel is changed.  This notify
1666       type is sent to local servers on the channel, but MUST NOT be
1667       sent to clients on the channel.  Router MUST broadcast this to
1668       its primary router and to local servers on the channel.
1669
1670       Max Arguments:  3
1671           Arguments:  (1) <Channel ID>         (2) [<add | del>]
1672                       (3) [<ban list>]
1673
1674       The <Channel ID> is the channel which ban list was changed.
1675       The <add | del> is an argument of size of 1 byte where 0x00 means
1676       adding a client to ban list, and 0x01 means deleting a client
1677       from ban list.  The <ban list> indicates the information to be
1678       added to or removed from the ban list.  The <ban list> format
1679       format is defined in [SILC4] with SILC_COMMAND_BAN command.
1680       When <add | del> is used  to announce information during server
1681       connecting phase the argument type MUST be 0x03.  See section
1682       4.2.1 in [SILC1] for more information.
1683
1684
1685 16    SILC_NOTIFY_TYPE_ERROR
1686
1687       Sent when an error occurs during processing some SILC procedure.
1688       This is not used when error occurs during command processing, see
1689       [SILC4] for more information about commands and command replies.
1690       This type is sent directly to the sender of the packet whose
1691       packet caused the error.  See [SILC1] for definition when this
1692       type can be sent.
1693
1694       Max Arguments:  256
1695           Arguments:  (1) <Status Type>        (n) [...]
1696
1697       The <Status Type> is the error type defined in [SILC4].  Note
1698       that same types are also used with command replies to indicate
1699       the status of a command.  Both commands and this notify type
1700       share same status types.  Rest of the arguments are status type
1701       dependent and are specified with those status types that can be
1702       sent currently inside this notify type in [SILC4].  The <Status
1703       Type> is size of 1 byte.
1704
1705
1706 17    SILC_NOTIFY_TYPE_WATCH
1707
1708       Sent to indicate change in a watched user.  Client can set
1709       nicknames to be watched with SILC_COMMAND_WATCH command, and
1710       receive notifications when they login to network, signoff from
1711       the network or their user mode is changed.  This notify type
1712       is used to deliver these notifications.  The notify type is
1713       sent directly to the watching client.
1714
1715       Max Arguments:  4
1716           Arguments:  (1) <Client ID>        (2) [<nickname>]
1717                       (3) <user mode>        (4) [<Notify Type>]
1718
1719       The <Client ID> is the user's Client ID which is being watched,
1720       and the <nickname> is its nickname.  If the client just
1721       changed the nickname, then <nickname> is the new nickname, but
1722       the <Client ID> is the old client ID.  The <user mode> is the
1723       user's current user mode.  The <Notify Type> can be same as the
1724       Notify Payload's Notify Type, and is 16 bit MSB first order
1725       value.  If provided it may indicate the notify that occurred
1726       for the client.  If client logged in to the network the
1727       <Notify Type> MUST NOT be present.
1728 .in 3
1729
1730 Notify types starting from 16384 are reserved for private notify
1731 message types.
1732
1733 Router server which receives SILC_NOTIFY_TYPE_SIGNOFF,
1734 SILC_NOTIFY_TYPE_SERVER_SIGNOFF, SILC_NOTIFY_TYPE_KILLED,
1735 SILC_NOTIFY_TYPE_NICK_CHANGE and SILC_NOTIFY_TYPE_UMODE_CHANGE
1736 MUST check whether someone in the local cell is watching the nickname
1737 the client has, and send the SILC_NOTIFY_TYPE_WATCH notify to the
1738 watcher, unless the watched client in case has the user mode
1739 SILC_UMODE_REJECT_WATCHING set.  If the watcher client and the client
1740 that was watched is same the notify SHOULD NOT be sent.
1741
1742
1743 .ti 0
1744 2.3.8 Error Payload
1745
1746 Error payload is sent upon error in protocol.  Error may occur in
1747 various conditions when server sends this packet.  Client MUST NOT
1748 send this payload but MUST be able to accept it.  However, client
1749 MAY ignore the contents of the packet as server is going to take
1750 action on the error anyway.  However, it is recommended that the
1751 client takes error packet seriously.
1752
1753
1754 .in 5
1755 .nf
1756                      1                   2                   3
1757  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
1758 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1759 |                                                               |
1760 ~                         Error Message                         ~
1761 |                                                               |
1762 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1763 .in 3
1764
1765 .ce
1766 Figure 14:  Error Payload
1767
1768
1769 .in 6
1770 o Error Message (variable length) - Human readable error
1771   message.
1772 .in 3
1773
1774
1775 .ti 0
1776 2.3.9 Channel Message Payload
1777
1778 Channel Message Payload is used to send message to channels, a group
1779 of users.  These messages can only be sent if client has joined to
1780 some channel.  Even though this packet is very common in SILC it
1781 is still special packet.  Some special handling on sending and
1782 reception of channel message is required.
1783
1784 Padding MUST be applied into this payload since the payload is
1785 encrypted separately from other parts of the packet with the
1786 channel specific key.  Hence the requirement of the padding.
1787 The packet MUST be made multiple by eight (8) or by the block
1788 size of the cipher, which ever is larger.
1789
1790 The SILC header in this packet is encrypted with the session key
1791 of the next receiver of the packet.  Nothing else is encrypted
1792 with that key.  Thus, the actual packet and padding to be
1793 encrypted with the session key is SILC Header plus padding to it.
1794
1795 Receiver of the the channel message packet is able to determine
1796 the channel the message is destined to by checking the Destination
1797 ID from the SILC Packet header which tells the destination channel.
1798 The original sender of the packet is also determined by checking
1799 the source ID from the header which tells the client which sent
1800 the message.  The Destination ID MUST be Channel ID in the SILC
1801 Packet header.
1802
1803 This packet use generic Message Payload as Channel Message Payload.
1804 See section 2.3.2.6 for generic Message Payload.
1805
1806
1807 .ti 0
1808 2.3.10 Channel Key Payload
1809
1810 All traffic in channels are protected by channel specific keys.
1811 Channel Key Payload is used to distribute channel keys to all
1812 clients on the particular channel.  Channel keys are sent when
1813 the channel is created, when new user joins to the channel and
1814 whenever a user has left a channel.  Server creates the new
1815 channel key and distributes it to the clients by encrypting this
1816 payload with the session key shared between the server and
1817 the client.  After that, client MUST start using the key received
1818 in this payload to protect the traffic on the channel.
1819
1820 The client which is joining to the channel receives its key in the
1821 SILC_COMMAND_JOIN command reply message thus it is not necessary to
1822 send this payload to the entity which sent the SILC_COMMAND_JOIN
1823 command.
1824
1825 Channel keys are cell specific thus every router in the cell have
1826 to create a channel key and distribute it if any client in the
1827 cell has joined to a channel.  Channel traffic between cell's
1828 are not encrypted using channel keys, they are encrypted using
1829 normal session keys between two routers.  Inside a cell, all
1830 channel traffic is encrypted with the specified channel key.
1831 Channel key SHOULD expire periodically, say, in one hour, in
1832 which case new channel key is created and distributed.
1833
1834 Note that, this packet is not used if SILC_CMODE_PRIVKEY mode is set
1835 on channel.  This means that channel uses channel private keys which
1836 are not server generated.  For this reason server cannot send this
1837 packet as it does not know the key.
1838
1839 The payload may only be sent with SILC_PACKET_CHANNEL_KEY packet.
1840 It MUST NOT be sent in any other packet type.  The following diagram
1841 represents the Channel Key Payload.
1842
1843
1844
1845 .in 5
1846 .nf
1847                      1                   2                   3
1848  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
1849 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1850 |       Channel ID Length       |                               |
1851 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1852 |                                                               |
1853 ~                          Channel ID                           ~
1854 |                                                               |
1855 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1856 |      Cipher Name Length       |                               |
1857 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1858 |                                                               |
1859 ~                         Cipher Name                           ~
1860 |                                                               |
1861 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1862 |      Channel Key Length       |                               |
1863 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1864 |                                                               |
1865 ~                         Channel Key                           ~
1866 |                                                               |
1867 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1868 .in 3
1869
1870 .ce
1871 Figure 15:  Channel Key Payload
1872
1873
1874
1875 .in 6
1876 o Channel ID Length (2 bytes) - Indicates the length of the
1877   Channel ID field in the payload, not including any other
1878   field.
1879
1880 o Channel ID (variable length) - The Channel ID of the
1881   channel.
1882
1883 o Cipher Name Length (2 bytes) - Indicates the length of the
1884   Cipher name field in the payload, not including any other
1885   field.
1886
1887 o Cipher Name (variable length) - Name of the cipher used
1888   in the protection of channel traffic.  This name is
1889   initially decided by the creator of the channel but it
1890   may change during the life time of the channel as well.
1891
1892 o Channel Key Length (2 bytes) - Indicates the length of the
1893   Channel Key field in the payload, not including any other
1894   field.
1895
1896 o Channel Key (variable length) - The actual channel key
1897   material.
1898 .in 3
1899
1900
1901 .ti 0
1902 2.3.11 Private Message Payload
1903
1904 Private Message Payload is used to send private message between
1905 two clients.  The messages are sent only to the specified user
1906 and no other user inside SILC network is able to see the message.
1907
1908 The message can be protected by the session key established by the
1909 SILC Key Exchange Protocol.  However, it is also possible to agree
1910 to use a private key to protect just the private messages.  It is
1911 for example possible to perform Key Agreement between two clients.
1912 See section 2.3.20 Key Agreement Payload how to perform key
1913 agreement.  It is also possible to use static or pre-shared keys
1914 to protect private messages.  See the 2.3.12 Private Message Key
1915 Payload and [SILC1] section 4.6 for detailed description for private
1916 message key generation.
1917
1918 If normal session key is used to protect the message, every server
1919 between the sender client and the receiving client MUST decrypt the
1920 packet and always re-encrypt it with the session key of the next
1921 receiver of the packet.  See section Client To Client in [SILC1].
1922
1923 When the private message key is used, and the Private Message Key
1924 flag was set in the SILC Packet header no server or router en route
1925 is able to decrypt or re-encrypt the packet.  In this case only the
1926 SILC Packet header is processed by the servers and routers en route.
1927 Section Client To Client in [SILC1] gives example of this scheme.
1928
1929 This packet use generic Message Payload as Private Message Payload.
1930 See section 2.3.2.6 for generic Message Payload.
1931
1932
1933 .ti 0
1934 2.3.12 Private Message Key Payload
1935
1936 This payload is OPTIONAL and can be used to indicate that a static
1937 or pre-shared key should be used in the private message communication
1938 to protect the messages.  The actual key material has to be sent
1939 outside the SILC network, or it has to be a static or pre-shared key.
1940 The sender of this packet is considered to be the initiator and the
1941 receiver the responder when processing the raw key material as
1942 described in the section 4.6 in [SILC1] and in the section 2.3 in
1943 [SILC3].
1944
1945 Note that it is also possible to use static or pre-shared keys in
1946 client implementations without sending this packet.  Clients may
1947 naturally agree to use a key without sending any kind of indication
1948 to each other.  The key may be for example a long-living static key
1949 that the clients has agreed to use at all times.  Note that it is
1950 also possible to agree to use private message key by performing
1951 a Key Agreement.  See the section 2.3.20 Key Agreement Payload.
1952
1953 This payload may only be sent by client to another client.  Server
1954 MUST NOT send this payload.  After sending this payload and setting the
1955 key into use this payload the sender of private messages MUST set the
1956 Private Message Key flag into the SILC Packet Header.
1957
1958 The payload may only be sent with SILC_PACKET_PRIVATE_MESSAGE_KEY
1959 packet.  It MUST NOT be sent in any other packet type.  The following
1960 diagram represents the Private Message Key Payload.
1961
1962
1963 .in 5
1964 .nf
1965                      1                   2                   3
1966  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
1967 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1968 |      Cipher Name Length       |                               |
1969 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1970 |                                                               |
1971 ~                          Cipher Name                          ~
1972 |                                                               |
1973 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1974 |       HMAC Name Length        |                               |
1975 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
1976 |                                                               |
1977 ~                           HMAC Name                           ~
1978 |                                                               |
1979 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
1980 .in 3
1981
1982 .ce
1983 Figure 16:  Private Message Key Payload
1984
1985
1986
1987 .in 6
1988 o Cipher Name Length (2 bytes) - Indicates the length of the
1989   Cipher Name field in the payload, not including any other
1990   field.
1991
1992 o Cipher Name (variable length) - Name of the cipher to use
1993   in the private message encryption.  If this field does not
1994   exist then the default cipher of the SILC protocol is used.
1995   See the [SILC1] for defined ciphers.
1996
1997 o HMAC Name Length (2 bytes) - Indicates the length of the
1998   HMAC Name field in the payload, not including any other
1999   field.
2000
2001 o HMAC Name (variable length) - Name of the HMAC to use
2002   in the private message MAC computation.  If this field does
2003   not exist then the default HMAC of the SILC protocol is used.
2004   See the [SILC1] for defined HMACs.
2005 .in 3
2006
2007
2008 .ti 0
2009 2.3.13 Command Payload
2010
2011 Command Payload is used to send SILC commands from client to server.
2012 Also server MAY send commands to other servers.  The following diagram
2013 represents the Command Payload.
2014
2015
2016 .in 5
2017 .nf
2018                      1                   2                   3
2019  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
2020 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2021 |         Payload Length        | SILC Command  | Arguments Num |
2022 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2023 |       Command Identifier      |
2024 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2025 .in 3
2026
2027 .ce
2028 Figure 17:  Command Payload
2029
2030
2031 .in 6
2032 o Payload Length (2 bytes) - Length of the entire command
2033   payload including any command argument payloads associated
2034   with this payload.
2035
2036 o SILC Command (1 byte) - Indicates the SILC command.  This MUST
2037   be set to non-zero value.  If zero (0) value is found in this
2038   field the packet MUST be discarded.
2039
2040 o Arguments Num (1 byte) - Indicates the number of arguments
2041   associated with the command.  If there are no arguments this
2042   field is set to zero (0).  The arguments MUST follow the
2043   Command Payload.  See section 2.3.2.2 for definition of the
2044   Argument Payload.
2045
2046 o Command Identifier (2 bytes) - Identifies this command at the
2047   sender's end.  The entity which replies to this command MUST
2048   set the value found from this field into the Command Payload
2049   used to send the reply to the sender.  This way the sender
2050   can identify which command reply belongs to which originally
2051   sent command.  What this field includes is implementation
2052   issue but it is RECOMMENDED that wrapping counter value is
2053   used in the field.
2054 .in 3
2055
2056 See [SILC4] for detailed description of different SILC commands,
2057 their arguments and their reply messages.
2058
2059
2060 .ti 0
2061 2.3.14 Command Reply Payload
2062
2063 Command Reply Payload is used to send replies to the commands.  The
2064 Command Reply Payload is identical to the Command Payload thus see
2065 the 2.3.13 section for the payload specification.
2066
2067 The entity which sends the reply packet MUST set the Command Identifier
2068 field in the reply packet's Command Payload to the value it received
2069 in the original command packet.
2070
2071 See SILC Commands in [SILC4] for detailed description of different
2072 SILC commands, their arguments and their reply messages.
2073
2074
2075 .ti 0
2076 2.3.15 Connection Auth Request Payload
2077
2078 Client MAY send this payload to server to request the authentication
2079 method that must be used in authentication protocol.  If client knows
2080 this information beforehand this payload is not necessary to be sent.
2081 Server performing authentication with another server MAY also send
2082 this payload to request the authentication method.  If the connecting
2083 server already knows this information this payload is not necessary
2084 to be sent.
2085
2086 Server receiving this request SHOULD reply with same payload sending
2087 the mandatory authentication method.  Algorithms that may be required
2088 to be used by the authentication method are the ones already
2089 established by the SILC Key Exchange protocol.  See section Key
2090 Exchange Start Payload in [SILC3] for detailed information.
2091
2092 The payload may only be sent with SILC_PACKET_CONNECTION_AUTH_REQUEST
2093 packet.  It MUST NOT be sent in any other packet type.  The following
2094 diagram represents the Connection Auth Request Payload.
2095
2096
2097 .in 5
2098 .nf
2099                      1                   2                   3
2100  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
2101 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2102 |        Connection Type        |     Authentication Method     |
2103 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2104 .in 3
2105
2106 .ce
2107 Figure 18:  Connection Auth Request Payload
2108
2109
2110 .in 6
2111 o Connection Type (2 bytes) - Indicates the type of the
2112   connection.  The following connection types are defined:
2113
2114
2115      1    Client connection
2116      2    Server connection
2117      3    Router connection
2118
2119   If any other type is found in this field the packet MUST be
2120   discarded and the authentication MUST be failed.
2121
2122 o Authentication Method (2 bytes) - Indicates the authentication
2123   method to be used in the authentication protocol.  The following
2124   authentication methods are defined:
2125
2126      0    NONE        (mandatory)
2127      1    password    (mandatory)
2128      2    public key  (mandatory)
2129
2130   If any other type is found in this field the packet MUST be
2131   discarded and the authentication MUST be failed.  If this
2132   payload is sent as request to receive the mandatory
2133   authentication method this field MUST be set to zero (0),
2134   indicating that receiver should send the mandatory
2135   authentication method.  The receiver sending this payload
2136   to the requesting party, MAY also set this field to zero (0)
2137   to indicate that authentication is not required.  In this
2138   case authentication protocol still MUST be started but
2139   server is most likely to respond with SILC_PACKET_SUCCESS
2140   immediately.
2141 .in 3
2142
2143
2144 .ti 0
2145 2.3.16 New ID Payload
2146
2147 New ID Payload is a multipurpose payload.  It is used to send newly
2148 created ID's from clients and servers.  When client connects to server
2149 and registers itself to the server by sending SILC_PACKET_NEW_CLIENT
2150 packet, server replies with this packet by sending the created ID for
2151 the client.  Server always creates the ID for the client.
2152
2153 This payload is also used when server tells its router that new client
2154 has registered to the SILC network.  In this case the server sends
2155 the Client ID of the client to the router.  Similarly when router
2156 distributes information to other routers about the client in the SILC
2157 network this payload is used.
2158
2159 Also, when server connects to router, router use this payload to inform
2160 other routers about new server in the SILC network.  However, every
2161 server (or router) creates their own ID's thus the ID distributed by
2162 this payload is not created by the distributor in this case.  Servers
2163 create their own ID's.  Server registers itself to the network by
2164 sending SILC_PACKET_NEW_SERVER to the router it connected to.  The case
2165 is same when router connects to another router.
2166
2167 This payload MUST NOT be used to send information about new channels.
2168 New channels are always distributed by sending the dedicated
2169 SILC_PACKET_NEW_CHANNEL packet.  Client MUST NOT send this payload.
2170 Both client and server (and router) MAY receive this payload.
2171
2172 The packet use generic ID Payload as New ID Payload.  See section
2173 2.3.2.1 for generic ID Payload.
2174
2175
2176 .ti 0
2177 2.3.17 New Client Payload
2178
2179 When client is connected to the server, keys has been exchanged and
2180 connection has been authenticated, client MUST register itself to the
2181 server.  Client's first packet after key exchange and authentication
2182 protocols MUST be SILC_PACKET_NEW_CLIENT.  This payload tells server all
2183 the relevant information about the connected user.  Server creates a new
2184 client ID for the client when received this payload and sends it to the
2185 client in New ID Payload.
2186
2187 This payload sends username and real name of the user on the remote host
2188 which is connected to the SILC server with SILC client.  The server
2189 creates the client ID according the information sent in this payload.
2190 The nickname of the user becomes the nickname sent in this payload.
2191
2192 The payload may only be sent with SILC_PACKET_NEW_CLIENT packet.  It
2193 MUST NOT be sent in any other packet type.  The following diagram
2194 represents the New Client Payload.
2195
2196
2197
2198 .in 5
2199 .nf
2200                      1                   2                   3
2201  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
2202 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2203 |        Username Length        |                               |
2204 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2205 |                                                               |
2206 ~                           Username                            ~
2207 |                                                               |
2208 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2209 |       Real Name Length        |                               |
2210 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2211 |                                                               |
2212 ~                           Real Name                           ~
2213 |                                                               |
2214 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2215 .in 3
2216
2217 .ce
2218 Figure 19:  New Client Payload
2219
2220
2221 .in 6
2222 o Username Length (2 bytes) - Length of the Username field.
2223
2224 o Username (variable length) - The username of the user on
2225   the host where connecting to the SILC server.
2226
2227 o Real Name Length (2 bytes) - Length of the Real Name field.
2228
2229 o Real Name (variable length) - The real name of the user
2230   on the host where connecting to the SILC server.
2231 .in 3
2232
2233
2234 .ti 0
2235 2.3.18 New Server Payload
2236
2237 This payload is sent by server when it has completed successfully both
2238 key exchange and connection authentication protocols.  The server
2239 MUST register itself to the SILC Network by sending this payload.
2240 The first packet after these key exchange and authentication protocols
2241 is SILC_PACKET_NEW_SERVER packet.  The payload includes the Server ID
2242 of the server that it has created by itself.  It also includes a
2243 name of the server that is associated to the Server ID.
2244
2245 The payload may only be sent with SILC_PACKET_NEW_SERVER packet.  It
2246 MUST NOT be sent in any other packet type.  The following diagram
2247 represents the New Server Payload.
2248
2249
2250
2251
2252
2253 .in 5
2254 .nf
2255                      1                   2                   3
2256  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
2257 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2258 |       Server ID Length        |                               |
2259 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2260 |                                                               |
2261 ~                        Server ID Data                         ~
2262 |                                                               |
2263 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2264 |     Server Name Length        |                               |
2265 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2266 |                                                               |
2267 ~                          Server Name                          ~
2268 |                                                               |
2269 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2270 .in 3
2271
2272 .ce
2273 Figure 20:  New Server Payload
2274
2275
2276 .in 6
2277 o Server ID Length (2 bytes) - Length of the Server ID Data
2278   field.
2279
2280 o Server ID Data (variable length) - The encoded Server ID
2281   data.
2282
2283 o Server Name Length (2 bytes) - Length of the server name
2284   field.
2285
2286 o Server Name (variable length) - The server name string.
2287 .in 3
2288
2289
2290 .ti 0
2291 2.3.19 New Channel Payload
2292
2293 Information about newly created channel is broadcasted to all routers
2294 in the SILC network by sending this packet payload.  Channels are
2295 created by router of the cell.  Server never creates channels unless
2296 it is a standalone server and it does not have router connection,
2297 in this case server acts as router.  Normal server send JOIN command
2298 to the router (after it has received JOIN command from client) which
2299 then processes the command and creates the channel.  Client MUST NOT
2300 send this packet.  Server MAY send this packet to a router when it is
2301 announcing its existing channels to the router after it has connected
2302 to the router.
2303
2304 The packet use generic Channel Payload as New Channel Payload.  See
2305 section 2.3.2.3 for generic Channel Payload.  The Mode Mask field in the
2306 Channel Payload is the mode of the channel.
2307
2308
2309 .ti 0
2310 2.3.20 Key Agreement Payload
2311
2312 This payload is used by clients to request key negotiation between
2313 another client in the SILC Network.  The key agreement protocol used
2314 is the SKE protocol.  The result of the protocol, the secret key
2315 material, can be used for example as private message key between the
2316 two clients.  This significantly adds security as the clients agree
2317 about the key without any server interaction.  The protocol is executed
2318 peer to peer.  The server and router MUST NOT send this payload.
2319
2320 The sender MAY tell the receiver of this payload the hostname and the
2321 port where the SKE protocol is running in the sender's end.  The
2322 receiver MAY then initiate the SKE negotiation with the sender.  The
2323 sender MAY also optionally not to include the hostname and the port
2324 of its SKE protocol.  In this case the receiver MAY reply to the
2325 request by sending the same payload filled with the receiver's hostname
2326 and the port where the SKE protocol is running.  The sender MAY then
2327 initiate the SKE negotiation with the receiver.
2328
2329 This payload may be sent with SILC_PACKET_KEY_AGREEMENT and
2330 SILC_PACKET_FTP packet types.  It MUST NOT be sent in any other packet
2331 types.  The following diagram represents the Key Agreement Payload.
2332
2333
2334 .in 5
2335 .nf
2336                      1                   2                   3
2337  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
2338 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2339 |        Hostname Length        |                               |
2340 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2341 |                                                               |
2342 ~                           Hostname                            ~
2343 |                                                               |
2344 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2345 |                             Port                              |
2346 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2347 .in 3
2348
2349 .ce
2350 Figure 21:  Key Agreement Payload
2351
2352
2353 .in 6
2354 o Hostname Length (2 bytes) - Indicates the length of the
2355   Hostname field.
2356
2357 o Hostname (variable length) - The hostname or IP address where
2358   the SKE protocol is running, as UTF-8 encoded string.  The sender
2359   MAY fill this field when sending the payload.  If the receiver
2360   sends this payload as reply to the request it MUST fill this field.
2361
2362 o Port (4 bytes) - The port where the SKE protocol is bound.
2363   The sender MAY fill this field when sending the payload.  If
2364   the receiver sends this payload as reply to the request it
2365   MUST fill this field.  This is a 32 bit MSB first order value.
2366 .in 3
2367
2368
2369 After the key material has been received from the SKE protocol it is
2370 processed as the [SILC3] describes.  If the key material is used as
2371 channel private key then the Sending Encryption Key, as defined in
2372 [SILC3] is used as the channel private key.  Other key material must
2373 be discarded.  The [SILC1] in section 4.6 defines the way to use the
2374 key material if it is intended to be used as private message keys.
2375 Any other use for the key material is undefined.
2376
2377
2378 .ti 0
2379 2.3.21 Resume Router Payload
2380
2381 See the [SILC1] for Resume Router protocol where this payload is
2382 used.  The payload may only be sent with SILC_PACKET_RESUME_ROUTER
2383 packet.  It MUST NOT be sent in any other packet type.  The following
2384 diagram represents the Resume Router Payload.
2385
2386
2387 .in 21
2388 .nf
2389                      1
2390  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
2391 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2392 |      Type     |  Session ID   |
2393 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2394 .in 3
2395
2396 .ce
2397 Figure 22:  Resume Router Payload
2398
2399
2400 .in 6
2401 o Type (1 byte) - Indicates the type of the backup resume
2402   protocol packet.  The type values are defined in [SILC1].
2403
2404 o Session ID (1 bytes) - Indicates the session ID for the
2405   backup resume protocol.  The sender of the packet sets this
2406   value and the receiver MUST set the same value in subsequent
2407   reply packet.
2408 .in 3
2409
2410
2411
2412
2413 .ti 0
2414 2.3.22 File Transfer Payload
2415
2416 File Transfer Payload is used to perform file transfer protocol between
2417 two entities in the network.  The actual file transfer protocol is always
2418 encapsulated inside the SILC Packet.  The actual data stream is also sent
2419 peer to peer outside SILC network.
2420
2421 When an entity, usually a client wishes to perform file transfer protocol
2422 with another client in the network, they perform Key Agreement protocol
2423 as described in the section 2.3.20 Key Agreement Payload and in [SILC3],
2424 inside File Transfer Payload.  After the Key Agreement protocol has been
2425 performed the subsequent packets in the data stream will be protected
2426 using the new key material.  The actual file transfer protocol is also
2427 initialized in this stage.  All file transfer protocol packets are always
2428 encapsulated in the File Transfer Payload and protected with the
2429 negotiated key material.
2430
2431 The payload may only be sent with SILC_PACKET_FTP packet.  It MUST NOT
2432 be sent in any other packet type.  The following diagram represents the
2433 File Transfer Payload.
2434
2435
2436 .in 5
2437 .nf
2438                      1                   2                   3
2439  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
2440 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2441 |     Type      |                                               |
2442 +-+-+-+-+-+-+-+-+                                               +
2443 |                                                               |
2444 ~                             Data                              ~
2445 |                                                               |
2446 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2447 .in 3
2448
2449 .ce
2450 Figure 23:  File Transfer Payload
2451
2452
2453 .in 6
2454 o Type (1 byte) - Indicates the type of the file transfer
2455   protocol.  The following file transfer protocols has been
2456   defined:
2457
2458     1    Secure File Transfer Protocol (SFTP)  (mandatory)
2459
2460   If zero (0) value or any unsupported file transfer protocol
2461   type is found in this field the packet MUST be discarded.
2462   The currently mandatory file transfer protocol is SFTP.
2463   The SFTP protocol is defined in [SFTP].
2464
2465 o Data (variable length) - Arbitrary file transfer data.  The
2466   contents and encoding of this field is dependent of the usage
2467   of this payload and the type of the file transfer protocol.
2468   When this payload is used to perform the Key Agreement
2469   protocol, this field include the Key Agreement Payload,
2470   as defined in the section 2.3.20 Key Agreement Payload.
2471   When this payload is used to send the actual file transfer
2472   protocol data, the encoding is defined in the corresponding
2473   file transfer protocol.
2474 .in 3
2475
2476
2477 .ti 0
2478 2.3.23 Resume Client Payload
2479
2480 This payload is used by client to resume its detached session in the
2481 SILC Network.  A client is able to detach itself from the network by
2482 sending SILC_COMMAND_DETACH command to its server.  The network
2483 connection to the client is lost but the client remains as valid
2484 client in the network.  The client is able to resume the session back
2485 by sending this packet and including the old Client ID, and an
2486 Authentication Payload [SILC1] which the server use to verify with
2487 the detached client's public key.  This also implies that the
2488 mandatory authentication method is public key authentication.
2489
2490 Server or router that receives this from the client also sends this,
2491 without the Authentication Payload, to routers in the network so that
2492 they know the detached client has resumed.  Refer to the [SILC1] for
2493 detailed description how the detaching and resuming procedure is
2494 performed.
2495
2496 The payload may only be sent with SILC_PACKET_RESUME CLIENT packet.  It
2497 MUST NOT be sent in any other packet type.  The following diagram
2498 represents the Resume Client Payload.
2499
2500 .in 5
2501 .nf
2502                      1                   2                   3
2503  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
2504 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2505 |       Client ID Length        |                               |
2506 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               +
2507 |                                                               |
2508 ~                           Client ID                           ~
2509 |                                                               |
2510 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2511 |                                                               |
2512 ~                     Authentication Payload                    ~
2513 |                                                               |
2514 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2515 .in 3
2516
2517 .ce
2518 Figure 24:  Resume Client Payload
2519
2520
2521 .in 6
2522 o Client ID Length (1 byte) - The length of the Client ID
2523   field not including any other field.
2524
2525 o Client ID (variable length) - The detached client's Client
2526   ID.  The client that sends this payload must know the Client
2527   ID.
2528
2529 o Authentication Payload (variable length) - The authentication
2530   payload that the server will verify with the detached client's
2531   public key.  If the server doesn't know the public key, it must
2532   retrieve it for example with SILC_COMMAND_GETKEY command.
2533 .in 3
2534
2535
2536
2537 .ti 0
2538 2.4 SILC ID Types
2539
2540 ID's are used in the SILC network to associate different entities.
2541 The following ID's has been defined to be used in the SILC network.
2542
2543 .in 6
2544 0    No ID
2545
2546      This is used when other ID type is available at the time.
2547
2548 1    Server ID
2549
2550      Server ID to associate servers.  See the format of
2551      this ID in [SILC1].
2552
2553 2    Client ID
2554
2555      Client ID to associate clients.  See the format of
2556      this ID in [SILC1].
2557
2558 3    Channel ID
2559
2560      Channel ID to associate channels.  See the format of
2561      this ID in [SILC1].
2562 .in 3
2563
2564 When encoding different IDs into the ID Payload, all fields are always
2565 in MSB first order.  The IP address, port, and/or the random number
2566 are encoded in the MSB first order.
2567
2568
2569 .ti 0
2570 2.5 Packet Encryption And Decryption
2571
2572 SILC packets are encrypted almost entirely.  Only the MAC at the end
2573 of the packet is never encrypted.  The SILC Packet header is the first
2574 part of a packet to be encrypted and it is always encrypted with the
2575 key of the next receiver of the packet.  The data payload area of the
2576 packet is always entirely encrypted and it is usually encrypted with
2577 the next receiver's key.  However, there are some special packet types
2578 and packet payloads that require special encryption process.  These
2579 special cases are described in the next sections.  First is described
2580 the normal packet encryption process.
2581
2582
2583
2584 .ti 0
2585 2.5.1 Normal Packet Encryption And Decryption
2586
2587 Normal SILC packets are encrypted with the session key of the next
2588 receiver of the packet.  The entire SILC Packet header and the packet
2589 data payload is is encrypted with the same key.  Padding of the packet
2590 is also encrypted always with the session key, also in special cases.
2591 Computed MAC of the packet MUST NOT be encrypted.
2592
2593 Decryption process in these cases are straightforward.  The receiver
2594 of the packet MUST first decrypt the SILC Packet header, or some parts
2595 of it, usually first 16 bytes of it.  Then the receiver checks the
2596 packet type from the decrypted part of the header and can determine
2597 how the rest of the packet must be decrypted.  If the packet type is
2598 any of the special cases described in the following sections the packet
2599 decryption is special.  If the packet type is not among those special
2600 packet types rest of the packet can be decrypted with the same key.
2601 At this point the receiver is also able to determine the length of the
2602 packet.
2603
2604 With out a doubt, this sort of decryption processing causes some
2605 overhead to packet decryption, but never the less, is required.
2606
2607 The MAC of the packet is also verified at this point.  The MAC is
2608 computed from the ciphertext of the packet so it can be verified
2609 at this stage.  The length of the packet need to be known to be able
2610 to verify the MAC from the ciphertext so the first 16 bytes need to
2611 be decrypted to determine the packet length.  However, the MAC MUST
2612 be verified from the entire ciphertext.
2613
2614
2615 .ti 0
2616 2.5.2 Channel Message Encryption And Decryption
2617
2618 Channel Messages (Channel Message Payload) are always encrypted with
2619 the channel specific key.  However, the SILC Packet header is not
2620 encrypted with that key.  As in normal case, the header is encrypted
2621 with the key of the next receiver of the packet.  Note that, in this
2622 case the encrypted data area is not touched at all; it MUST NOT be
2623 re-encrypted with the session key.
2624
2625 Receiver of a channel message, who ever that is, is REQUIRED to decrypt
2626 the SILC Packet header to be able to recognize the packet to be as
2627 channel message.  This is same procedure as for normal SILC packets.
2628 As the receiver founds the packet to be channel message, rest of the
2629 packet processing is special.  Rest of the SILC Packet header is
2630 decrypted with the same session key along with the padding of the
2631 packet.  After that the packet is protected with the channel specific
2632 key and thus can be decrypted only if the receiver is the client on
2633 the channel.  See section 2.7 Packet Padding Generation for more
2634 information about padding on special packets.
2635
2636 If the receiver of the channel message is router which is routing the
2637 message to another router then it MUST decrypt the Channel Message
2638 payload too.  Between routers (that is, between cells) channel messages
2639 are protected with session keys shared between the routers.  This
2640 causes another special packet processing for channel messages.  If
2641 the channel message is received from another router then the entire
2642 packet, including Channel Message payload, MUST be encrypted with the
2643 session key shared between the routers.  In this case the packet
2644 decryption process is as with normal SILC packets.  Hence, if the
2645 router is sending channel message to another router the Channel
2646 Message payload MUST have been decrypted and MUST be re-encrypted
2647 with the session key shared between the another router.  In this
2648 case the packet encryption is as with any normal SILC packet.
2649
2650 It must be noted that this is only when the channel messages are sent
2651 from router to another router.  In all other cases the channel
2652 message encryption and decryption is as described before.  This
2653 different processing of channel messages with router to router
2654 connection is because channel keys are cell specific.  All cells have
2655 their own channel keys thus the channel message traveling from one
2656 cell to another MUST be protected as it would be any normal SILC
2657 packet.
2658
2659 If the SILC_CMODE_PRIVKEY channel mode has been set for the channel
2660 then the router cannot decrypt the packet as it does not know the
2661 private key.  In this case the entire packet MUST be encrypted with
2662 the session key and sent to the router.  The router receiving the
2663 packet MUST check the channel mode and decrypt the packet accordingly.
2664
2665
2666 .ti 0
2667 2.5.3 Private Message Encryption And Decryption
2668
2669 By default, private message in SILC are protected by session keys.
2670 In this case the private message encryption and decryption process is
2671 equivalent to normal packet encryption and decryption.
2672
2673 However, private messages MAY be protected with private message key
2674 which causes the packet to be special packet.  The procedure in this
2675 case is very much alike to channel packets.  The actual private message
2676 is encrypted with the private message key and other parts of the
2677 packet is encrypted with the session key.  See 2.7 Packet Padding
2678 Generation for more information about padding on special packets.
2679
2680 The difference from channel message processing is that server or router
2681 en route never decrypts the actual private message, as it does not
2682 have the key to do that.  Thus, when sending packets between router
2683 the processing is same as in any other case as well; the packet's header
2684 and padding is protected by the session key and the data area is not
2685 touched and is not re-encrypted.
2686
2687 The true receiver of the private message is able to decrypt the private
2688 message as it shares the key with the sender of the message.
2689
2690
2691 .ti 0
2692 2.6 Packet MAC Generation
2693
2694 Data integrity of a packet is protected by including a message
2695 authentication code (MAC) at the end of the packet.  The MAC is computed
2696 from shared secret MAC key, that is established by the SILC Key Exchange
2697 protocol, from packet sequence number, and from the encrypted packet
2698 data.  The MAC is always computed after packet is encrypted.  This is
2699 so called Encrypt-Then-MAC order; packet is first encrypted, then MAC
2700 is computed from the encrypted data.
2701
2702 The MAC is computed from entire packet.  Every bit of data in the packet,
2703 including SILC Packet Header is used in the MAC computing.  This way
2704 the entire packet becomes authenticated.
2705
2706 Hence, packet's MAC generation is as follows:
2707
2708   mac = MAC(key, sequence number | Encrypted SILC packet)
2709
2710 The MAC key is negotiated during the SKE protocol.  The sequence number
2711 is a 32 bit MSB first value starting from zero for first packet and
2712 increasing for subsequent packets, finally wrapping after 2^32 packets.
2713 The value is never reset, not even after rekey has been performed.
2714 However, rekey MUST be performed before the sequence number wraps
2715 and repeats from zero.  Note that the sequence number is incremented only
2716 when MAC is computed for a packet.  If packet is not encrypted and MAC is
2717 not computed then the sequence number is not incremented.  Hence, the
2718 sequence number is zero for the very first encrypted packet.
2719
2720 See [SILC1] for defined and allowed MAC algorithms.
2721
2722
2723 .ti 0
2724 2.7 Packet Padding Generation
2725
2726 Padding is needed in the packet because the packet is encrypted.  It
2727 always MUST be multiple by eight (8) or multiple by the block size
2728 of the cipher, which ever is larger.  The padding is always encrypted.
2729
2730 For normal packets the padding is added after the SILC Packet Header
2731 and between the Data Payload area.  The padding for normal packets
2732 may be calculated as follows:
2733
2734 .in 6
2735 padding_length = 16 - (packet_length mod block_size)
2736 if (padding_length < 8)
2737   padding_length += block_size
2738 .in 3
2739
2740 The `block_size' is the block size of the cipher.  The maximum padding
2741 length is 128 bytes, and minimum is 8 bytes.  For example, packets that
2742 include a passphrase or a password for authentication purposes SHOULD
2743 pad the packet up to the maximum padding length.  The maximum padding
2744 is calculated as follows:
2745
2746 .in 6
2747 padding_length = 128 - (packet_length mod block_size)
2748 .in 3
2749
2750 For special packets the padding calculation is different as special
2751 packets may be encrypted differently.  In these cases the encrypted
2752 data area MUST already be multiple by the block size thus in this case
2753 the padding is calculated only for SILC Packet Header, not for any
2754 other area of the packet.  The same algorithm works in this case as
2755 well, except that the `packet length' is now the SILC Packet Header
2756 length.
2757
2758 The padding MUST be random data, preferably, generated by
2759 cryptographically strong random number generator for each packet
2760 separately.
2761
2762
2763 .ti 0
2764 2.8 Packet Compression
2765
2766 SILC Packets MAY be compressed.  In this case the data payload area
2767 is compressed and all other areas of the packet MUST remain as they
2768 are.  After compression is performed for the data area, the length
2769 field of Packet Header MUST be set to the compressed length of the
2770 data.
2771
2772 The compression MUST always be applied before encryption.  When
2773 the packet is received and decrypted the data area MUST be decompressed.
2774 Note that the true sender of the packet MUST apply the compression and
2775 the true receiver of the packet MUST apply the decompression.  Any
2776 server or router en route SHOULD NOT decompress the packet.
2777
2778
2779 .ti 0
2780 2.9 Packet Sending
2781
2782 The sender of the packet MUST assemble the SILC Packet Header with
2783 correct values.  It MUST set the Source ID of the header as its own
2784 ID, unless it is forwarding the packet.  It MUST also set the Destination
2785 ID of the header to the true destination.  If the destination is client
2786 it will be Client ID, if it is server it will be Server ID and if it is
2787 channel it will be Channel ID.
2788
2789 If the sender wants to compress the packet it MUST apply the
2790 compression now.  Sender MUST also compute the padding as described
2791 in above sections.  Then sender MUST encrypt the packet as has been
2792 described in above sections according whether the packet is normal
2793 packet or special packet.  Then sender MUST compute the MAC of the
2794 packet.  The computed MAC MUST NOT be encrypted.
2795
2796
2797 .ti 0
2798 2.10 Packet Reception
2799
2800 On packet reception the receiver MUST check that all fields in the
2801 SILC Packet Header are valid.  It MUST check the flags of the
2802 header and act accordingly.  It MUST also check the MAC of the packet
2803 and if it is to be failed the packet MUST be discarded.  Also if the
2804 header of the packet includes any bad fields the packet MUST be
2805 discarded.
2806
2807 See above sections on the decryption process of the received packet.
2808
2809 The receiver MUST also check that the ID's in the header are valid
2810 ID's.  Unsupported ID types or malformed ID's MUST cause packet
2811 rejection.  The padding on the reception is always ignored.
2812
2813 The receiver MUST also check the packet type and start parsing the
2814 packet according to the type.  However, note the above sections on
2815 special packet types and their parsing.
2816
2817
2818 .ti 0
2819 2.11 Packet Routing
2820
2821 Routers are the primary entities in the SILC network that takes care
2822 of packet routing.  However, normal servers routes packets as well, for
2823 example, when they are routing channel message to the local clients.
2824 Routing is quite simple as every packet tells the true origin and the
2825 true destination of the packet.
2826
2827 It is still RECOMMENDED for routers that has several routing connections
2828 to create route cache for those destinations that has faster route than
2829 the router's primary route.  This information is available for the router
2830 when other router connects to the router.  The connecting party then
2831 sends all of its locally connected clients, servers and channels.  These
2832 informations helps to create the route cache.  Also, when new channels
2833 are created to a cell its information is broadcasted to all routers
2834 in the network.  Channel ID's are based on router's ID thus it is easy
2835 to create route cache based on these informations.  If faster route for
2836 destination does not exist in router's route cache the packet MUST be
2837 routed to the primary route (default route).
2838
2839 However, there are some issues when routing channel messages to group
2840 of users.  Routers are responsible of routing the channel message to
2841 other routers, local servers and local clients as well.  Routers MUST
2842 send the channel message to only one router in the network, preferably
2843 to the shortest route to reach the channel users.  The message can be
2844 routed into either upstream or downstream.  After the message is sent
2845 to a router in the network it MUST NOT be sent to any other router in
2846 either same route or other route.  The message MUST NOT be routed to
2847 the router it came from.
2848
2849 When routing for example private messages they should be routed to the
2850 shortest route always to reach the destination client as fast as possible.
2851
2852 For server which receives a packet to be routed to an entity that is
2853 indirectly connected to the sender, the server MUST check whether that
2854 particular packet type is allowed to be routed to that destination.  Not
2855 all packets may be sent by some odd entity to for example a local client,
2856 or to some remote server or router, that is indirectly connected to the
2857 sender.  See section 2.3 SILC Packet Types and paragraph about indirectly
2858 connected entities and sending packets to them.  That section defines the
2859 packets that may be sent to indirectly connected entities.  When a server
2860 or a router receives a packet that may be sent to indirectly connected
2861 entity and it is destined to other entity except that server, it MUST
2862 route it further either to shortest route or to the primary route to reach
2863 that destination.
2864
2865 Routers form a ring in the SILC network.  However, routers may have other
2866 direct connections to other routers in the network too.  This can cause
2867 interesting routing problems in the network.  Since the network is a ring,
2868 the packets usually should be routed into clock-wise direction, or if it
2869 cannot be used then always counter clock-wise (primary route) direction.
2870 Problems may arise when a faster direct route exists and router is routing
2871 a channel message.  Currently channel messages must be routed either
2872 in upstream or downstream, they cannot be routed to other direct routes.
2873 The SILC protocol should have a shortest path discovery protocol, and some
2874 existing routing protocol, that can handle a ring network with other
2875 direct routes inside the ring (so called hybrid ring-mesh topology),
2876 MAY be defined to be used with the SILC protocol.  Additional
2877 specifications MAY be written on the subject to permeate this
2878 specification.
2879
2880
2881 .ti 0
2882 2.12 Packet Broadcasting
2883
2884 SILC packets MAY be broadcasted in SILC network.  However, only router
2885 server may send or receive broadcast packets.  Client and normal server
2886 MUST NOT send broadcast packets and they MUST ignore broadcast packets
2887 if they receive them.  Broadcast packets are sent by setting Broadcast
2888 flag to the SILC packet header.
2889
2890 Broadcasting packets means that the packet is sent to all routers in
2891 the SILC network, except to the router that sent the packet.  The router
2892 receiving broadcast packet MUST send the packet to its primary route.
2893 The fact that SILC routers may have several router connections can
2894 cause problems, such as race conditions inside the SILC network, if
2895 care is not taken when broadcasting packets.  Router MUST NOT send
2896 the broadcast packet to any other route except to its primary route.
2897
2898 If the primary route of the router is the original sender of the packet
2899 the packet MUST NOT be sent to the primary route.  This may happen
2900 if router has several router connections and some other router uses
2901 the router as its primary route.
2902
2903 Routers use broadcast packets to broadcast for example information
2904 about newly registered clients, servers, channels etc. so that all the
2905 routers may keep these informations up to date.
2906
2907
2908 .ti 0
2909 3 Security Considerations
2910
2911 Security is central to the design of this protocol, and these security
2912 considerations permeate the specification.  Common security considerations
2913 such as keeping private keys truly private and using adequate lengths for
2914 symmetric and asymmetric keys must be followed in order to maintain the
2915 security of this protocol.
2916
2917
2918 .ti 0
2919 4 References
2920
2921 [SILC1]      Riikonen, P., "Secure Internet Live Conferencing (SILC),
2922              Protocol Specification", Internet Draft, May 2002.
2923
2924 [SILC3]      Riikonen, P., "SILC Key Exchange and Authentication
2925              Protocols", Internet Draft, May 2002.
2926
2927 [SILC4]      Riikonen, P., "SILC Commands", Internet Draft, May 2002.
2928
2929 [IRC]        Oikarinen, J., and Reed D., "Internet Relay Chat Protocol",
2930              RFC 1459, May 1993.
2931
2932 [IRC-ARCH]   Kalt, C., "Internet Relay Chat: Architecture", RFC 2810,
2933              April 2000.
2934
2935 [IRC-CHAN]   Kalt, C., "Internet Relay Chat: Channel Management", RFC
2936              2811, April 2000.
2937
2938 [IRC-CLIENT] Kalt, C., "Internet Relay Chat: Client Protocol", RFC
2939              2812, April 2000.
2940
2941 [IRC-SERVER] Kalt, C., "Internet Relay Chat: Server Protocol", RFC
2942              2813, April 2000.
2943
2944 [SSH-TRANS]  Ylonen, T., et al, "SSH Transport Layer Protocol",
2945              Internet Draft.
2946
2947 [PGP]        Callas, J., et al, "OpenPGP Message Format", RFC 2440,
2948              November 1998.
2949
2950 [SPKI]       Ellison C., et al, "SPKI Certificate Theory", RFC 2693,
2951              September 1999.
2952
2953 [PKIX-Part1] Housley, R., et al, "Internet X.509 Public Key
2954              Infrastructure, Certificate and CRL Profile", RFC 2459,
2955              January 1999.
2956
2957 [Schneier]   Schneier, B., "Applied Cryptography Second Edition",
2958              John Wiley & Sons, New York, NY, 1996.
2959
2960 [Menezes]    Menezes, A., et al, "Handbook of Applied Cryptography",
2961              CRC Press 1997.
2962
2963 [OAKLEY]     Orman, H., "The OAKLEY Key Determination Protocol",
2964              RFC 2412, November 1998.
2965
2966 [ISAKMP]     Maughan D., et al, "Internet Security Association and
2967              Key Management Protocol (ISAKMP)", RFC 2408, November
2968              1998.
2969
2970 [IKE]        Harkins D., and Carrel D., "The Internet Key Exchange
2971              (IKE)", RFC 2409, November 1998.
2972
2973 [HMAC]       Krawczyk, H., "HMAC: Keyed-Hashing for Message
2974              Authentication", RFC 2104, February 1997.
2975
2976 [PKCS1]      Kalinski, B., and Staddon, J., "PKCS #1 RSA Cryptography
2977              Specifications, Version 2.0", RFC 2437, October 1998.
2978
2979 [RFC2119]    Bradner, S., "Key Words for use in RFCs to Indicate
2980              Requirement Levels", BCP 14, RFC 2119, March 1997.
2981
2982 [SFTP]       Ylonen T., and Lehtinen S., "Secure Shell File Transfer
2983              Protocol", Internet Draft, March 2001.
2984
2985 [RFC3629]    Yergeau, F., "UTF-8, a transformation format of ISO
2986              10646", RFC 3629, November 2003.
2987
2988
2989 .ti 0
2990 5 Author's Address
2991
2992 .nf
2993 Pekka Riikonen
2994 Snellmaninkatu 34 A 15
2995 70100 Kuopio
2996 Finland
2997
2998 EMail: priikone@iki.fi
2999
3000
3001 .ti 0
3002 6 Full Copyright Statement
3003
3004 Copyright (C) The Internet Society (2003). All Rights Reserved.
3005
3006 This document and translations of it may be copied and furnished to
3007 others, and derivative works that comment on or otherwise explain it
3008 or assist in its implementation may be prepared, copied, published
3009 and distributed, in whole or in part, without restriction of any
3010 kind, provided that the above copyright notice and this paragraph are
3011 included on all such copies and derivative works. However, this
3012 document itself may not be modified in any way, such as by removing
3013 the copyright notice or references to the Internet Society or other
3014 Internet organizations, except as needed for the purpose of
3015 developing Internet standards in which case the procedures for
3016 copyrights defined in the Internet Standards process must be
3017 followed, or as required to translate it into languages other than
3018 English.
3019
3020 The limited permissions granted above are perpetual and will not be
3021 revoked by the Internet Society or its successors or assigns.
3022
3023 This document and the information contained herein is provided on an
3024 "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
3025 TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
3026 BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
3027 HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
3028 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.