1gnutls_certificate_set_verify_limits(g3n)utglnsutls_certificate_set_verify_limits(3)
2
3
4
6 gnutls_certificate_set_verify_limits - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_certificate_set_verify_limits(gnutls_certificate_creden‐
12 tials_t res, unsigned int max_bits, unsigned int max_depth);
13
15 gnutls_certificate_credentials_t res
16 is a gnutls_certificate_credentials structure
17
18 unsigned int max_bits
19 is the number of bits of an acceptable certificate (default
20 8200)
21
22 unsigned int max_depth
23 is maximum depth of the verification of a certificate chain
24 (default 5)
25
27 This function will set some upper limits for the default verification
28 function, gnutls_certificate_verify_peers2(), to avoid denial of ser‐
29 vice attacks. You can set them to zero to disable limits.
30
32 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
33 http://www.gnu.org/software/gnutls/ General help using GNU software:
34 http://www.gnu.org/gethelp/
35
37 Copyright © 2008 Free Software Foundation.
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.
41
43 The full documentation for gnutls is maintained as a Texinfo manual.
44 If the info and gnutls programs are properly installed at your site,
45 the command
46
47 info gnutls
48
49 should give you access to the complete manual.
50
51
52
53gnutls 2.12.g6n.u1tls_certificate_set_verify_limits(3)