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

« back to all changes in this revision

Viewing changes to doc/functions/gnutls_x509_crq_get_dn_oid

  • 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:
5
5
@deftypefun {int} {gnutls_x509_crq_get_dn_oid} (gnutls_x509_crq_t @var{crq}, int @var{indx}, void * @var{oid}, size_t * @var{sizeof_oid})
6
6
@var{crq}: should contain a gnutls_x509_crq_t structure
7
7
 
8
 
@var{indx}: Specifies which DN OID to send. Use (0) to get the first one.
 
8
@var{indx}: Specifies which DN OID to get. Use (0) to get the first one.
9
9
 
10
10
@var{oid}: a pointer to a structure to hold the name (may be @code{NULL} )
11
11