TODO/bugs In SILC Libraries
===========================
- o Remove the old private key file format support in silcpkcs.c.
-
o Test cases for all cryptographic primitive in lib/silccrypt/
o Test cases for all payload encoding and decoding routins in lib/silccore/
the sender's public key you can fetch it with GETKEY command.
If you don't want to verify the signatures from received messages
-you may do /SET ignore_messages_signatures on. In this case
+you may do /SET ignore_message_signatures on. In this case
signatures in messages are ignored and they appear as normal
non-signed messages. By default, all message signatures are
verified.
-manpage(SILC) (1) (October 31 2002) (silc-client) (silc-client)
+manpage(SILC) (1) (December 7 2002) (silc-client) (silc-client)
manpagename(silc) (client for SILC, a secure and flexible conferencing network)
using easier for new users.
bf(Silc) supports sending of practically any kind of messages in addition
-of normal text messages in the SILC network. The session to SILC server
+of normal text messages in the SILC network. This includes multimedia
+messages like images, video and audio stream. The session to SILC server
is secured with session key, channel messages are protected with channel
key and private messages with session keys. It is also possible to use
private channel keys and private message keys in addition to server
-generated keys.
+generated keys. It is also possible to digitally sign all messages.
bf(Silc) supports em(passphrase) authentication and public key authentication
based on em(digital signatures), when connecting to SILC server. bf(Silc)