Sha256: 7cdfbbb465a2811238ce48a6ee6f2a01e4e7c0c9f7a988fbea3083078a6bd5c5
Contents?: true
Size: 1.36 KB
Versions: 5
Compression:
Stored size: 1.36 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_session_get_master_secret" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_session_get_master_secret \- get the session's master secret value .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "const void * gnutls_session_get_master_secret(gnutls_session_t " session ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a \fBgnutls_session_t\fP structure. .SH "DESCRIPTION" Return a pointer to the 48\-byte master secret in the session. The pointer must not be modified or deallocated. If a master secret value has not yet been established, the output will be garbage; in particular, a \fBNULL\fP return value should not be expected. Consider using \fBgnutls_prf()\fP rather than extracting the master secret and use it to derive further data. .SH "RETURNS" pointer to master secret data. .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