Sha256: 1e42675129d432daa9b50d394f839ad7cb923d35056991954312fb0ee0115466
Contents?: true
Size: 1.47 KB
Versions: 4
Compression:
Stored size: 1.47 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_certificate_set_verify_limits" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_certificate_set_verify_limits \- set the upper limits to be used at certificate verification .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "void gnutls_certificate_set_verify_limits(gnutls_certificate_credentials_t " res ", unsigned int " max_bits ", unsigned int " max_depth ");" .SH ARGUMENTS .IP "gnutls_certificate_credentials_t res" 12 is a gnutls_certificate_credentials structure .IP "unsigned int max_bits" 12 is the number of bits of an acceptable certificate (default 8200) .IP "unsigned int max_depth" 12 is maximum depth of the verification of a certificate chain (default 5) .SH "DESCRIPTION" This function will set some upper limits for the default verification function, \fBgnutls_certificate_verify_peers2()\fP, to avoid denial of service attacks. You can set them to zero to disable limits. .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