| silcauth.html
 SILC Authentication Interface
 Header: silcauth.h
 
 DESCRIPTION
 
 Implementations of the SILC Authentication Payload and authentication
 routines.  The SILC Authentication Payload is used to deliver
 authentication data usually from client to server in purpose of
 gaining access to some service.  The Payload and the authentication
 routines supports both passphrase and public key (signature) based
 authentication.
 This interface defines also the SILC Key Agreement Payload that is
 used by client to agree on key material usually with another client
 in the network.
SilcAuthMethod
SilcAuthPayload
silc_auth_payload_parse
silc_auth_payload_encode
silc_auth_payload_free
silc_auth_get_method
silc_auth_get_public_data
silc_auth_get_data
silc_auth_public_key_auth_generate
silc_auth_public_key_auth_generate_wpub
silc_auth_public_key_auth_verify
silc_auth_public_key_auth_verify_data
silc_auth_verify
silc_auth_verify_data
SilcKeyAgreementPayload
silc_key_agreement_payload_parse
silc_key_agreement_payload_encode
silc_key_agreement_payload_free
silc_key_agreement_get_hostname
silc_key_agreement_get_protocol
silc_key_agreement_get_port 
 
 
 
 |