Sha256: 8897c568d4c27756d4ac388fb2242af25926e84df3f101a43ca9841c79d5fcba
Contents?: true
Size: 1.41 KB
Versions: 5
Compression:
Stored size: 1.41 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_certificate_verify_peers" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_certificate_verify_peers \- return the peer's certificate verification status .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "int gnutls_certificate_verify_peers(gnutls_session_t " session ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a gnutls session .SH "DESCRIPTION" This function will try to verify the peer's certificate and return its status (trusted, invalid etc.). However you must also check the peer's name in order to check if the verified certificate belongs to the actual peer. The return value should be one or more of the gnutls_certificate_status_t enumerated elements bitwise or'd, or a negative value on error. This is the same as \fBgnutls_x509_crt_list_verify()\fP. .SH "DEPRECATED" Use \fBgnutls_certificate_verify_peers2()\fP instead. .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