Sha256: e153cb70a1dbe01aaa32475f863c3a8e38d7cbfae56a126b4f9d3ef3d5a5481f
Contents?: true
Size: 1.47 KB
Versions: 5
Compression:
Stored size: 1.47 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_ia_verify_endphase" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_ia_verify_endphase \- API function .SH SYNOPSIS .B #include <gnutls/extra.h> .sp .BI "int gnutls_ia_verify_endphase(gnutls_session_t " session ", const char * " checksum ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a \fBgnutls_session_t\fP structure. .IP "const char * checksum" 12 12-byte checksum data, received from \fBgnutls_ia_recv()\fP. .SH "DESCRIPTION" Verify TLS/IA end phase checksum data. If verification fails, the \fBGNUTLS_A_INNER_APPLICATION_VERIFICATION\fP alert is sent to the other sie. This function is called when \fBgnutls_ia_recv()\fP return \fBGNUTLS_E_WARNING_IA_IPHF_RECEIVED\fP or \fBGNUTLS_E_WARNING_IA_FPHF_RECEIVED\fP. .SH "RETURN VALUE" Return 0 on successful verification, or an error code. If the checksum verification of the end phase message fails, \fBGNUTLS_E_IA_VERIFY_FAILED\fP is returned. .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