1gnutls_x509_crt_verify(3)           gnutls           gnutls_x509_crt_verify(3)
2
3
4

NAME

6       gnutls_x509_crt_verify - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       int      gnutls_x509_crt_verify(gnutls_x509_crt_t      cert,      const
12       gnutls_x509_crt_t * CA_list, int CA_list_length,  unsigned  int  flags,
13       unsigned int * verify);
14

ARGUMENTS

16       gnutls_x509_crt_t cert
17                   is the certificate to be verified
18
19       const gnutls_x509_crt_t * CA_list
20                   is one certificate that is considered to be trusted one
21
22       int CA_list_length
23                   holds the number of CA certificate in CA_list
24
25       unsigned int flags
26                   Flags  that  may  be  used to change the verification algo‐
27                   rithm. Use OR of the  gnutls_certificate_verify_flags  enu‐
28                   merations.
29
30       unsigned int * verify
31                   will hold the certificate verification output.
32

DESCRIPTION

34       This  function  will try to verify the given certificate and return its
35       status.
36

RETURNS

38       On success, GNUTLS_E_SUCCESS is returned, otherwise  a  negative  error
39       value.
40

REPORTING BUGS

42       Report    bugs    to    <bug-gnutls@gnu.org>.     GnuTLS   home   page:
43       http://www.gnu.org/software/gnutls/ General help  using  GNU  software:
44       http://www.gnu.org/gethelp/
45
47       Copyright © 2008 Free Software Foundation.
48       Copying  and  distribution  of this file, with or without modification,
49       are permitted in any medium  without  royalty  provided  the  copyright
50       notice and this notice are preserved.
51

SEE ALSO

53       The  full  documentation  for gnutls is maintained as a Texinfo manual.
54       If the info and gnutls programs are properly installed  at  your  site,
55       the command
56
57              info gnutls
58
59       should give you access to the complete manual.
60
61
62
63gnutls                             2.12.6.1          gnutls_x509_crt_verify(3)
Impressum