~ubuntu-branches/ubuntu/precise/gnutls28/precise

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_pubkey_get_openpgp_key_id.3

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-09-20 19:37:06 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20110920193706-a9phjijvddzg3nkl
Tags: 3.0.3-1
* New upstream version. (Includes a fix for #640639)
* Bump shlibs.

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_pubkey_get_openpgp_key_id" 3 "3.0.1" "gnutls" "gnutls"
 
2
.TH "gnutls_pubkey_get_openpgp_key_id" 3 "3.0.2" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_pubkey_get_openpgp_key_id \- API function
5
5
.SH SYNOPSIS
24
24
certificate corresponds to the given public key.
25
25
 
26
26
If the buffer provided is not long enough to hold the output, then
27
 
*output_data_size is updated and GNUTLS_E_SHORT_MEMORY_BUFFER will
 
27
*output_data_size is updated and \fBGNUTLS_E_SHORT_MEMORY_BUFFER\fP will
28
28
be returned.  The output will normally be a SHA\-1 hash output,
29
29
which is 20 bytes.
30
30
.SH "RETURNS"