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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_sign_list.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-04-14 14:23:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090414142319-ok7xejzbqkofno1q
Tags: 2.6.5-1
* Sync sections in debian/control with override file. libgnutls26-dbg is
  section debug, guile-gnutls is section lisp.
* New upstream version. (Needed for Libtasn1-3 2.0)
* New patch 15_tasn1inpc.diff. Make sure libtasn1 is listed in Libs.private.
* Standards-Version: 3.8.1, no changes required.

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_sign_list" 3 "2.6.5" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_sign_list \- Get a list of supported public key signature algorithms
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "const gnutls_sign_algorithm_t * gnutls_sign_list( " void ");"
 
9
.SH ARGUMENTS
 
10
.IP " void" 12
 
11
.SH "DESCRIPTION"
 
12
 
 
13
Get a list of supported public key signature algorithms.
 
14
.SH "RETURNS"
 
15
a zero\-terminated list of \fBgnutls_sign_algorithm_t\fP
 
16
integers indicating the available ciphers.
 
17
.SH "REPORTING BUGS"
 
18
Report bugs to <bug-gnutls@gnu.org>.
 
19
.SH COPYRIGHT
 
20
Copyright \(co 2008 Free Software Foundation.
 
21
.br
 
22
Permission is granted to make and distribute verbatim copies of this
 
23
manual provided the copyright notice and this permission notice are
 
24
preserved on all copies.
 
25
.SH "SEE ALSO"
 
26
The full documentation for
 
27
.B gnutls
 
28
is maintained as a Texinfo manual.  If the
 
29
.B info
 
30
and
 
31
.B gnutls
 
32
programs are properly installed at your site, the command
 
33
.IP
 
34
.B info gnutls
 
35
.PP
 
36
should give you access to the complete manual.