~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-updates

1 by Andreas Metzler
Import upstream version 2.2.3~rc
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
1.3.3 by Andreas Metzler
Import upstream version 2.8.5
2
.TH "gnutls_x509_crl_sign2" 3 "2.8.5" "gnutls" "gnutls"
1 by Andreas Metzler
Import upstream version 2.2.3~rc
3
.SH NAME
4
gnutls_x509_crl_sign2 \- This function will sign a CRL with a key
5
.SH SYNOPSIS
6
.B #include <gnutls/x509.h>
7
.sp
8
.BI "int gnutls_x509_crl_sign2(gnutls_x509_crl_t " crl ", gnutls_x509_crt_t " issuer ", gnutls_x509_privkey_t " issuer_key ", gnutls_digest_algorithm_t " dig ", unsigned int " flags ");"
9
.SH ARGUMENTS
10
.IP "gnutls_x509_crl_t crl" 12
11
should contain a gnutls_x509_crl_t structure
12
.IP "gnutls_x509_crt_t issuer" 12
13
is the certificate of the certificate issuer
14
.IP "gnutls_x509_privkey_t issuer_key" 12
15
holds the issuer's private key
16
.IP "gnutls_digest_algorithm_t dig" 12
17
The message digest to use. GNUTLS_DIG_SHA1 is the safe choice unless you know what you're doing.
18
.IP "unsigned int flags" 12
19
must be 0
20
.SH "DESCRIPTION"
21
This function will sign the CRL with the issuer's private key, and
22
will copy the issuer's information into the CRL.
23
24
This must be the last step in a certificate CRL since all
25
the previously set parameters are now signed.
1.1.2 by Andreas Metzler
Import upstream version 2.4.0
26
.SH "RETURNS"
27
On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a
28
negative error value.
1 by Andreas Metzler
Import upstream version 2.2.3~rc
29
.SH "REPORTING BUGS"
30
Report bugs to <bug-gnutls@gnu.org>.
1.2.2 by Andreas Metzler
Import upstream version 2.8.1
31
GnuTLS home page: http://www.gnu.org/software/gnutls/
32
General help using GNU software: http://www.gnu.org/gethelp/
1 by Andreas Metzler
Import upstream version 2.2.3~rc
33
.SH COPYRIGHT
1.1.2 by Andreas Metzler
Import upstream version 2.4.0
34
Copyright \(co 2008 Free Software Foundation.
1 by Andreas Metzler
Import upstream version 2.2.3~rc
35
.br
1.2.2 by Andreas Metzler
Import upstream version 2.8.1
36
Copying and distribution of this file, with or without modification,
37
are permitted in any medium without royalty provided the copyright
38
notice and this notice are preserved.
1 by Andreas Metzler
Import upstream version 2.2.3~rc
39
.SH "SEE ALSO"
40
The full documentation for
41
.B gnutls
42
is maintained as a Texinfo manual.  If the
43
.B info
44
and
45
.B gnutls
46
programs are properly installed at your site, the command
47
.IP
48
.B info gnutls
49
.PP
50
should give you access to the complete manual.