From 7f9a1c08b891a4f549458e5a6b6264e5ea18248b Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 10 Aug 2001 14:48:50 +0000 Subject: [PATCH] updates. --- doc/whitepaper/silc_protocol.html | 2 +- lib/silcclient/silcapi.h | 46 ++++++++++++++-------------- lib/silccore/silcauth.h | 3 +- lib/silccore/silcpayload.h | 50 +++++++++++++++---------------- 4 files changed, 51 insertions(+), 50 deletions(-) diff --git a/doc/whitepaper/silc_protocol.html b/doc/whitepaper/silc_protocol.html index a61faa1a..5b1734cb 100644 --- a/doc/whitepaper/silc_protocol.html +++ b/doc/whitepaper/silc_protocol.html @@ -528,7 +528,7 @@ If the clients cannot trust the servers and routers in the SILC Network they should not use the default way of sending the channel messages. Instead, they should use channel private keys to encrypt and decrypt the channel messages. Channel private keys are keys that are known -only by the clients who have joined the channel. Sservers and +only by the clients who have joined the channel. Servers and routers do not know the key and cannot decrypt the messages. When message is sent between two routers they are merely re-encrypted with the session key but not decrypted since the router do not have the diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index 98dbabc4..1dec749b 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -1,29 +1,29 @@ -/****h* silcclient/silcapi.h - * - * NAME - * - * silcapi.h - * - * COPYRIGHT - * - * Author: Pekka Riikonen - * - * Copyright (C) 2000 - 2001 Pekka Riikonen - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. +/* + + silcapi.h + + Author: Pekka Riikonen + + Copyright (C) 2000 - 2001 Pekka Riikonen + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +*/ + +/****h* silcclient/SilcClientAPI * * DESCRIPTION * - * This file defines the SILC Client Library API for the application. The - * client operations are defined first. These are callback functions that + * This interface defines the SILC Client Library API for the application. + * The client operations are defined first. These are callback functions that * the application MUST implement since the library may call the functions * at any time. At the end of file is the API for the application that * it can use from the library. This is the only file that the application diff --git a/lib/silccore/silcauth.h b/lib/silccore/silcauth.h index 008f727a..f265f97c 100644 --- a/lib/silccore/silcauth.h +++ b/lib/silccore/silcauth.h @@ -42,7 +42,8 @@ * * NAME * - * typedef struct SilcAuthPayloadStruct *SilcAuthPayload; + * typedef struct SilcAuthPayloadStruct *SilcAuthPayload; + * * * DESCRIPTION * diff --git a/lib/silccore/silcpayload.h b/lib/silccore/silcpayload.h index 861a6008..99c24398 100644 --- a/lib/silccore/silcpayload.h +++ b/lib/silccore/silcpayload.h @@ -1,24 +1,24 @@ -/****h* silccore/silcpayload.h - * - * NAME - * - * silcpayload.h - * - * COPYRIGHT - * - * Author: Pekka Riikonen - * - * Copyright (C) 2000 Pekka Riikonen - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. +/* + + silcpayload.h + + Author: Pekka Riikonen + + Copyright (C) 2000 - 2001 Pekka Riikonen + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +*/ + +/****h* silccore/SilcGenericPayloadAPI * * DESCRIPTION * @@ -40,10 +40,10 @@ * * DESCRIPTION * - * This context is the actual ID Payload and is allocated - * by silc_id_payload_parse and given as argument usually to - * all silc_id_payload_* functions. It is freed by the - * silc_id_payload_free function. + * This context is the actual ID Payload and is allocated by + * silc_id_payload_parse and given as argument usually to all + * silc_id_payload_* functions. It is freed by the function + * silc_id_payload_free. * ***/ typedef struct SilcIDPayloadStruct *SilcIDPayload; -- 2.24.0