~ubuntu-branches/ubuntu/raring/gnutls26/raring

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_pkcs12_bag_get_friendly_name.3

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-05-20 13:07:18 UTC
  • mfrom: (12.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110520130718-db41dybbanzfvlji
Tags: 2.10.5-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Fix build failure with --no-add-needed.
  - Build for multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "gnutls_pkcs12_bag_get_friendly_name" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_pkcs12_bag_get_friendly_name" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_pkcs12_bag_get_friendly_name \- This function returns the friendly name of the bag element
 
4
gnutls_pkcs12_bag_get_friendly_name \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/pkcs12.h>
7
7
.sp
14
14
.IP "char ** name" 12
15
15
will hold a pointer to the name (to be treated as const)
16
16
.SH "DESCRIPTION"
17
 
This function will return the friendly name, of the specified bag element.
18
 
The key ID is usually used to distinguish the local private key and the certificate pair.
 
17
This function will return the friendly name, of the specified bag
 
18
element.  The key ID is usually used to distinguish the local
 
19
private key and the certificate pair.
19
20
.SH "RETURNS"
20
21
On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a
21
22
negative error value. or a negative value on error.