X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcske%2Fsilcske.h;fp=lib%2Fsilcske%2Fsilcske.h;h=27bc5dc1b0db8257ebdd6081cc87e02c3d9f4976;hb=b280ae52db9aedad40a04691d0a854febfe7b692;hp=45837b367d504cfbbda33628a5812d9eea232596;hpb=ffff126beab26b5886d30453b30c49a224ac95eb;p=silc.git diff --git a/lib/silcske/silcske.h b/lib/silcske/silcske.h index 45837b36..27bc5dc1 100644 --- a/lib/silcske/silcske.h +++ b/lib/silcske/silcske.h @@ -443,8 +443,9 @@ void silc_ske_set_callbacks(SilcSKE ske, * the protocol has completed. The `stream' is the network connection * to the remote host. The SKE library will handle all key exchange * packets sent and received in the `stream' connection. The library will - * also set the remote host's ID automatically to the `stream'. The - * `params' include SKE parameters, and it must be provided. + * also set the remote host's ID automatically to the `stream' if it is + * present in the exchanged packets. The `params' include SKE parameters, + * and it must be provided. * * If the `start_payload' is NULL the library will generate it * automatically. Caller may provide it if it wants to send its own @@ -478,8 +479,10 @@ SilcAsyncOperation silc_ske_initiator(SilcSKE ske, * callback that was set in silc_ske_set_callbacks will be called once * the protocol has completed. The `stream' is the network connection * to the remote host. The SKE library will handle all key exchange - * packets sent and received in the `stream' connection. The `params' - * include SKE parameters, and must be provided. + * packets sent and received in the `stream' connection. The library will + * also set the remote hosts's ID automatically to the `stream' if it is + * present in the exchanged packets. The `params' include SKE parameters, + * and must be provided. * * This function returns SilcAsyncOperation operation context which can * be used to control the protocol from the application. Application may