SILC SKR API changes.
[silc.git] / lib / silcske / silcconnauth.h
index 5f48fcb4e51f9013cec2286446a1aa368c93b06d..e9db0b63a61a482cfe527047127af5caeebea7f1 100644 (file)
@@ -85,7 +85,9 @@ typedef enum {
  *    method is passphrase it must be returned to `passphrase' pointer.
  *    If it is digital signatures the key repository pointer must be
  *    returned into `repository' pointer, which the library will use to
- *    find the correct public key to verify the digital signature.
+ *    find the correct public key to verify the digital signature.  If
+ *    neither `passphrase' or `repository' is set but TRUE is returned,
+ *    authentication is not required.
  *
  *    If this connection is not configured at all this returns FALSE which
  *    will result into authentication failure.  Otherwise TRUE must be