Sha256: 1e7ac27b4fd77db8a7b1774d42ce1f52c9a82ef653fa8700cc63ac1f6b1d4eac

Contents?: true

Size: 1.93 KB

Versions: 5

Compression:

Stored size: 1.93 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "gnutls_ia_enable" 3 "2.4.2" "gnutls" "gnutls"
.SH NAME
gnutls_ia_enable \- Indicate willingness for TLS/IA application phases
.SH SYNOPSIS
.B #include <gnutls/extra.h>
.sp
.BI "void gnutls_ia_enable(gnutls_session_t " session ", int " allow_skip_on_resume ");"
.SH ARGUMENTS
.IP "gnutls_session_t session" 12
is a \fBgnutls_session_t\fP structure.
.IP "int allow_skip_on_resume" 12
non-zero if local party allows to skip the
TLS/IA application phases for a resumed session.
.SH "DESCRIPTION"
Specify whether we must advertise support for the TLS/IA extension
during the handshake.

At the client side, we always advertise TLS/IA if gnutls_ia_enable
was called before the handshake; at the server side, we also
require that the client has advertised that it wants to run TLS/IA
before including the advertisement, as required by the protocol.

Similarly, at the client side we always advertise that we allow
TLS/IA to be skipped for resumed sessions if \fIallow_skip_on_resume\fP
is non\-zero; at the server side, we also require that the session
is indeed resumable and that the client has also advertised that it
allows TLS/IA to be skipped for resumed sessions.

After the TLS handshake, call \fBgnutls_ia_handshake_p()\fP to find out
whether both parties agreed to do a TLS/IA handshake, before
calling \fBgnutls_ia_handshake()\fP or one of the lower level gnutls_ia_*
functions.
.SH "REPORTING BUGS"
Report bugs to <bug-gnutls@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2008 Free Software Foundation.
.br
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
.SH "SEE ALSO"
The full documentation for
.B gnutls
is maintained as a Texinfo manual.  If the
.B info
and
.B gnutls
programs are properly installed at your site, the command
.IP
.B info gnutls
.PP
should give you access to the complete manual.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
glib2-1.1.9-x86-mingw32 vendor/local/share/man/man3/gnutls_ia_enable.3
glib2-1.1.8-x86-mingw32 vendor/local/share/man/man3/gnutls_ia_enable.3
glib2-1.1.7-x86-mingw32 vendor/local/share/man/man3/gnutls_ia_enable.3
glib2-1.1.6-x86-mingw32 vendor/local/share/man/man3/gnutls_ia_enable.3
glib2-1.1.5-x86-mingw32 vendor/local/share/man/man3/gnutls_ia_enable.3