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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_certificate_get_ours.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_certificate_get_ours" 3 "3.0.1" "gnutls" "gnutls"
 
2
.TH "gnutls_certificate_get_ours" 3 "3.0.2" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_certificate_get_ours \- API function
5
5
.SH SYNOPSIS
10
10
.IP "gnutls_session_t session" 12
11
11
is a gnutls session
12
12
.SH "DESCRIPTION"
13
 
Get the certificate as sent to the peer, in the last handshake.
14
 
These certificates are in raw format.  In X.509 this is a
15
 
certificate list. In OpenPGP this is a single certificate.
 
13
Gets the certificate as sent to the peer in the last handshake.
 
14
The certificate is in raw (DER) format.  No certificate
 
15
list is being returned. Only the first certificate.
16
16
.SH "RETURNS"
17
 
return a pointer to a \fBgnutls_datum_t\fP containing our
 
17
a pointer to a \fBgnutls_datum_t\fP containing our
18
18
certificates, or \fBNULL\fP in case of an error or if no certificate
19
19
was used.
20
20
.SH "REPORTING BUGS"