~ubuntu-branches/ubuntu/lucid/gnutls26/lucid-proposed

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_crt_get_issuer_dn_oid.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-06-24 19:13:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080624191325-33rewwn0p11jzdvq
Tags: 2.4.0-2
* Standards version 3.8.0. Rename README.source_and_patches to README.source.
* Upload to unstable.
* Point watchfile to stable releases again.
* Merge experimental and unstable changelog.

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_x509_crt_get_issuer_dn_oid" 3 "2.2.5" "gnutls" "gnutls"
 
2
.TH "gnutls_x509_crt_get_issuer_dn_oid" 3 "2.4.0" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_x509_crt_get_issuer_dn_oid \- This function returns the Certificate's issuer distinguished name OIDs
5
5
.SH SYNOPSIS
8
8
.BI "int gnutls_x509_crt_get_issuer_dn_oid(gnutls_x509_crt_t " cert ", int " indx ", void * " oid ", size_t * " sizeof_oid ");"
9
9
.SH ARGUMENTS
10
10
.IP "gnutls_x509_crt_t cert" 12
11
 
should contain a gnutls_x509_crt_t structure
 
11
should contain a \fBgnutls_x509_crt_t\fP structure
12
12
.IP "int indx" 12
13
13
This specifies which OID to return. Use zero to get the first one.
14
14
.IP "void * oid" 12
20
20
issuer specified by the given index.
21
21
 
22
22
If \fIoid\fP is null then only the size will be filled.
23
 
 
24
 
Returns GNUTLS_E_SHORT_MEMORY_BUFFER if the provided buffer is not
 
23
.SH "RETURNS"
 
24
GNUTLS_E_SHORT_MEMORY_BUFFER if the provided buffer is not
25
25
long enough, and in that case the *sizeof_oid will be updated with
26
26
the required size.  On success 0 is returned.
27
27
.SH "REPORTING BUGS"
28
28
Report bugs to <bug-gnutls@gnu.org>.
29
29
.SH COPYRIGHT
30
 
Copyright \(co 2006, 2007 Free Software Foundation.
 
30
Copyright \(co 2008 Free Software Foundation.
31
31
.br
32
32
Permission is granted to make and distribute verbatim copies of this
33
33
manual provided the copyright notice and this permission notice are