~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_certificate_set_x509_key.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_certificate_set_x509_key" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_certificate_set_x509_key" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_certificate_set_x509_key \- Used to set keys in a gnutls_certificate_credentials_t structure
 
4
gnutls_certificate_set_x509_key \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/gnutls.h>
7
7
.sp
18
18
.SH "DESCRIPTION"
19
19
This function sets a certificate/private key pair in the
20
20
gnutls_certificate_credentials_t structure.  This function may be
21
 
called more than once (in case multiple keys/certificates exist
22
 
for the server).
 
21
called more than once (in case multiple keys/certificates exist for
 
22
the server).  For clients that wants to send more than its own end
 
23
entity certificate (e.g., also an intermediate CA cert) then put
 
24
the certificate chain in \fIcert_list\fP.
23
25
.SH "RETURNS"
24
26
\fBGNUTLS_E_SUCCESS\fP on success, or an error code.
25
27
.SH "SINCE"