From 0fc7853b9ae4ae2eae6a8749b4df4929d6ee2847 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 3 Aug 2001 15:36:04 +0000 Subject: [PATCH] updates. --- doc/whitepaper/silc_protocol.html | 12 ++++++------ scripts/html2psrc | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/whitepaper/silc_protocol.html b/doc/whitepaper/silc_protocol.html index b445432a..cbe351a0 100644 --- a/doc/whitepaper/silc_protocol.html +++ b/doc/whitepaper/silc_protocol.html @@ -7,14 +7,14 @@ - + SILC Protocol White Paper
-Version 1.0 / 04 Aug 2001 +Version 1.0 / 03 Aug 2001

Introduction

@@ -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.

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.


-

Conclusions

+

Conclusion

The Secure Internet Live Conferencing (SILC) protocol is a new generation chat protocol that provides all the common conferencing services with diff --git a/scripts/html2psrc b/scripts/html2psrc index e02c2d03..8b619f4d 100755 --- a/scripts/html2psrc +++ b/scripts/html2psrc @@ -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 +} -- 2.24.0