~ubuntu-branches/ubuntu/intrepid/gnutls26/intrepid-security

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_crl_init.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-05-01 13:09:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080501130949-qsbsi06stso6a0ij
Tags: upstream-2.2.3~rc
ImportĀ upstreamĀ versionĀ 2.2.3~rc

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_x509_crl_init" 3 "2.2.3" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_x509_crl_init \- This function initializes a gnutls_x509_crl_t structure
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/x509.h>
 
7
.sp
 
8
.BI "int gnutls_x509_crl_init(gnutls_x509_crl_t * " crl ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_x509_crl_t * crl" 12
 
11
The structure to be initialized
 
12
.SH "DESCRIPTION"
 
13
This function will initialize a CRL structure. CRL stands for
 
14
Certificate Revocation List. A revocation list usually contains
 
15
lists of certificate serial numbers that have been revoked
 
16
by an Authority. The revocation lists are always signed with
 
17
the authority's private key.
 
18
 
 
19
Returns 0 on success.
 
20
.SH "REPORTING BUGS"
 
21
Report bugs to <bug-gnutls@gnu.org>.
 
22
.SH COPYRIGHT
 
23
Copyright \(co 2006, 2007 Free Software Foundation.
 
24
.br
 
25
Permission is granted to make and distribute verbatim copies of this
 
26
manual provided the copyright notice and this permission notice are
 
27
preserved on all copies.
 
28
.SH "SEE ALSO"
 
29
The full documentation for
 
30
.B gnutls
 
31
is maintained as a Texinfo manual.  If the
 
32
.B info
 
33
and
 
34
.B gnutls
 
35
programs are properly installed at your site, the command
 
36
.IP
 
37
.B info gnutls
 
38
.PP
 
39
should give you access to the complete manual.