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