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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_x509_crt_get_serial.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_serial" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_x509_crt_get_serial" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_x509_crt_get_serial \- This function returns the certificate's serial number
 
4
gnutls_x509_crt_get_serial \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/x509.h>
7
7
.sp
14
14
.IP "size_t * result_size" 12
15
15
Holds the size of the result field.
16
16
.SH "DESCRIPTION"
17
 
This function will return the X.509 certificate's serial number. 
18
 
This is obtained by the X509 Certificate serialNumber
19
 
field. Serial is not always a 32 or 64bit number. Some CAs use
20
 
large serial numbers, thus it may be wise to handle it as something
21
 
opaque. 
 
17
This function will return the X.509 certificate's serial number.
 
18
This is obtained by the X509 Certificate serialNumber field. Serial
 
19
is not always a 32 or 64bit number. Some CAs use large serial
 
20
numbers, thus it may be wise to handle it as something opaque.
22
21
.SH "RETURNS"
23
22
On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a
24
 
negative error value.and a negative value in case of an error.
 
23
negative error value.
25
24
.SH "REPORTING BUGS"
26
25
Report bugs to <bug-gnutls@gnu.org>.
27
26
GnuTLS home page: http://www.gnu.org/software/gnutls/