~ubuntu-branches/ubuntu/dapper/gnutls12/dapper-updates

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_certificate_set_verify_limits.3

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-11-15 19:26:02 UTC
  • Revision ID: james.westby@ubuntu.com-20051115192602-f1ux56uyducz3f96
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "gnutls_certificate_set_verify_limits" 3 "1.2.9" "gnutls" "gnutls"
 
2
.SH NAME
 
3
gnutls_certificate_set_verify_limits
 
4
.SH SYNOPSIS
 
5
.B #include <gnutls/gnutls.h>
 
6
.sp
 
7
.BI "void gnutls_certificate_set_verify_limits(gnutls_certificate_credentials_t     " res ", unsigned int " max_bits ", unsigned int " max_depth ");"
 
8
.SH ARGUMENTS
 
9
.IP "gnutls_certificate_credentials_t     res" 12
 
10
is a gnutls_certificate_credentials structure
 
11
.IP "unsigned int max_bits" 12
 
12
is the number of bits of an acceptable certificate (default 8200)
 
13
.IP "unsigned int max_depth" 12
 
14
is maximum depth of the verification of a certificate chain (default 5)
 
15
.SH "DESCRIPTION"
 
16
This function will set some upper limits for the default verification function,
 
17
 
 
18
.B "gnutls_certificate_verify_peers2()"
 
19
, to avoid denial of service attacks.
 
20
.SH "REPORTING BUGS"
 
21
Report bugs to <bug-gnutls@gnu.org>.
 
22
.SH COPYRIGHT
 
23
Copyright \(co 2004 Free Software Foundation.
 
24
.br
 
25
Permission is granted to make and distribute verbatim copies of this
 
26
manual provided the copyright notice and this permission notice are
 
27
preserved on all copies.
 
28
.SH "SEE ALSO"
 
29
The full documentation for
 
30
.B gnutls
 
31
is maintained as a Texinfo manual.  If the
 
32
.B info
 
33
and
 
34
.B gnutls
 
35
programs are properly installed at your site, the command
 
36
.IP
 
37
.B info gnutls
 
38
.PP
 
39
should give you access to the complete manual.