~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-updates

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_dh_params_import_raw.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_params_import_raw" 3 "2.6.6" "gnutls" "gnutls"
 
2
.TH "gnutls_dh_params_import_raw" 3 "2.8.3" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_dh_params_import_raw \- import DH parameters
5
5
.SH SYNOPSIS
14
14
.IP "const gnutls_datum_t * generator" 12
15
15
holds the new generator
16
16
.SH "DESCRIPTION"
17
 
This function will replace the pair of prime and generator for use in
18
 
the Diffie\-Hellman key exchange. The new parameters should be stored in the
19
 
appropriate gnutls_datum.
 
17
This function will replace the pair of prime and generator for use
 
18
in the Diffie\-Hellman key exchange.  The new parameters should be
 
19
stored in the appropriate gnutls_datum.
 
20
.SH "RETURNS"
 
21
On success, \fBGNUTLS_E_SUCCESS\fP (zero) is returned,
 
22
otherwise an error code is returned.
20
23
.SH "REPORTING BUGS"
21
24
Report bugs to <bug-gnutls@gnu.org>.
 
25
GnuTLS home page: http://www.gnu.org/software/gnutls/
 
26
General help using GNU software: http://www.gnu.org/gethelp/
22
27
.SH COPYRIGHT
23
28
Copyright \(co 2008 Free Software Foundation.
24
29
.br
25
 
Permission is granted to make and distribute verbatim copies of this
26
 
manual provided the copyright notice and this permission notice are
27
 
preserved on all copies.
 
30
Copying and distribution of this file, with or without modification,
 
31
are permitted in any medium without royalty provided the copyright
 
32
notice and this notice are preserved.
28
33
.SH "SEE ALSO"
29
34
The full documentation for
30
35
.B gnutls