d5038ad897edc356ddf32d44f723570bd18f65e5
[crypto.git] / public_html / docs.html
1 <html>
2 <style TYPE="text/css"><!-- A:link {text-decoration: none}A:visited{text-decoration:none}A:active{text-decoration:none}--></style>
3 <body bgcolor="#ffffff">
4 <p><br>
5 <a href="index.html"><img src="silc2.jpg" border=0></a>
6 <table width="70%" border="0" cellspacing="0" cellpadding="1"
7 align=center>
8 <tr>
9 <td>
10 <p>
11 <font size=4>
12 <h1>SILC Documentation</h1>
13 <p>
14 Currently the SILC documentation is under work and the software does not
15 have that much of a documentation.
16 <p>
17 [Coming later: Software manual, SILC Library Reference manual]
18
19 <p><br>
20 <h1>Other Documentation</h1>
21 <p>
22 Coding Style in SILC source tree: <a href="docs/CodingStyle">CodingStyle</a>
23
24 <p><br>
25 <h1>SILC Protocol Internet Drafts</h1>
26 <p>
27 SILC Protocol is documented and three Internet Drafts exists. These 
28 Internet Drafts has been submitted, also, to the
29 <a href="http://www.ietf.org">IETF</a>.
30 <p>
31 <li>Secure Internet Live Conferencing (SILC), Protocol Specification
32 <p>
33 Abstract
34 <p>
35 This memo describes a Secure Internet Live Conferencing (SILC)
36 protocol which provides secure conferencing services over insecure
37 network channel.  SILC is IRC [IRC] like protocol, however, it is 
38 not equivalent to IRC and does not support IRC.  Strong cryptographic
39 methods are used to protect SILC packets inside SILC network.  Two
40 other Internet Drafts relates very closely to this memo;  SILC Packet
41 Protocol [SILC2] and SILC Key Exchange and Authentication Protocols
42 [SILC3].
43 <p>
44 <a href="docs/draft-riikonen-silc-spec-00.txt">
45 draft-riikonen-silc-spec-00.txt</a>
46 <p><br>
47
48 <li>SILC Packet Protocol
49 <p>
50 Abstract
51 <p>
52 This memo describes a Packet Protocol used in the Secure Internet Live
53 Conferencing (SILC) protocol specified in the Secure Internet Live
54 Conferencing, Protocol Specification Internet Draft [SILC1].  This
55 protocol describes the packet types and packet payloads which defines
56 the contents of the packets.  The protocol provides secure binary packet
57 protocol that assures that the contents of the packets are secured and
58 authenticated.
59 <p>
60 <a href="docs/draft-riikonen-silc-pp-00.txt">
61 draft-riikonen-silc-pp-00.txt</a>
62 <p><br>
63
64 <li>SILC Key Exchange and Authentication Protocols
65 <p>
66 Abstract
67 <p>
68 This memo describes two protocols used in the Secure Internet Live
69 Conferencing (SILC) protocol specified in the Secure Internet Live
70 Conferencing, Protocol Specification internet-draft [SILC1].  The
71 SILC Key Exchange (SKE) protocol provides secure key exchange between
72 two parties resulting into shared secret key material.  The protocol
73 is based on Diffie Hellman key exchange algorithm and its functionality
74 is derived from several key exchange protocols.  SKE uses best parts
75 of the SSH2 Key Exchange protocol, Station-To-Station (STS) protocol
76 and the OAKLEY Key Determination protocol [OAKLEY].
77 <p>
78 The SILC Connection Authentication protocol provides user level
79 authentication used when creating connections in SILC network.  The
80 protocol is transparent to the authentication data which means that it
81 can be used to authenticate the user with, for example, passphrase
82 (pre-shared- secret) or public key (and certificate).
83 <p>
84 <a href="docs/draft-riikonen-silc-ke-auth-00.txt">
85 draft-riikonen-silc-ke-auth-00.txt</a>
86 <p><br>
87
88 </td>
89 </tr>
90 </table>
91 </body>
92 </html>