Sha256: 3a32b06dd652a869a34fd0a5d0a5f8183e76fae5d77c72396c6cd6d8ff232f25
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_oprfi_enable_client" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_oprfi_enable_client \- API function .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "void gnutls_oprfi_enable_client(gnutls_session_t " session ", size_t " len ", unsigned char * " data ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a \fBgnutls_session_t\fP structure. .IP "size_t len" 12 length of Opaque PRF data to use in client. .IP "unsigned char * data" 12 Opaque PRF data to use in client. .SH "DESCRIPTION" Request that the client should attempt to negotiate the Opaque PRF Input TLS extension, using the given data as the client's Opaque PRF input. The data is copied into the session context after this call, so you may de\-allocate it immediately after calling this function. .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