~ubuntu-branches/ubuntu/quantal/gnutls26/quantal-security

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_compression_set_priority.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_compression_set_priority" 3 "2.8.6" "gnutls" "gnutls"
 
2
.TH "gnutls_compression_set_priority" 3 "2.10.5" "gnutls" "gnutls"
3
3
.SH NAME
4
 
gnutls_compression_set_priority \- Sets the priority on the compression algorithms supported by gnutls.
 
4
gnutls_compression_set_priority \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <gnutls/gnutls.h>
7
7
.sp
12
12
.IP "const int * list" 12
13
13
is a 0 terminated list of gnutls_compression_method_t elements.
14
14
.SH "DESCRIPTION"
15
 
Sets the priority on the compression algorithms supported by gnutls.
16
 
Priority is higher for elements specified before others.
 
15
Sets the priority on the compression algorithms supported by
 
16
gnutls.  Priority is higher for elements specified before others.
17
17
After specifying the algorithms you want, you must append a 0.
18
 
Note that the priority is set on the client. The server does
19
 
not use the algorithm's priority except for disabling
20
 
algorithms that were not specified.
 
18
Note that the priority is set on the client. The server does not
 
19
use the algorithm's priority except for disabling algorithms that
 
20
were not specified.
21
21
 
22
22
TLS 1.0 does not define any compression algorithms except
23
 
NULL. Other compression algorithms are to be considered
24
 
as gnutls extensions.
 
23
NULL. Other compression algorithms are to be considered as gnutls
 
24
extensions.
25
25
.SH "RETURNS"
26
26
\fBGNUTLS_E_SUCCESS\fP on success, or an error code.
27
27
.SH "REPORTING BUGS"