~ubuntu-branches/ubuntu/precise/gnutls28/precise

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_trust_list_get_issuer.3

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-09-20 19:37:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20110920193706-a9phjijvddzg3nkl
Tags: 3.0.3-1
* New upstream version. (Includes a fix for #640639)
* Bump shlibs.

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_trust_list_get_issuer" 3 "3.0.1" "gnutls" "gnutls"
 
2
.TH "gnutls_x509_trust_list_get_issuer" 3 "3.0.2" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_x509_trust_list_get_issuer \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/x509.h>
7
7
.sp
8
 
.BI "int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t " list ", gnutls_x509_crt_t " cert ", gnutls_x509_crt_t* " issuer ", unsigned int " flags ");"
 
8
.BI "int gnutls_x509_trust_list_get_issuer(gnutls_x509_trust_list_t " list ", gnutls_x509_crt_t " cert ", gnutls_x509_crt_t * " issuer ", unsigned int " flags ");"
9
9
.SH ARGUMENTS
10
10
.IP "gnutls_x509_trust_list_t list" 12
11
11
The structure of the list
12
12
.IP "gnutls_x509_crt_t cert" 12
13
13
is the certificate to find issuer for
14
 
.IP "gnutls_x509_crt_t* issuer" 12
 
14
.IP "gnutls_x509_crt_t * issuer" 12
15
15
Will hold the issuer if any. Should be treated as constant.
16
16
.IP "unsigned int flags" 12
17
17
Use (0).