Sha256: 6c89864e202855e1d2e6af320215b5bb5e549472cd33b78beb04ef83c74ed81f
Contents?: true
Size: 1.7 KB
Versions: 4
Compression:
Stored size: 1.7 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_x509_crl_verify" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_x509_crl_verify \- This function verifies the given crl against a given trusted one .SH SYNOPSIS .B #include <gnutls/x509.h> .sp .BI "int gnutls_x509_crl_verify(gnutls_x509_crl_t " crl ", const gnutls_x509_crt_t * " CA_list ", int " CA_list_length ", unsigned int " flags ", unsigned int * " verify ");" .SH ARGUMENTS .IP "gnutls_x509_crl_t crl" 12 is the crl to be verified .IP "const gnutls_x509_crt_t * CA_list" 12 is a certificate list that is considered to be trusted one .IP "int CA_list_length" 12 holds the number of CA certificates in CA_list .IP "unsigned int flags" 12 Flags that may be used to change the verification algorithm. Use OR of the gnutls_certificate_verify_flags enumerations. .IP "unsigned int * verify" 12 will hold the crl verification output. .SH "DESCRIPTION" This function will try to verify the given crl and return its status. See \fBgnutls_x509_crt_list_verify()\fP for a detailed description of return values. .SH "RETURNS" On success, \fBGNUTLS_E_SUCCESS\fP is returned, otherwise a negative error value.and a negative value in case of an error. .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
4 entries across 4 versions & 1 rubygems