~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to doc/functions/gnutls_certificate_set_x509_key

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
@var{cert_list_size}: holds the size of the certificate list
11
11
 
12
 
@var{key}: is a gnutls_x509_privkey_t key
 
12
@var{key}: is a @code{gnutls_x509_privkey_t}  key
13
13
 
14
14
This function sets a certificate/private key pair in the
15
15
gnutls_certificate_credentials_t structure.  This function may be
16
16
called more than once, in case multiple keys/certificates exist for
17
 
the server.  For clients that wants to send more than its own end
 
17
the server.  For clients that wants to send more than their own end
18
18
entity certificate (e.g., also an intermediate CA cert) then put
19
19
the certificate chain in  @code{cert_list} .
20
20