~ubuntu-branches/ubuntu/natty/gnutls26/natty

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_dh_get_peers_public_bits.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-08-14 19:14:29 UTC
  • mfrom: (1.1.7 upstream) (12.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090814191429-6hovzz3oaqq101rm
Tags: 2.8.3-1
* New upstream version.
  + Stops hardcoding a hard dependency on the versions of gcrypt and tasn it
    was built against. Closes: #540449
  + Fixes CVE-2009-2730, a vulnerability related to NUL bytes in X.509
    certificate name fields. Closes: #541439        GNUTLS-SA-2009-4
    http://lists.gnu.org/archive/html/help-gnutls/2009-08/msg00011.html
* Drop 15_chainverify_expiredcert.diff, included upstream.
* Urgency high, since 541439 applies to testing, too.

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_peers_public_bits" 3 "2.6.6" "gnutls" "gnutls"
 
2
.TH "gnutls_dh_get_peers_public_bits" 3 "2.8.3" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_dh_get_peers_public_bits \- return the bits used in DH authentication
5
5
.SH SYNOPSIS
11
11
is a gnutls session
12
12
.SH "DESCRIPTION"
13
13
Get the Diffie\-Hellman public key bit size.  Can be used for both
14
 
anonymous and ephemeral diffie Hellman.
 
14
anonymous and ephemeral Diffie\-Hellman.
15
15
.SH "RETURNS"
16
 
the public key bit size used in the last Diffie Hellman
17
 
authentication with the peer, or a negative value in case of
18
 
error.
 
16
the public key bit size used in the last Diffie\-Hellman
 
17
authentication with the peer, or a negative value in case of error.
19
18
.SH "REPORTING BUGS"
20
19
Report bugs to <bug-gnutls@gnu.org>.
 
20
GnuTLS home page: http://www.gnu.org/software/gnutls/
 
21
General help using GNU software: http://www.gnu.org/gethelp/
21
22
.SH COPYRIGHT
22
23
Copyright \(co 2008 Free Software Foundation.
23
24
.br
24
 
Permission is granted to make and distribute verbatim copies of this
25
 
manual provided the copyright notice and this permission notice are
26
 
preserved on all copies.
 
25
Copying and distribution of this file, with or without modification,
 
26
are permitted in any medium without royalty provided the copyright
 
27
notice and this notice are preserved.
27
28
.SH "SEE ALSO"
28
29
The full documentation for
29
30
.B gnutls