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 type
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 <bugs@gnutls.org>.
33 Home page: http://www.gnutls.org
34
35
37 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
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 /usr/share/doc/gnutls/ directory does not contain the HTML form
45 visit
46
47 http://www.gnutls.org/manual/
48
49gnutls 3.6g.n5utls_certificate_set_verify_limits(3)