![]() |
![]()
| ![]() |
![]()
NAMEgnutls_psk_set_client_credentials2 - API function SYNOPSIS#include <gnutls/gnutls.h> int gnutls_psk_set_client_credentials2(gnutls_psk_client_credentials_t res, const gnutls_datum_t * username, const gnutls_datum_t * key, gnutls_psk_key_flags flags); ARGUMENTS
DESCRIPTIONThis function is identical to gnutls_psk_set_client_credentials(), except that it allows a non-null-terminated username to be introduced. RETURNSOn success, GNUTLS_E_SUCCESS (0) is returned, otherwise an error code is returned. REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|