From da1fc0ae61d10ad498dee7aeee8d5a39047764c8 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 27 Feb 2001 15:30:10 +0000 Subject: [PATCH] update. --- lib/silcclient/silcapi.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/silcclient/silcapi.h b/lib/silcclient/silcapi.h index d81b00da..f30b2f01 100644 --- a/lib/silcclient/silcapi.h +++ b/lib/silcclient/silcapi.h @@ -458,8 +458,14 @@ void silc_client_free_private_message_keys(SilcPrivateMessageKeys keys, be tried in order to find the correct decryption key. However, setting a few keys does not have big impact to the decryption performace. - Note that this is entirely local setting. The key set using this function - is not sent to the network at any phase. */ + NOTE: that this is entirely local setting. The key set using this function + is not sent to the network at any phase. + + NOTE: If the key material was originated by the SKE protocol (using + silc_client_send_key_agreement) then the `key' MUST be the + key->send_enc_key as this is dictated by the SILC protocol. However, + currently it is not expected that the SKE key material would be used + as channel private key. */ int silc_client_add_channel_private_key(SilcClient client, SilcClientConnection conn, SilcChannelEntry channel, -- 2.43.0