Sha256: 0451c87ac9b646967d657f0e5c5d7ea196384fa2eda980b93aabf2f09df7b804

Contents?: true

Size: 1.7 KB

Versions: 5

Compression:

Stored size: 1.7 KB

Contents

.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
.TH "gnutls_oprfi_enable_server" 3 "2.4.2" "gnutls" "gnutls"
.SH NAME
gnutls_oprfi_enable_server \- API function
.SH SYNOPSIS
.B #include <gnutls/gnutls.h>
.sp
.BI "void gnutls_oprfi_enable_server(gnutls_session_t " session ", gnutls_oprfi_callback_func " cb ", void * " userdata ");"
.SH ARGUMENTS
.IP "gnutls_session_t session" 12
is a \fBgnutls_session_t\fP structure.
.IP "gnutls_oprfi_callback_func cb" 12
function pointer to Opaque PRF extension server callback.
.IP "void * userdata" 12
hook passed to callback function for passing application state.
.SH "DESCRIPTION"
Request that the server should attempt to accept the Opaque PRF
Input TLS extension.  If the client requests the extension, the
provided callback \fIcb\fP will be invoked.  The callback must have the
following prototype:

int callback (gnutls_session_t session, void *userdata,
size_t oprfi_len, const unsigned char *in_oprfi,
unsigned char *out_oprfi);

The callback can inspect the client\-provided data in the input
parameters, and specify its own opaque prf input data in the output
variable.  The function must return 0 on success, otherwise the
handshake will be aborted.
.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_oprfi_enable_server.3
glib2-1.1.8-x86-mingw32 vendor/local/share/man/man3/gnutls_oprfi_enable_server.3
glib2-1.1.7-x86-mingw32 vendor/local/share/man/man3/gnutls_oprfi_enable_server.3
glib2-1.1.6-x86-mingw32 vendor/local/share/man/man3/gnutls_oprfi_enable_server.3
glib2-1.1.5-x86-mingw32 vendor/local/share/man/man3/gnutls_oprfi_enable_server.3