Blame doc/functions/gnutls_srp_set_server_credentials_file

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_srp_set_server_credentials_file} (gnutls_srp_server_credentials_t @var{res}, const char * @var{password_file}, const char * @var{password_conf_file})
Packit Service 4684c1
@var{res}: is a @code{gnutls_srp_server_credentials_t}  type.
Packit Service 4684c1
Packit Service 4684c1
@var{password_file}: is the SRP password file (tpasswd)
Packit Service 4684c1
Packit Service 4684c1
@var{password_conf_file}: is the SRP password conf file (tpasswd.conf)
Packit Service 4684c1
Packit Service 4684c1
This function sets the password files, in a
Packit Service 4684c1
@code{gnutls_srp_server_credentials_t}  type.  Those password files
Packit Service 4684c1
hold usernames and verifiers and will be used for SRP
Packit Service 4684c1
authentication.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, or an
Packit Service 4684c1
error code.
Packit Service 4684c1
@end deftypefun