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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_dh_get_group.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_dh_get_group" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_dh_get_group" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_dh_get_group \- return the group of the DH authentication
 
4
gnutls_dh_get_group \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/gnutls.h>
7
7
.sp
15
15
will hold the prime.
16
16
.SH "DESCRIPTION"
17
17
This function will return the group parameters used in the last
18
 
Diffie\-Hellman authentication with the peer.  These are the prime
19
 
and the generator used.  This function should be used for both
 
18
Diffie\-Hellman key exchange with the peer.  These are the prime and
 
19
the generator used.  This function should be used for both
20
20
anonymous and ephemeral Diffie\-Hellman.  The output parameters must
21
21
be freed with \fBgnutls_free()\fP.
22
22
.SH "RETURNS"