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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_certificate_get_x509_crls.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
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_certificate_get_x509_crls" 3 "2.4.0" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_certificate_get_x509_crls \- Used to export all the CRLs from a gnutls_certificate_credentials_t structure
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "void gnutls_certificate_get_x509_crls(gnutls_certificate_credentials_t " sc ", gnutls_x509_crl_t ** " x509_crl_list ", unsigned int* " ncrls ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_certificate_credentials_t sc" 12
 
11
is an \fBgnutls_certificate_credentials_t\fP structure.
 
12
.IP "gnutls_x509_crl_t ** x509_crl_list" 12
 
13
the exported CRL list. Should be treated as constant
 
14
.IP "unsigned int* ncrls" 12
 
15
the number of exported CRLs
 
16
.SH "DESCRIPTION"
 
17
This function will export all the CRLs associated with the given
 
18
credentials.
 
19
.SH "SINCE"
 
20
2.4.0
 
21
.SH "REPORTING BUGS"
 
22
Report bugs to <bug-gnutls@gnu.org>.
 
23
.SH COPYRIGHT
 
24
Copyright \(co 2008 Free Software Foundation.
 
25
.br
 
26
Permission is granted to make and distribute verbatim copies of this
 
27
manual provided the copyright notice and this permission notice are
 
28
preserved on all copies.
 
29
.SH "SEE ALSO"
 
30
The full documentation for
 
31
.B gnutls
 
32
is maintained as a Texinfo manual.  If the
 
33
.B info
 
34
and
 
35
.B gnutls
 
36
programs are properly installed at your site, the command
 
37
.IP
 
38
.B info gnutls
 
39
.PP
 
40
should give you access to the complete manual.