~ubuntu-branches/ubuntu/oneiric/gnutls26/oneiric

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_psk_set_client_credentials.3

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "gnutls_psk_set_client_credentials" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_psk_set_client_credentials" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_psk_set_client_credentials \- Used to set the username/password, in a gnutls_psk_client_credentials_t structure
 
4
gnutls_psk_set_client_credentials \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/gnutls.h>
7
7
.sp
17
17
.SH "DESCRIPTION"
18
18
This function sets the username and password, in a
19
19
gnutls_psk_client_credentials_t structure.  Those will be used in
20
 
PSK authentication. \fIusername\fP should be an ASCII string or UTF\-8
21
 
strings prepared using the "SASLprep" profile of "stringprep".
22
 
The key can be either in raw byte format or in Hex (not with the
23
 
'0x' prefix).
 
20
PSK authentication.  \fIusername\fP should be an ASCII string or UTF\-8
 
21
strings prepared using the "SASLprep" profile of "stringprep".  The
 
22
key can be either in raw byte format or in Hex format (without the
 
23
0x prefix).
24
24
.SH "RETURNS"
25
25
\fBGNUTLS_E_SUCCESS\fP on success, or an error code.
26
26
.SH "REPORTING BUGS"