updates.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 3 Aug 2001 15:36:04 +0000 (15:36 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 3 Aug 2001 15:36:04 +0000 (15:36 +0000)
doc/whitepaper/silc_protocol.html
scripts/html2psrc

index b445432ae845de4c0939545e781131556a890368..cbe351a0918b25747ed18c124c59b48c99fe2273 100644 (file)
@@ -7,14 +7,14 @@
 <meta name="Author" content="Pekka Riikonen - SILC Project">
 <meta name="Description"
  content="SILC - Secure Internet Live Conferencing Protocol">
-<meta name="Created" content="Version 1.0 / 04 Aug 2001">
+<meta name="Created" content="Version 1.0 / 03 Aug 2001">
 </head>
 <body bgcolor="#ffffff">
 
 <font face="Helvetica">
 
 <font size="6"><b>SILC Protocol White Paper</b></font><br>
-<font size="2">Version 1.0 / 04 Aug 2001</font>
+<font size="2">Version 1.0 / 03 Aug 2001</font>
 
 <p>
 <h1>Introduction</h1>
@@ -114,9 +114,9 @@ or SSL.  In these cases the security is achieved usually by encrypting the
 data while key management and other security issues may be left out, leaving
 the implementation vulnerable to various security problems.  The other
 problem is also that the external protocols tend to leave the network
-only party secured; usually only two points in the network are secured with
-for example SSL.  While SSL does provide provable security it is not
-enough to provide security for a network as a whole.
+only partly secured; usually only two points in the network are secured
+with for example SSL.  While SSL does provide provable security it is not
+enough to provide security for a chat network as a whole.
 <p>
 
 The network topology is also different to various other chat protocol,
@@ -740,7 +740,7 @@ method of private message delivery is very simple and recommended.
 
 
 <p><br>
-<h1>Conclusions</h1>
+<h1>Conclusion</h1>
 
 The Secure Internet Live Conferencing (SILC) protocol is a new generation
 chat protocol that provides all the common conferencing services with
index e02c2d0308c3c0feb30faa16d5764a6239855b6f..8b619f4de3cdac634b5f23b921ab20c78d47e731 100755 (executable)
@@ -21,6 +21,7 @@
   option {
     toc: bh;              /* Generate a table of contents, based on headings */
     titlepage: 1;         /* Generate a title page */
+ /*   original: 1; */
   }
   titlepage {           /* The title page content: document title, author and
                            creation date */
@@ -29,6 +30,7 @@
   }
   package {
     djpeg: 1;
+    Ghostscript: 1;
   }
   toc {
     heading: "TABLE OF CONTENTS";
@@ -59,4 +61,4 @@ ADDRESS { text-align: right }
 BODY {
   font-family: Helvetica;
   text-align: justify
-}
\ No newline at end of file
+}