1gnutls_x509_crt_check_revocation(3) gnutls gnutls_x509_crt_check_revocation(3)
2
3
4

NAME

6       gnutls_x509_crt_check_revocation  -  This  function checks if the given
7       certificate is revoked
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int  gnutls_x509_crt_check_revocation(gnutls_x509_crt_t   cert,   const
13       gnutls_x509_crl_t * crl_list, int crl_list_length);
14

ARGUMENTS

16       gnutls_x509_crt_t cert
17                   should contain a gnutls_x509_crt_t structure
18
19       const gnutls_x509_crl_t * crl_list
20                   should contain a list of gnutls_x509_crl_t structures
21
22       int crl_list_length
23                   the length of the crl_list
24

DESCRIPTION

26       This  function  will  return check if the given certificate is revoked.
27       It is assumed that the CRLs have been verified before.
28
29       Returns 0 if the certificate is NOT revoked, and 1 if it is.   A  nega‐
30       tive value is returned on error.
31

REPORTING BUGS

33       Report bugs to <bug-gnutls@gnu.org>.
34
36       Copyright © 2006 Free Software Foundation.
37       Permission  is  granted  to make and distribute verbatim copies of this
38       manual provided the copyright notice and  this  permission  notice  are
39       preserved on all copies.
40

SEE ALSO

42       The  full  documentation  for gnutls is maintained as a Texinfo manual.
43       If the info and gnutls programs are properly installed  at  your  site,
44       the command
45
46              info gnutls
47
48       should give you access to the complete manual.
49
50
51
52gnutls                               1.6.3 gnutls_x509_crt_check_revocation(3)
Impressum