~ubuntu-branches/ubuntu/quantal/gnutls26/quantal

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_crt_get_subject_key_id.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_x509_crt_get_subject_key_id" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_x509_crt_get_subject_key_id" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_x509_crt_get_subject_key_id \- This function returns the certificate's key identifier
 
4
gnutls_x509_crt_get_subject_key_id \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/x509.h>
7
7
.sp
16
16
.IP "unsigned int * critical" 12
17
17
will be non zero if the extension is marked as critical (may be null)
18
18
.SH "DESCRIPTION"
19
 
This function will return the X.509v3 certificate's subject key identifier.
20
 
This is obtained by the X.509 Subject Key identifier extension
21
 
field (2.5.29.14). 
 
19
This function will return the X.509v3 certificate's subject key
 
20
identifier.  This is obtained by the X.509 Subject Key identifier
 
21
extension field (2.5.29.14).
22
22
.SH "RETURNS"
23
23
On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a
24
 
negative error value.and a negative value in case of an error.
 
24
negative error value.
25
25
.SH "REPORTING BUGS"
26
26
Report bugs to <bug-gnutls@gnu.org>.
27
27
GnuTLS home page: http://www.gnu.org/software/gnutls/