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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_anon_free_server_credentials.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_anon_free_server_credentials" 3 "2.6.6" "gnutls" "gnutls"
 
2
.TH "gnutls_anon_free_server_credentials" 3 "2.8.3" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_anon_free_server_credentials \- Used to free an allocated gnutls_anon_server_credentials_t structure
5
5
.SH SYNOPSIS
8
8
.BI "void gnutls_anon_free_server_credentials(gnutls_anon_server_credentials_t " sc ");"
9
9
.SH ARGUMENTS
10
10
.IP "gnutls_anon_server_credentials_t sc" 12
11
 
is an \fBgnutls_anon_server_credentials_t\fP structure.
 
11
is a \fBgnutls_anon_server_credentials_t\fP structure.
12
12
.SH "DESCRIPTION"
13
13
This structure is complex enough to manipulate directly thus this
14
14
helper function is provided in order to free (deallocate) it.
15
15
.SH "REPORTING BUGS"
16
16
Report bugs to <bug-gnutls@gnu.org>.
 
17
GnuTLS home page: http://www.gnu.org/software/gnutls/
 
18
General help using GNU software: http://www.gnu.org/gethelp/
17
19
.SH COPYRIGHT
18
20
Copyright \(co 2008 Free Software Foundation.
19
21
.br
20
 
Permission is granted to make and distribute verbatim copies of this
21
 
manual provided the copyright notice and this permission notice are
22
 
preserved on all copies.
 
22
Copying and distribution of this file, with or without modification,
 
23
are permitted in any medium without royalty provided the copyright
 
24
notice and this notice are preserved.
23
25
.SH "SEE ALSO"
24
26
The full documentation for
25
27
.B gnutls