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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_sign_get_name.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_get_name" 3 "2.6.5" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_sign_get_name \- Get name string for a #gnutls_sign_algorithm_t
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "const char * gnutls_sign_get_name(gnutls_sign_algorithm_t " algorithm ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_sign_algorithm_t algorithm" 12
 
11
is a public key signature algorithm
 
12
.SH "DESCRIPTION"
 
13
Convert a \fBgnutls_sign_algorithm_t\fP value to a string.
 
14
.SH "RETURNS"
 
15
a pointer to a string that contains the name of the
 
16
specified public key signature algorithm, or \fBNULL\fP.
 
17
.SH "SINCE"
 
18
2.6.0
 
19
.SH "REPORTING BUGS"
 
20
Report bugs to <bug-gnutls@gnu.org>.
 
21
.SH COPYRIGHT
 
22
Copyright \(co 2008 Free Software Foundation.
 
23
.br
 
24
Permission is granted to make and distribute verbatim copies of this
 
25
manual provided the copyright notice and this permission notice are
 
26
preserved on all copies.
 
27
.SH "SEE ALSO"
 
28
The full documentation for
 
29
.B gnutls
 
30
is maintained as a Texinfo manual.  If the
 
31
.B info
 
32
and
 
33
.B gnutls
 
34
programs are properly installed at your site, the command
 
35
.IP
 
36
.B info gnutls
 
37
.PP
 
38
should give you access to the complete manual.