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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_session_ticket_enable_server.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
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_session_ticket_enable_server" 3 "2.10.5" "gnutls" "gnutls"
 
3
.SH NAME
 
4
gnutls_session_ticket_enable_server \- API function
 
5
.SH SYNOPSIS
 
6
.B #include <gnutls/gnutls.h>
 
7
.sp
 
8
.BI "int gnutls_session_ticket_enable_server(gnutls_session_t " session ", const gnutls_datum_t * " key ");"
 
9
.SH ARGUMENTS
 
10
.IP "gnutls_session_t session" 12
 
11
is a \fBgnutls_session_t\fP structure.
 
12
.IP "const gnutls_datum_t * key" 12
 
13
key to encrypt session parameters.
 
14
.SH "DESCRIPTION"
 
15
Request that the server should attempt session resumption using
 
16
SessionTicket.  \fIkey\fP must be initialized with
 
17
\fBgnutls_session_ticket_key_generate()\fP.
 
18
.SH "RETURNS"
 
19
On success, \fBGNUTLS_E_SUCCESS\fP (0) is returned, or an
 
20
error code.
 
21
.SH "SINCE"
 
22
2.10.0
 
23
.SH "REPORTING BUGS"
 
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/
 
27
.SH COPYRIGHT
 
28
Copyright \(co 2008 Free Software Foundation.
 
29
.br
 
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.
 
33
.SH "SEE ALSO"
 
34
The full documentation for
 
35
.B gnutls
 
36
is maintained as a Texinfo manual.  If the
 
37
.B info
 
38
and
 
39
.B gnutls
 
40
programs are properly installed at your site, the command
 
41
.IP
 
42
.B info gnutls
 
43
.PP
 
44
should give you access to the complete manual.